Uses of Record Class
ffx.potential.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
Modifier and TypeFieldDescriptionprotected UnmodifiableState
MolecularDynamics.initialState
State of the system as of the last init call (and start of the last dynamics run). -
Uses of UnmodifiableState in ffx.potential
Modifier and TypeMethodDescriptionSystemState.getUnmodifiableState()
Get an unmodifiable view of the current state.Modifier and TypeMethodDescriptionvoid
SystemState.revertState
(UnmodifiableState state) Revert the current state to the passed UnmodifiableMDState.