Skip to content

Commit

Permalink
Merge branch 'master' of github.com:mlund/faunus
Browse files Browse the repository at this point in the history
  • Loading branch information
mlund committed Nov 1, 2024
2 parents fcab900 + 84063d2 commit d132c99
Show file tree
Hide file tree
Showing 24 changed files with 6,598 additions and 539 deletions.
1 change: 1 addition & 0 deletions docs/_docs/analysis.md
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,7 @@ The algorithm is significantly faster than the above `sasa` analysis.
`nstep` | Interval between samples
`nskip=0` | Number of initial steps excluded from the analysis
`file` | Optionally stream surface area for each `nstep` to file (`.dat|.dat.gz`)
`mode=full` | Running mode: `full`, `interchain`, `updateable`
`radius=1.4` | Probe radius (Å)


Expand Down
5 changes: 5 additions & 0 deletions docs/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1312,6 +1312,11 @@ properties:
type: string
pattern: "(.*?)\\.(dat|dat.gz)$"
description: "Streaming filename (.dat|.dat.gz)"
mode:
type: string
enum: ["full", "interchain", "updateable"]
default: "full"
description: "Running mode"
required: [nstep]
additionalProperties: false

Expand Down
Loading

0 comments on commit d132c99

Please sign in to comment.