Root Mean Square Fluctuation from reference positions (averaged
position over the trajectory) for each atom, with optional alignment
fitting.
|
__init__(self,
msys_model,
cms_model,
aids,
fit_aids,
fit_ref_pos,
in_place=False)
@type msys_model: C{msys.System}
@type cms_model: C{schrodinger.structure.Structure}
@type aids: C{list} of C{int}s
@type fit_aids: C{list} of C{int}s
@param fit_ref_pos: positions of reference conformer structure for
translation/rotation calculation
@type fit_ref_pos: Mx3 C{numpy.ndarray}
@param in_place: if C{True}, calculate RMSF without applying
alignment transformations |
|
|
|
_precalc(self,
calc)
Reusable intermediate data saved in calc : We use the _center function, and
create one copy of the trajectory frame and one copy of the
full-system CT. |
|
|
|
|
length N numpy.ndarray
|
reduce(self,
pos_t,
*_,
**__)
Temporal average of the RMSF over the trajectory |
|
|
Inherited from GeomAnalyzerBase :
__call__
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|