Uses of Class
ffx.potential.nonbonded.octree.OctreeParticle
Packages that use OctreeParticle
Package
Description
The octree package provides spatial data structures used to accelerate
nonbonded interactions, neighbor list construction, and related queries.
-
Uses of OctreeParticle in ffx.potential.nonbonded.octree
Constructor parameters in ffx.potential.nonbonded.octree with type arguments of type OctreeParticleModifierConstructorDescriptionOctree
(int nCritical, ArrayList<OctreeParticle> particles) Constructor allowing the specification of nCritical, default theta valueOctree
(int nCritical, ArrayList<OctreeParticle> particles, double theta) Constructor allowing the specification of nCritical and thetaOctree
(ArrayList<OctreeParticle> particles) Default constructor: only need to pass in a list of particles nCritical and theta set to defaults