openmmtools.states.IComposableState

class openmmtools.states.IComposableState[source]

A state composable through CompoundThermodynamicState.

Define the interface that needs to be implemented to extend a ThermodynamicState through CompoundThermodynamicState.

Methods

apply_to_context(context)

Set the context to be in this state.

apply_to_system(system)

Set the system to be in this state.

check_system_consistency(system)

Check if the system is in this state.

__init__(*args, **kwargs)

Methods

__init__(*args, **kwargs)

apply_to_context(context)

Set the context to be in this state.

apply_to_system(system)

Set the system to be in this state.

check_system_consistency(system)

Check if the system is in this state.