sisl.geom.PointNeighborList
- class sisl.geom.PointNeighborList(geometry, point: ndarray, finder_results: ndarray)
Bases:
Neighbors
List of atoms that are close to a point in space.
The usual way to get a
PointNeighborList
object is by iterating over aPointsNeighborList
. See its documentation for examples.See also
PointsNeighborList
The list that, when iterated, returns
PointNeighborList
objects.
Attributes
For each neighbor pair (i, j), the first index.
For each neighbor pair (i, j), the supercell indices of
j
.For each neighbor pair (i, j), the second index.
The minimum nsc for an auxiliary supercell to contain all neighbors in this object.
Number of neighbors of the point.
Indices to split the interactions of each atom.
- property min_nsc: ndarray
The minimum nsc for an auxiliary supercell to contain all neighbors in this object.
- point: np.ndarray