Error propagation and statistical analysis for Markov chain Monte Carlo simulations in lattice QCD and statistical mechanics using autograd
Find a file
2021-12-09 09:45:29 +00:00
.github/workflows ci: pytest workflow scheduled to run once a month. 2021-12-09 07:37:42 +00:00
examples Examples updated, minor bug fixes 2021-10-11 18:31:02 +01:00
pyerrors refactor: check in Obs.__init__ withe means!=None removed which could 2021-12-09 09:44:50 +00:00
tests test: test for exceptions in Obs.__init__ extended 2021-12-09 09:45:29 +00:00
.gitignore fix: instances of plot.show changed to plot.draw in fit module 2021-12-07 08:27:24 +00:00
CHANGELOG.md docs: Changelog updated 2021-11-30 14:52:25 +00:00
conftest.py Initial public release 2020-10-13 16:53:00 +02:00
CONTRIBUTING.md docs: CONTRIBUTING extended 2021-12-07 08:37:33 +00:00
LICENSE Initial public release 2020-10-13 16:53:00 +02:00
pytest.ini Initial public release 2020-10-13 16:53:00 +02:00
README.md docs: reference to other error analysis suites moved from README to 2021-11-30 14:57:36 +00:00
setup.py pyerrors.py renamed to obs.py, h5py added as dependency 2021-11-07 11:24:56 +00:00

flake8 pytest docs License: MIT

pyerrors

pyerrors is a python package for error computation and propagation of Markov chain Monte Carlo data.

Installation

To install the current develop version run

pip install git+https://github.com/fjosw/pyerrors.git@develop

to install the most recent release run

pip install git+https://github.com/fjosw/pyerrors.git@master