Uses of Record Class
ffx.potential.UnmodifiableState
Packages that use UnmodifiableState
Package
Description
The Dynamics package implements molecular and stochastic dynamics using a pure Java code path and
via OpenMM.
The Potential package implements molecular mechanics force fields with shared memory Parallel
Java and via OpenMM.
-
Uses of UnmodifiableState in ffx.algorithms.dynamics
Fields in ffx.algorithms.dynamics declared as UnmodifiableStateModifier and TypeFieldDescriptionprotected UnmodifiableStateMolecularDynamics.initialStateState of the system as of the last init call (and start of the last dynamics run). -
Uses of UnmodifiableState in ffx.potential
Methods in ffx.potential that return UnmodifiableStateModifier and TypeMethodDescriptionSystemState.getUnmodifiableState()Get an unmodifiable view of the current state.Methods in ffx.potential with parameters of type UnmodifiableStateModifier and TypeMethodDescriptionvoidSystemState.revertState(UnmodifiableState state) Revert the current state to the passed UnmodifiableState.