Describe the bug
The csvr (Canonical Sampling through Velocity Rescaling) thermostat option was added in PR #7461, but its description line was accidentally removed from the md_thermostat parameter documentation in PR #7589.
Current state (develop)
md_thermostat options in both docs/parameters.yaml and docs/advanced/input_files/input-main.md list only:
- nhc
- anderson
- berendsen
- rescaling
- rescale_v
csvr is missing.
Expected
Should also list:
- csvr: Canonical Sampling through Velocity Rescaling, see md_csvr_tau in detail.
Additional context
md_csvr_tau parameter documentation is intact and correctly references md_thermostat = csvr.
- Source code at
source/source_md/verlet.cpp:103 correctly handles md_thermostat == "csvr".
- The issue is in two files:
docs/parameters.yaml and docs/advanced/input_files/input-main.md.
Describe the bug
The
csvr(Canonical Sampling through Velocity Rescaling) thermostat option was added in PR #7461, but its description line was accidentally removed from themd_thermostatparameter documentation in PR #7589.Current state (develop)
md_thermostatoptions in bothdocs/parameters.yamlanddocs/advanced/input_files/input-main.mdlist only:csvris missing.Expected
Should also list:
Additional context
md_csvr_tauparameter documentation is intact and correctly referencesmd_thermostat = csvr.source/source_md/verlet.cpp:103correctly handlesmd_thermostat == "csvr".docs/parameters.yamlanddocs/advanced/input_files/input-main.md.