#include <Parameters.h>
Public Attributes | |
| std::string | kind {"none"} |
| double | andersen_alpha {1.0} |
| double | andersen_tcol_input {100.0} |
| double | andersen_tcol {0.0} |
| double | nose_mass {1.0} |
| double | langevin_friction_input {0.01} |
| double | langevin_friction {0.0} |
Definition at line 572 of file Parameters.h.
| double eonc::Parameters::thermostat_options_t::andersen_alpha {1.0} |
Definition at line 574 of file Parameters.h.
| double eonc::Parameters::thermostat_options_t::andersen_tcol {0.0} |
Definition at line 576 of file Parameters.h.
| double eonc::Parameters::thermostat_options_t::andersen_tcol_input {100.0} |
Definition at line 575 of file Parameters.h.
| std::string eonc::Parameters::thermostat_options_t::kind {"none"} |
Definition at line 573 of file Parameters.h.
| double eonc::Parameters::thermostat_options_t::langevin_friction {0.0} |
Definition at line 579 of file Parameters.h.
| double eonc::Parameters::thermostat_options_t::langevin_friction_input {0.01} |
Definition at line 578 of file Parameters.h.
| double eonc::Parameters::thermostat_options_t::nose_mass {1.0} |
Definition at line 577 of file Parameters.h.