Error propagation and statistical analysis for Markov chain Monte Carlo simulations in lattice QCD and statistical mechanics using autograd
Find a file
Fabian Joswig dc35690c3e feat!: correlator json output can now handle gaps in the data. Tags of
correlators written with the previous version will have the prefix X|Y|
which contain the padding. Paddings written with previous versions will
be lost and have to be restored by the user.
2022-01-27 14:01:22 +00:00
.github/workflows refactor!: minimal python version bumped to 3.7 2022-01-10 15:28:27 +01:00
examples feat!: correlator json output can now handle gaps in the data. Tags of 2022-01-27 14:01:22 +00:00
pyerrors feat!: correlator json output can now handle gaps in the data. Tags of 2022-01-27 14:01:22 +00:00
tests tests: Warnings in tests fixed, conftest.py and pytest.ini removed 2022-01-20 13:49:34 +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 tests: conftest.py added 2022-01-20 13:56:56 +00:00
CONTRIBUTING.md ci: E722 removed from flake8 exceptions. 2021-12-13 14:48:56 +00:00
LICENSE Initial public release 2020-10-13 16:53:00 +02:00
README.md refactor!: minimal python version bumped to 3.7 2022-01-10 15:28:27 +01:00
setup.py build: version number on develop branch changed to 2.0.0+dev 2022-01-20 14:24:44 +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