polymerist.mdtools.openmmtools.serialization.state
For handling serialization of OpenMM States
Attributes
Functions
|
Allows one to flexibly load an OpenMM state, either from a State object or file-like object |
|
For saving State data within an existing OpenMM Context to file |
|
For applying saved State data to an existing OpenMM Context |
Module Contents
- polymerist.mdtools.openmmtools.serialization.state.LOGGER
- polymerist.mdtools.openmmtools.serialization.state.StateLike
- polymerist.mdtools.openmmtools.serialization.state.DEFAULT_STATE_PROPS: dict[str, bool]
- polymerist.mdtools.openmmtools.serialization.state.load_state_flexible(state: StateLike | None = None) openmm.State | None[source]
Allows one to flexibly load an OpenMM state, either from a State object or file-like object