Mode Set
This module defines a pointer class for handling subsets of normal modes.
- class prody.dynamics.modeset.ModeSet(model, indices)[source]
A class for providing access to subset of mode data. Instances are obtained by slicing an NMA model (
ANM,GNM, orPCA). ModeSet’s contain a reference to the model and a list of mode indices. Methods common to NMA models are also defined for mode sets.- getEigvals()[source]
Returns eigenvalues. For
PCAandEDAmodels built using coordinate data in Å, unit of eigenvalues is |A2|. ForANMandGNM, on the other hand, eigenvalues are in arbitrary or relative units but they correlate with stiffness of the motion along associated eigenvector.
- getEigvecs()
Returns a copy of eigenvectors array.