Package schrodinger :: Package application :: Package matsci :: Module equilibrium_md :: Class TrjBase
[hide private]
[frames] | no frames]

Class TrjBase

       object --+    
                |    
EquilibriumMdBase --+
                    |
                   TrjBase

This is a base class for equilibrium MD subclass that uses trajectory, and should be not be instantiated directly.

Instance Methods [hide private]
 
readTrj(self)
Read trj frames from trj folder.
 
checkTau(self, total_trj_frame_num, min_tau_data_point)
Check whether trj frame number is large enough.
 
checkVel(self)
Check whether each frame contains velocity information.

Inherited from EquilibriumMdBase: __init__, calDensity, checkConstantVol, checkSetTimeInterval, savePropAndCms

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]

checkTau(self, total_trj_frame_num, min_tau_data_point)

 

Check whether trj frame number is large enough.

Parameters:
  • total_trj_frame_num (number of total data point) - int
  • min_tau_data_point (minimum requested data) - int