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
-
ClassesClassDescriptionOctree method presented in the Fast Multipole Method (FMM) tutorial from the Barba Group: https://github.com/barbagroup/FMM_tutorialOctreeCell: Object class for Octree method presented in the Fast Multipole Method (FMM) tutorial from the Barba Group: https://github.com/barbagroup/FMM_tutorialOctreeParticle: Object class for Octree method presented in the Fast Multipole Method (FMM) tutorial from the Barba Group: https://github.com/barbagroup/FMM_tutorialOctreePoint: Object class for Octree method presented in the Fast Multipole Method (FMM) tutorial from the Barba Group: https://github.com/barbagroup/FMM_tutorial