A class to provide access to and operations on mode data.
|
|
__init__(self,
model,
index)
Initialize mode object as part of an NMA model. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
is3d(self)
Return **True** if mode instance is from a 3-dimensional model. |
|
|
|
|
|
|
|
numDOF(self)
Return number of degrees of freedom (three times the number of
atoms). |
|
|
|
|
getTitle(self)
A descriptive title for the mode instance. |
|
|
|
|
getIndex(self)
Return the index of the mode. |
|
|
|
|
getModel(self)
Return the model that the mode instance belongs to. |
|
|
|
|
getArray(self)
Return a copy of the normal mode array (eigenvector). |
|
|
|
|
getEigvec(self)
Return a copy of the normal mode array (eigenvector). |
|
|
|
|
_getArray(self)
Return a copy of the normal mode array (eigenvector). |
|
|
|
|
getEigval(self)
Return normal mode eigenvalue. |
|
|
|
|
|
|
Inherited from VectorBase:
__abs__,
__add__,
__div__,
__iadd__,
__idiv__,
__imul__,
__isub__,
__mul__,
__neg__,
__pow__,
__radd__,
__rmul__,
__rsub__,
__sub__,
getArrayNx3,
numModes
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__setattr__,
__sizeof__,
__subclasshook__
|