Uses of Enum Class
ffx.algorithms.dynamics.MDWriteAction
Packages that use MDWriteAction
Package
Description
The Dynamics package implements molecular and stochastic dynamics using a pure Java code path and
via OpenMM.
The MC package implements a variety of Monte Carlo moves for optimization and simulation
algorithms.
-
Uses of MDWriteAction in ffx.algorithms.dynamics
Methods in ffx.algorithms.dynamics that return MDWriteActionModifier and TypeMethodDescriptionstatic MDWriteAction
Returns the enum constant of this class with the specified name.static MDWriteAction[]
MDWriteAction.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in ffx.algorithms.dynamics that return types with arguments of type MDWriteActionModifier and TypeMethodDescriptionMolecularDynamics.writeFilesForStep
(long step, boolean trySnapshot, boolean tryRestart) Write restart and trajectory files if the provided step matches the frequency and that file type is requested.MolecularDynamics.writeFilesForStep
(long step, boolean trySnapshot, boolean tryRestart, String[] extraLines) Write restart and trajectory files if the provided step matches the frequency and that file type is requested. -
Uses of MDWriteAction in ffx.algorithms.mc
Methods in ffx.algorithms.mc that return types with arguments of type MDWriteActionModifier and TypeMethodDescriptionMDMove.writeFilesForStep
(long mdStep, boolean trySnapshot, boolean tryRestart) Write restart and trajectory files if the provided step matches the frequency.