sisl.geom.AtomNeighborList
- class sisl.geom.AtomNeighborList(geometry, finder_results, atom: int)
Bases:
Neighbors
List of atoms that are close to a given atom.
The usual way to get an
AtomNeighborList
object is by iterating over aFullNeighborList
or aPartialNeighborList
. See their documentation for examples.See also
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 atom.
Indices to split the interactions of each atom.