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

Class MixInBlockStd

object --+
         |
        MixInBlockStd

This is a base class for dividing long simulation into blocks to get standard deviation, and should be not be instantiated directly.

Instance Methods [hide private]
 
checkBlockTau(self, total_step_num, min_tau_data_point)
Chech whether there are minimum data points between Tau start and end.

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

checkBlockTau(self, total_step_num, min_tau_data_point)

 

Chech whether there are minimum data points between Tau start and end.

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