Uses of Enum Class
ffx.potential.nonbonded.VanDerWaalsForm.EPSILON_RULE
Packages that use VanDerWaalsForm.EPSILON_RULE
Package
Description
The Nonbonded package implements nonbonded molecular mechanics terms such as van der Waals and
Particle Mesh Ewald electrostastics.
-
Uses of VanDerWaalsForm.EPSILON_RULE in ffx.potential.nonbonded
Fields in ffx.potential.nonbonded declared as VanDerWaalsForm.EPSILON_RULEMethods in ffx.potential.nonbonded that return VanDerWaalsForm.EPSILON_RULEModifier and TypeMethodDescriptionstatic VanDerWaalsForm.EPSILON_RULE
Returns the enum constant of this class with the specified name.static VanDerWaalsForm.EPSILON_RULE[]
VanDerWaalsForm.EPSILON_RULE.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in ffx.potential.nonbonded with parameters of type VanDerWaalsForm.EPSILON_RULEModifier and TypeMethodDescriptionstatic double
VanDerWaalsForm.getCombinedEps
(double ei, double ej, double ri, double rj, VanDerWaalsForm.EPSILON_RULE epsilonRule) Get the combined EPS value.