Error propagation and statistical analysis for Markov chain Monte Carlo simulations in lattice QCD and statistical mechanics using autograd
Find a file
2022-07-01 15:47:31 +00:00
.github/workflows build: extract version number in setup.py from version.py 2022-06-14 12:02:43 +01:00
data/sfcf_test/data_o merge with develop 2022-02-08 11:16:20 +01:00
docs Documentation updated 2022-07-01 15:47:31 +00:00
examples Merge branch 'develop' into documentation 2022-05-22 10:38:50 +00:00
pyerrors fix: redundant export of not gzipped pandas Dataframe removed. 2022-06-30 15:49:40 +01:00
tests Merge branch 'develop' into documentation 2022-07-01 15:46:56 +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-06-23 14:06:45 +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: example and docs badges removed from README 2022-05-22 11:19:13 +01:00
setup.py build: pandas added as dependency. 2022-06-30 14:14:59 +01:00

flake8 pytest License: MIT Binder

pyerrors

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

Installation

To install the most recent release 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