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

Class MassAvgVel

      object --+            
               |            
GeomAnalyzerBase --+        
                   |        
            CenterOf --+    
                       |    
                     Com --+
                           |
                          MassAvgVel

Class for computing mass-averaged velocity

For each frame, the result is numpy.ndarray of floats

Instance Methods [hide private]
 
_precalc(self, calc)
 
_postcalc(self, calc, pbc, fr)
Result is (center, unwrapped-positions), where the first element is the unwrapped center, and the second element is a list of unwrapped positions of the selected atoms.

Inherited from Com: __init__

Inherited from CenterOf (private): _calcCircMean

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]

_precalc(self, calc)

 
Overrides: GeomAnalyzerBase._precalc
(inherited documentation)

_postcalc(self, calc, pbc, fr)

 

Result is (center, unwrapped-positions), where the first element is the unwrapped center, and the second element is a list of unwrapped positions of the selected atoms.

Overrides: GeomAnalyzerBase._postcalc
(inherited documentation)