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¶
Thermodynamic state of a system. |
|
State carrying the configurational properties of a system. |
|
Thermodynamic state composed by multiple states. |
|
A state composable through CompoundThermodynamicState. |
|
A function of global parameters. |
|
A composable state controlling one or more OpenMM |
Utility functions¶
An optimized utility function to create a list of thermodynamic states. |