Uses of Enum Class
ffx.potential.parameters.VDWType.VDWMode
Package
Description
The Parameters package stores force field atom types, bond types, etc, and keywords that define
the potential.
-
Uses of VDWType.VDWMode in ffx.potential.parameters
Modifier and TypeMethodDescriptionstatic VDWType.VDWMode
Returns the enum constant of this class with the specified name.static VDWType.VDWMode[]
VDWType.VDWMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionVDWType
(int atomClass, double radius, double wellDepth, double reductionFactor, VDWType.VDWMode vdwMode) van der Waals constructor.