Main Statistics Code

Main functions for running statistics routines for MD simulations

StatsMain.PrintRun(filename, index)[source]

Read in the filename for a data file and the index for the column that you would like to read. The average is printed.

StatsMain.Run(filename1, filename2, index)[source]

Read in two files (filename1 and filename2) and the index of the specified column. The averages are printed.

StatsMain.RunBlock(filename1, index, start, stop, blocksize, title)[source]
StatsMain.RunGen(filename, index, blocksize)[source]

Read in the filename for a data file, the index for the column that you would like to read, and the blocksize for averaging.

StatsMain.RunX2(filename1, filename2, index)[source]

Previous topic

More Utilities

Next topic

More Statistics Code

This Page