Uses of Enum Class
ffx.numerics.multipole.CoordinateSystem
Packages that use CoordinateSystem
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 CoordinateSystem in ffx.numerics.multipole
Fields in ffx.numerics.multipole declared as CoordinateSystemModifier and TypeFieldDescriptionprotected final CoordinateSystem
MultipoleTensor.coordinates
The coordinate system in use (global or QI).protected final CoordinateSystem
MultipoleTensorSIMD.coordinates
The coordinate system in use (global or QI).Methods in ffx.numerics.multipole that return CoordinateSystemModifier and TypeMethodDescriptionstatic CoordinateSystem
Returns the enum constant of this class with the specified name.static CoordinateSystem[]
CoordinateSystem.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 CoordinateSystemModifierConstructorDescriptionMultipoleTensor
(CoordinateSystem coordinates, int order) Constructor for MultipoleTensor.MultipoleTensorSIMD
(CoordinateSystem coordinates, int order) Constructor for MultipoleTensor.