Uses of Enum Class
ffx.potential.parameters.TorsionType.TorsionMode
Package
Description
The Parameters package stores force field atom types, bond types, etc, and keywords that define
the potential.
-
Uses of TorsionType.TorsionMode in ffx.potential.parameters
Modifier and TypeMethodDescriptionstatic TorsionType.TorsionMode
Returns the enum constant of this class with the specified name.static TorsionType.TorsionMode[]
TorsionType.TorsionMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionTorsionType
(int[] atomClasses, double[] amplitude, double[] phase, int[] periodicity, TorsionType.TorsionMode torsionMode) TorsionType Constructor.