Complete version of the aderrors library
aderrors is a fortran 2008 library for error analysis of MC data with the following features: - Exact linear error propagation, even in iterative algorithms (i.e. error propagation in fit parameters). - Handles data from any number of ensembles (i.e. simulations with different parameters). - Support for replicas (i.e. several runs with the same simulation parameters). - Standalone portable implementation without any external dependencies. - Fast computation of autocorrelation functions with the FFT package (see http://www.kurims.kyoto-u.ac.jp/~ooura/fft.html). - Exact determination of gradients and Hessians of arbitrary functions.
parents
Showing
README.md
0 → 100644
build/Makefile
0 → 100644
build/include/.gitignore
0 → 100644
build/lib/.gitignore
0 → 100644
build/obj/.gitignore
0 → 100644
doc/aderrors.bbl
0 → 100644
doc/aderrors.pdf
0 → 100644
File added
doc/aderrors.tex
0 → 100644
This diff is collapsed.
doc/utphys.bst
0 → 100644
This diff is collapsed.
info/DATE
0 → 100644
plots/ID1-auto.png
0 → 100644
53.4 KB
plots/ID1-hist.png
0 → 100644
71.6 KB
plots/ID1-taui.png
0 → 100644
66.4 KB
src/aderrors/aderrors.f90
0 → 100644
This diff is collapsed.
This diff is collapsed.
src/aderrors/aderrors_cf.f90
0 → 100644