Uses of Enum Class
ffx.potential.parameters.VDWType.RADIUS_TYPE
Packages that use VDWType.RADIUS_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.RADIUS_TYPE in ffx.potential.nonbonded
Fields in ffx.potential.nonbonded declared as VDWType.RADIUS_TYPEModifier and TypeFieldDescriptionVanDerWaalsForm.radiusType
Radius type in the parameter file (R-Min or Sigma). -
Uses of VDWType.RADIUS_TYPE in ffx.potential.parameters
Fields in ffx.potential.parameters declared as VDWType.RADIUS_TYPEModifier and TypeFieldDescriptionstatic final VDWType.RADIUS_TYPE
VDWType.DEFAULT_RADIUS_TYPE
The default radius type.Methods in ffx.potential.parameters that return VDWType.RADIUS_TYPEModifier and TypeMethodDescriptionstatic VDWType.RADIUS_TYPE
Returns the enum constant of this class with the specified name.static VDWType.RADIUS_TYPE[]
VDWType.RADIUS_TYPE.values()
Returns an array containing the constants of this enum class, in the order they are declared.