Uses of Class
ffx.potential.nonbonded.octree.OctreePoint
Packages that use OctreePoint
-
Uses of OctreePoint in ffx.potential.nonbonded.octree
Subclasses of OctreePoint in ffx.potential.nonbonded.octreeModifier and TypeClassDescriptionclass
OctreeParticle: Object class for Octree method presented in the Fast Multipole Method (FMM) tutorial from the Barba Group: https://github.com/barbagroup/FMM_tutorialMethods in ffx.potential.nonbonded.octree with parameters of type OctreePointModifier and TypeMethodDescriptiondouble
Octree.distance
(double[] array, OctreePoint point) Compute a distance between a position and the OctreePoint.double
OctreePoint.distance
(OctreePoint other)