Thermodynamic and Sampler States¶
The module openmmtools.states contains classes to maintain a consistent state of the simulation.
ThermodynamicState: Represent and manipulate the thermodynamic state of OpenMM System and Context objects.SamplerState: Represent and cache the state of the simulation that changes when the System is integrated.CompoundThermodynamicState: Extend theThermodynamicStateto handle parameters other than temperature and pressure through the implementations of theIComposableStateabstract class.GlobalParameterState: An implementation ofIComposableStatespecialized to control OpenMM forces’ global parameters.GlobalParameterFunction: Allow enslaving a global parameter to arbitrary variables and mathematical expressions.
States¶
ThermodynamicState |
|
SamplerState |
|
CompoundThermodynamicState |
|
IComposableState |
|
GlobalParameterFunction |
|
GlobalParameterState |