|
__init__(self,
box)
This implementation supports the general triclinic cell. |
|
|
|
|
|
|
numpy.ndarray
|
calcMinimumImage(self,
ref_pos,
pos)
Calculates the minimum image of a position vector pos
relative to another position vector ref_pos . |
|
|
numpy.ndarray
|
calcMinimumDiff(self,
from_pos,
to_pos)
Calculates the difference vector from from_pos to the
minimum image of to_pos . |
|
|
numpy.ndarray
|
wrap(self,
pos)
Puts a coordinate back into the box. |
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|