Uses of Enum Class
ffx.potential.parameters.VDWType.EPSILON_RULE
Packages that use VDWType.EPSILON_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.EPSILON_RULE in ffx.potential.nonbonded
Fields in ffx.potential.nonbonded declared as VDWType.EPSILON_RULEMethods in ffx.potential.nonbonded with parameters of type VDWType.EPSILON_RULEModifier and TypeMethodDescriptionstatic double
VanDerWaalsForm.getCombinedEps
(double ei, double ej, double ri, double rj, VDWType.EPSILON_RULE epsilonRule) Get the combined EPS value. -
Uses of VDWType.EPSILON_RULE in ffx.potential.parameters
Fields in ffx.potential.parameters declared as VDWType.EPSILON_RULEModifier and TypeFieldDescriptionstatic final VDWType.EPSILON_RULE
VDWType.DEFAULT_EPSILON_RULE
The default epsilon combining rule.Methods in ffx.potential.parameters that return VDWType.EPSILON_RULEModifier and TypeMethodDescriptionstatic VDWType.EPSILON_RULE
Returns the enum constant of this class with the specified name.static VDWType.EPSILON_RULE[]
VDWType.EPSILON_RULE.values()
Returns an array containing the constants of this enum class, in the order they are declared.