Uses of Enum Class
ffx.potential.nonbonded.VanDerWaalsForm.RADIUS_RULE
Packages that use VanDerWaalsForm.RADIUS_RULE
Package
Description
The Nonbonded package implements nonbonded molecular mechanics terms such as van der Waals and
Particle Mesh Ewald electrostastics.
-
Uses of VanDerWaalsForm.RADIUS_RULE in ffx.potential.nonbonded
Fields in ffx.potential.nonbonded declared as VanDerWaalsForm.RADIUS_RULEMethods in ffx.potential.nonbonded that return VanDerWaalsForm.RADIUS_RULEModifier and TypeMethodDescriptionstatic VanDerWaalsForm.RADIUS_RULE
Returns the enum constant of this class with the specified name.static VanDerWaalsForm.RADIUS_RULE[]
VanDerWaalsForm.RADIUS_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.RADIUS_RULEModifier and TypeMethodDescriptionstatic double
VanDerWaalsForm.getCombinedRadius
(double ri, double rj, VanDerWaalsForm.RADIUS_RULE radiusRule) Get the combined radius value.