A package to analyze the figure of merit convergence of Serpent Monte-Carlo simulations.
The Analysis package contains two modules:
-
core, which contains theDataFileobject used to contain Serpent output data. -
fom, which contains the tools for analyzing multipleDataFiles
An iPython notebook outlining its use is included here.
Full documentation can be built in the docs folder using:
make html
Tests can be run using nosetests in the main directory.