Error propagation and statistical analysis for Markov chain Monte Carlo simulations in lattice QCD and statistical mechanics using autograd
Find a file
2022-11-16 10:39:30 +00:00
.github/workflows ci: pytest workflow fixed. 2022-10-31 15:42:50 +01:00
data/sfcf_test/data_o merge with develop 2022-02-08 11:16:20 +01:00
docs Documentation updated 2022-11-16 10:39:30 +00:00
examples Merge branch 'develop' into documentation 2022-09-30 15:26:17 +00:00
pyerrors docs: input/hadrons unevenly spaced exception text more detailed. 2022-10-24 11:23:25 +01:00
tests Merge branch 'develop' into documentation 2022-10-21 11:19:11 +00:00
.gitignore build: extract version number in setup.py from version.py 2022-06-14 12:02:43 +01:00
CHANGELOG.md docs: CHANGELOG updated. 2022-11-15 09:48:20 +00:00
CITATION.cff docs: CHANGELOG and CITATION file updated. 2022-10-13 12:08:54 +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
pyproject.toml build: pyproject.toml added. 2022-08-01 16:43:19 +01:00
pytest.ini Initial public release 2020-10-13 16:53:00 +02:00
README.md docs: pypi link added to README 2022-11-16 10:38:18 +00:00
setup.py build: minimal numdifftools version bumped. 2022-11-13 21:02:56 +01:00

flake8 pytest License: MIT arXiv

pyerrors

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

Installation

To install the most recent release (via pypi) run

pip install pyerrors     # Fresh install
pip install -U pyerrors  # Upgrade

to install the current develop version run

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