Class CoulombTensorGlobalSIMD

java.lang.Object
ffx.numerics.multipole.MultipoleTensorSIMD
ffx.numerics.multipole.CoulombTensorGlobalSIMD
Direct Known Subclasses:
EwaldTensorGlobalSIMD, GKTensorGlobalSIMD, TholeTensorGlobalSIMD

public class CoulombTensorGlobalSIMD extends MultipoleTensorSIMD
The CoulombTensorGlobal class computes derivatives of 1/|r| via recursion to arbitrary order for Cartesian multipoles in the global frame using SIMD instructions.
Since:
1.0
Author:
Michael J. Schnieders
See Also:
  • Constructor Details

    • CoulombTensorGlobalSIMD

      public CoulombTensorGlobalSIMD(int order)
      Constructor for CoulombTensorGlobalSIMD.
      Parameters:
      order - The order of the tensor.
  • Method Details