
#include <PaulTrapIntegrator.h>
Public Types | |
| enum | Enum { FIRST = 0, UNDEFINED = 0, NVT, NVT_ZERO, NVT_IND, NVT_SHELL, NVT_GLOBAL, BERENDSEN, BERENDSEN_ZERO, BERENDSEN_IND, BERENDSEN_SHELL, BERENDSEN_GLOBAL, LAST } |
Static Public Attributes | |
| const std::string | str [] |
|
|
Reimplemented in ProtoMol::AbstractEnumType< ThermostatEnum >. |
|
|
Initial value: {
string("undefined"),
string("NVT"),
string("NVT_zero"),
string("NVT_ind"),
string("NVT_shell"),
string("NVT_global"),
string("berendsen"),
string("berendsen_zero"),
string("berendsen_ind"),
string("berendsen_shell"),
string("berendsen_global")
}
|