espressopp.analysis.AnalysisBase¶
Overview
List of classes based on AnalysisBase:
Details
This abstract base class provides the interface and some basic functionality for classes that do analysis or observable measurements
It provides the following methods:
-
espressopp.analysis.AnalysisBase.compute()¶ Computes the instant value of the observable.
Return type: a python list or a scalar
-
espressopp.analysis.AnalysisBase.getAverageValue()¶ Returns the average value for the observable and the standard deviation.
Return type: a python list
-
espressopp.analysis.AnalysisBase.getNumberOfMeasurements()¶ counts the number of measurements that have been performed (standalone or in integrator) does _not_ include measurements that have been done using “compute()”
Return type:
-
espressopp.analysis.AnalysisBase.performMeasurement()¶ Computes the observable and updates average and standard deviation
Return type:
-
espressopp.analysis.AnalysisBase.reset()¶ Resets average and standard deviation
Return type: