Skip to content

Docs: md_thermostat = csvr option is missing from documentation #7653

Description

@mintleaf84

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions