helpme_py.PairList¶
- class helpme_py.PairList¶
A matrix object for dense pair lists of atom.
The input should be ordered like i1, j1, i2, j2, i3, j3, … iN, jN.
- Parameters:
array – The Python-side pair matrix object.
- __init__(self: helpme_py.PairList, array: Annotated[numpy.typing.ArrayLike, numpy.int32]) None ¶
Methods
__init__
(self, array)