Package schrodinger :: Package application :: Package matsci :: Module order_parameter_mod :: Class MomentOfInertiaDirector
[hide private]
[frames] | no frames]

Class MomentOfInertiaDirector

                                object --+            
                                         |            
desmond.packages.analysis.GeomAnalyzerBase --+        
                                             |        
  desmond.packages.analysis._CompositeAnalyzer --+    
                                                 |    
 desmond.packages.analysis.MomentOfInertiaDirector --+
                                                     |
                                                    MomentOfInertiaDirector

Manage a moment of inertia director.

Instance Methods [hide private]
 
__init__(self, msys_obj, cms_obj, asl)
Create an instance.

Inherited from desmond.packages.analysis.MomentOfInertiaDirector: __call__

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

Static Methods [hide private]
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, msys_obj, cms_obj, asl)
(Constructor)

 

Create an instance.

Parameters:
  • msys_obj (Desmond msys .System) - the msys object (from msys.LoadMAE)
  • cms_obj (schrodinger.application.desmond.cms.Cms) - the cms object
  • asl (str) - the ASL for the descriptor
Raises:
Overrides: object.__init__