All analyzer classes whose calculations require the full-system CT
could inherit this base class, which will provide an intermediate data
that contains a trajectory frame and a full-system CT. In the trajectory
frame, the solute atoms are centered, and the full-system CT's
coordinates are updated with the centered frame.
|
|
__init__(self,
msys_model,
cms_model)
x.__init__(...) initializes x; see help(type(x)) for signature |
|
|
|
|
_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. |
|
|
traj.Frame,
schrodinger.structure.Structure
|
_getCentered(self,
calc)
Returns:
centered frame and full-system CT |
|
|
|
Inherited from GeomAnalyzerBase:
__call__
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|