Uses of Enum Class
ffx.algorithms.dynamics.MDEngine
Package
Description
The Algorithms CLI package defines options for PicoCLI command line scripts.
The Dynamics package implements molecular and stochastic dynamics using a pure Java code path and
via OpenMM.
-
Uses of MDEngine in ffx.algorithms.cli
Modifier and TypeMethodDescriptionDynamicsOptions.getDynamics
(WriteoutOptions writeoutOptions, Potential potential, MolecularAssembly activeAssembly, AlgorithmListener algorithmListener, MDEngine requestedEngine) Initialize a MolecularDynamics from the parsed options. -
Uses of MDEngine in ffx.algorithms.dynamics
Modifier and TypeMethodDescriptionstatic MDEngine
Returns the enum constant of this class with the specified name.static MDEngine[]
MDEngine.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic MolecularDynamics
MolecularDynamics.dynamicsFactory
(MolecularAssembly assembly, Potential potentialEnergy, AlgorithmListener listener, ThermostatEnum requestedThermostat, IntegratorEnum requestedIntegrator, MDEngine engine) dynamicsFactory.