Uses of Enum Class
ffx.potential.parameters.VDWType.VDW_TYPE
Packages that use VDWType.VDW_TYPE
Package
Description
The Nonbonded package implements nonbonded molecular mechanics terms such as van der Waals and
Particle Mesh Ewald electrostastics.
The Parameters package stores force field atom types, bond types, etc, and keywords that define
the potential.
-
Uses of VDWType.VDW_TYPE in ffx.potential.nonbonded
Fields in ffx.potential.nonbonded declared as VDWType.VDW_TYPE -
Uses of VDWType.VDW_TYPE in ffx.potential.parameters
Fields in ffx.potential.parameters declared as VDWType.VDW_TYPEModifier and TypeFieldDescriptionstatic final VDWType.VDW_TYPE
VDWType.DEFAULT_VDW_TYPE
The default van der Waals functional form type.Methods in ffx.potential.parameters that return VDWType.VDW_TYPEModifier and TypeMethodDescriptionstatic VDWType.VDW_TYPE
Returns the enum constant of this class with the specified name.static VDWType.VDW_TYPE[]
VDWType.VDW_TYPE.values()
Returns an array containing the constants of this enum class, in the order they are declared.