Class OctreeParticle

java.lang.Object
ffx.potential.nonbonded.octree.OctreePoint
ffx.potential.nonbonded.octree.OctreeParticle

public class OctreeParticle extends OctreePoint
OctreeParticle: Object class for Octree method presented in the Fast Multipole Method (FMM) tutorial from the Barba Group: https://github.com/barbagroup/FMM_tutorial
  • Constructor Details

    • OctreeParticle

      public OctreeParticle(double[] coords, double domain, double q)
  • Method Details

    • addToPhi

      public void addToPhi(double phi)
    • getCharge

      public double getCharge()
    • setCharge

      public void setCharge(double q)
    • setDomain

      public void setDomain(double domain)
      Overrides:
      setDomain in class OctreePoint