Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/advanced/input_files/input-main.md
Original file line number Diff line number Diff line change
Expand Up @@ -3377,6 +3377,7 @@
- berendsen: Berendsen thermostat, see md_nraise in detail.
- rescaling: velocity Rescaling method 1, see md_tolerance in detail.
- rescale_v: velocity Rescaling method 2, see md_nraise in detail.
- csvr: Canonical Sampling through Velocity Rescaling, see md_csvr_tau in detail.
- **Default**: nhc

### md_tfirst
Expand Down
1 change: 1 addition & 0 deletions docs/parameters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1399,6 +1399,7 @@ parameters:
* berendsen: Berendsen thermostat, see md_nraise in detail.
* rescaling: velocity Rescaling method 1, see md_tolerance in detail.
* rescale_v: velocity Rescaling method 2, see md_nraise in detail.
* csvr: Canonical Sampling through Velocity Rescaling, see md_csvr_tau in detail.
default_value: nhc
unit: ""
availability: ""
Expand Down
Loading