Uses of Enum Class
ffx.algorithms.dynamics.MolecularDynamics.VerbosityLevel
Packages that use MolecularDynamics.VerbosityLevel
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 MolecularDynamics.VerbosityLevel in ffx.algorithms.dynamics
Methods in ffx.algorithms.dynamics that return MolecularDynamics.VerbosityLevelModifier and TypeMethodDescriptionMolecularDynamics.getVerbosityLevel()Returns the enum constant of this class with the specified name.static MolecularDynamics.VerbosityLevel[]MolecularDynamics.VerbosityLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ffx.algorithms.dynamics with parameters of type MolecularDynamics.VerbosityLevelModifier and TypeMethodDescriptionvoidMolecularDynamics.setVerbosityLevel(MolecularDynamics.VerbosityLevel level) -
Uses of MolecularDynamics.VerbosityLevel in ffx.algorithms.mc
Methods in ffx.algorithms.mc with parameters of type MolecularDynamics.VerbosityLevelModifier and TypeMethodDescriptionvoidMDMove.move(MolecularDynamics.VerbosityLevel verbosityLevel) Performs an MDMove.