Error propagation and statistical analysis for Markov chain Monte Carlo simulations in lattice QCD and statistical mechanics using autograd
Find a file
2022-05-18 15:22:05 +00:00
.github/workflows ci: examples workflow added. 2022-05-14 12:06:37 +01:00
data/sfcf_test/data_o refactor: Cleaned up duplicate sfcf test data in the wrong folder. 2022-02-08 13:40:24 +00:00
docs Documentation updated 2022-05-18 15:22:05 +00:00
examples Merge branch 'develop' into documentation 2022-05-18 15:21:30 +00:00
pyerrors Merge pull request #100 from fjosw/feature/GEVP_return_all_vectors 2022-05-18 16:21:08 +01:00
tests Merge branch 'develop' into documentation 2022-05-18 15:21:30 +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 Version number bumped to 2.0.0, CHANGELOG updated. 2022-03-31 11:25:37 +01:00
conftest.py Initial public release 2020-10-13 16:53:00 +02:00
CONTRIBUTING.md docs: examples workflow documented, badge added to README 2022-05-14 12:12:50 +01: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: examples workflow documented, badge added to README 2022-05-14 12:12:50 +01:00
setup.py docs: long_description added to setup.py 2022-05-18 12:15:28 +01:00

flake8 pytest examples 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