|
|
|
|
|
|
|
|
|
__mul__(self,
other)
Return scaled mode or dot product between modes. |
|
|
|
__rmul__(self,
other)
Return scaled mode or dot product between modes. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
getArray(self)
Return a copy of array. |
|
|
|
_getArray(self)
Return array. |
|
|
|
numAtoms(self)
Return number of atoms. |
|
|
|
is3d(self)
Return **True** if vector is 3d. |
|
|
|
getArrayNx3(self)
Return a copy of array with shape (N, 3). |
|
|
|
_getArrayNx3(self)
Return a copy of array with shape (N, 3). |
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__init__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|