Package schrodinger :: Package application :: Package desmond :: Package packages :: Module analysis :: Class Distance
[hide private]
[frames] | no frames]

Class Distance

      object --+    
               |    
GeomAnalyzerBase --+
                   |
                  Distance

Calculate the distance between two atoms. Result is a scalar (distance in Angstroms) for each trajectory frame.

Instance Methods [hide private]
 
__init__(self, msys_model, cms_model, aid0, aid1)
x.__init__(...) initializes x; see help(type(x)) for signature
 
_precalc(self, calc)
 
_postcalc(self, calc, *_)

Inherited from GeomAnalyzerBase: __call__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, msys_model, cms_model, aid0, aid1)
(Constructor)

 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

_precalc(self, calc)

 
Overrides: GeomAnalyzerBase._precalc
(inherited documentation)

_postcalc(self, calc, *_)

 
Overrides: GeomAnalyzerBase._postcalc
(inherited documentation)