Thermostat
Revision as of 07:02, 30 July 2021 by Miguel Caro (talk | contribs) (Created page with "<code>thermostat</code> sets the thermostating method. Currently, the accepted options are: # <code>"none"</code> for no thermostating (if no barostat nor rescale_b...")
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 Thermostat#Berendsen thermostat"bussi"for the Thermostat#Bussi thermostat
Summary
| Required/optional | Type | Accepted values | Default | See also |
|---|---|---|---|---|
| Optional | String | "none" or thermostat#Berendsen thermostat or "bussi"
|
"none"
|
MD options, t_beg, t_end, tau_t, barostat, rescale_box
|
Example
barostat = "berendsen" t_beg = 300. # in K t_end = 300. # in K tau_t = 100. # in fs
Berendsen thermostat
Under construction
Bussi thermostat
Under construction