Package ffx.potential.nonbonded.octree


@ParametersAreNonnullByDefault package ffx.potential.nonbonded.octree
The octree package provides spatial data structures used to accelerate nonbonded interactions, neighbor list construction, and related queries. Octrees partition 3D space hierarchically to enable efficient range and proximity searches.
Since:
1.0
Author:
Michael J. Schnieders
  • Classes
    Class
    Description
    Octree method presented in the Fast Multipole Method (FMM) tutorial from the Barba Group: https://github.com/barbagroup/FMM_tutorial
    OctreeCell: Object class for Octree method presented in the Fast Multipole Method (FMM) tutorial from the Barba Group: https://github.com/barbagroup/FMM_tutorial
    OctreeParticle: Object class for Octree method presented in the Fast Multipole Method (FMM) tutorial from the Barba Group: https://github.com/barbagroup/FMM_tutorial
    OctreePoint: Object class for Octree method presented in the Fast Multipole Method (FMM) tutorial from the Barba Group: https://github.com/barbagroup/FMM_tutorial