THERMOSTAT

Specify thermostat type and parameters controlling the thermostat. [Edit on GitHub]

Keywords

Keyword descriptions

REGION: enum = GLOBAL

Usage: REGION (GLOBAL|MOLECULE|MASSIVE|DEFINED|THERMAL|NONE)

Valid values:

  • GLOBAL Apply one thermostat to the whole system (default)

  • MOLECULE Apply one thermostat to each molecule kind

  • MASSIVE Apply one thermostat to each degree of freedom

  • DEFINED Apply one thermostat to each defined region from THERMOSTAT/DEFINE_REGION

  • THERMAL Apply one thermostat to each defined region from THERMAL_REGION/DEFINE_REGION

  • NONE No thermostat is applied

Determines the region each thermostat is attached to. [Edit on GitHub]

TYPE: enum = NOSE

Usage: TYPE NOSE

Valid values:

  • NOSE Uses the Nose-Hoover thermostat.

  • CSVR Uses the canonical sampling through velocity rescaling.

  • GLE Uses GLE thermostat

  • AD_LANGEVIN Uses adaptive-Langevin thermostat

Specify the thermostat used for the constant temperature ensembles. [Edit on GitHub]