Class GKTensorGlobalSIMD


public class GKTensorGlobalSIMD extends CoulombTensorGlobalSIMD
The GeneralizedKirkwoodTensor class contains utilities for generated Generalized Kirkwood interaction tensors.
Since:
1.0
Author:
Michael J. Schnieders
  • Field Details

    • multipoleOrder

      protected final GKMultipoleOrder multipoleOrder
      The GK tensor can be constructed for monopoles (GB), dipoles or quadrupoles.
  • Constructor Details

    • GKTensorGlobalSIMD

      public GKTensorGlobalSIMD(GKMultipoleOrder multipoleOrder, int order, GKSourceSIMD gkSource, double Eh, double Es)
      Construct a new GKTensorGlobal object.
      Parameters:
      multipoleOrder - The multipole order.
      order - The number of derivatives to complete.
      gkSource - Generate the source terms for the GK recurrence.
      Eh - Homogeneous dielectric constant.
      Es - Solvent dielectric constant.
  • Method Details