Trees | Indices | Help |
|
---|
|
object --+ | VectorBase --+ | Mode
A class to provide access to and operations on mode data.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
Initialize mode object as part of an NMA model. :arg model: a normal mode analysis instance :type model: :class:`.NMA`, :class:`.GNM`, or :class:`.PCA` :arg index: index of the mode :type index: int
|
repr(x)
|
str(x)
|
Return **True** if mode instance is from a 3-dimensional model.
|
Return number of atoms.
|
Return the index of the mode. Note that mode indices are zero-based. |
Return a copy of the normal mode array (eigenvector).
|
Return a copy of the normal mode array (eigenvector).
|
Return normal mode eigenvalue. For :class:`.PCA` and :class:`.EDA` models built using coordinate data in Å, unit of eigenvalues is |A2|. For :class:`.ANM` and :class:`.GNM`, on the other hand, eigenvalues are in arbitrary or relative units but they correlate with stiffness of the motion along associated eigenvector. |
Return variance along the mode. For :class:`.PCA` and :class:`.EDA` models built using coordinate data in Å, unit of variance is |A2|. For :class:`.ANM` and :class:`.GNM`, on the other hand, variance is the inverse of the eigenvalue, so it has arbitrary or relative units. |
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Aug 6 04:50:50 2015 | http://epydoc.sourceforge.net |