Uses of Enum Class
ffx.numerics.multipole.MultipoleTensor.COORDINATES
Packages that use MultipoleTensor.COORDINATES
Package
Description
The Multipole package computes derivatives of 1/|r| via recursion to arbitrary order using
Cartesian multipoles in either a global frame or a quasi-internal frame.
-
Uses of MultipoleTensor.COORDINATES in ffx.numerics.multipole
Fields in ffx.numerics.multipole declared as MultipoleTensor.COORDINATESModifier and TypeFieldDescriptionprotected final MultipoleTensor.COORDINATESMultipoleTensor.coordinatesThe coordinate system in use (global or QI).Methods in ffx.numerics.multipole that return MultipoleTensor.COORDINATESModifier and TypeMethodDescriptionstatic MultipoleTensor.COORDINATESReturns the enum constant of this class with the specified name.static MultipoleTensor.COORDINATES[]MultipoleTensor.COORDINATES.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in ffx.numerics.multipole with parameters of type MultipoleTensor.COORDINATESModifierConstructorDescriptionMultipoleTensor(MultipoleTensor.COORDINATES coordinates, int order) Constructor for MultipoleTensor.