Difference between revisions of "Thermostat"
Jump to navigation
Jump to search
| Line 26: | Line 26: | ||
[[thermostat]] = "berendsen" | [[thermostat]] = "berendsen" | ||
| − | [[ | + | [[thermostat_groupID]] = all |
[[t_beg]] = 300. # in K | [[t_beg]] = 300. # in K | ||
[[t_end]] = 300. # in K | [[t_end]] = 300. # in K | ||
Revision as of 13:14, 6 November 2023
thermostat sets the thermostating method. Currently, the accepted options are:
"none"for no thermostating (if no barostat nor box rescaling are chosen either, this leads to a constant-energy NVE simulation)"berendsen"for the Berendsen thermostat"bussi"for the Bussi thermostat
Summary
| Required/optional | Type | Accepted values | Default | See also |
|---|---|---|---|---|
| Optional | String | "none" or "berendsen" or "bussi"
|
"none"
|
MD options, thermostat_groupID, t_beg, t_end, tau_t, barostat, rescale_box
|
Example
thermostat = "berendsen" thermostat_groupID = all t_beg = 300. # in K t_end = 300. # in K tau_t = 100. # in fs
Berendsen thermostat
Under construction
Bussi thermostat
Under construction