Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.03 KB

api.rst

File metadata and controls

41 lines (29 loc) · 1.03 KB

API Module

GriSPy has the following queries implemented:
  - bubble_neighbors: find neighbors within a given radius. A different radius for each centre can be provided.
  - shell_neighbors: find neighbors within given lower and upper radius. Different lower and upper radius can be provided for each centre.
  - nearest_neighbors: find the nth nearest neighbors for each centre.
And the following methods are available:
  - set_periodicity: define the periodicity conditions.

Module grispy.core

grispy.core

Module grispy.distances

grispy.distances

Module grispy.validators

grispy.validators