Uses of Enum Class
ffx.potential.parameters.VDWType.RADIUS_SIZE
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_SIZE in ffx.potential.nonbonded
Modifier and TypeFieldDescriptionVanDerWaalsForm.radiusSize
Radius size in the parameter file (radius or diameter). -
Uses of VDWType.RADIUS_SIZE in ffx.potential.parameters
Modifier and TypeFieldDescriptionstatic final VDWType.RADIUS_SIZE
VDWType.DEFAULT_RADIUS_SIZE
The default radius size.Modifier and TypeMethodDescriptionstatic VDWType.RADIUS_SIZE
Returns the enum constant of this class with the specified name.static VDWType.RADIUS_SIZE[]
VDWType.RADIUS_SIZE.values()
Returns an array containing the constants of this enum class, in the order they are declared.