Uses of Enum Class
ffx.potential.parameters.VDWType.RADIUS_RULE
Packages that use VDWType.RADIUS_RULE
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_RULE in ffx.potential.nonbonded
Fields in ffx.potential.nonbonded declared as VDWType.RADIUS_RULEMethods in ffx.potential.nonbonded with parameters of type VDWType.RADIUS_RULEModifier and TypeMethodDescriptionstatic double
VanDerWaalsForm.getCombinedRadius
(double ri, double rj, VDWType.RADIUS_RULE radiusRule) Get the combined radius value. -
Uses of VDWType.RADIUS_RULE in ffx.potential.parameters
Fields in ffx.potential.parameters declared as VDWType.RADIUS_RULEModifier and TypeFieldDescriptionstatic final VDWType.RADIUS_RULE
VDWType.DEFAULT_RADIUS_RULE
The default radius combining rule.Methods in ffx.potential.parameters that return VDWType.RADIUS_RULEModifier and TypeMethodDescriptionstatic VDWType.RADIUS_RULE
Returns the enum constant of this class with the specified name.static VDWType.RADIUS_RULE[]
VDWType.RADIUS_RULE.values()
Returns an array containing the constants of this enum class, in the order they are declared.