mbtools Analysis

The analysis package is designed to help organise the many possible analysis routines that can be performed during a simulation. This documentation describes the basic user interface commands and then all of the possible analysis routines. Instructions on how to add a new analysis routine are given at the end of this document.

Basic Commands

The following commands comprise the user interface to the analysis package.

At the start of a simulation all of the analysis that is to be performed is specified using the setup_analysis command. Each time you want the analysis performed a call to do_analysis should be made. One can then call print_averages to write results to file.

Available analysis routines

Programming Guide