Error propagation and statistical analysis for Markov chain Monte Carlo simulations in lattice QCD and statistical mechanics using autograd
Find a file
2023-06-22 12:53:56 +00:00
.github ci: mac-os python version fixed. 2023-06-02 16:17:28 +01:00
data/sfcf_test/data_o merge with develop 2022-02-08 11:16:20 +01:00
docs Documentation updated 2023-06-02 14:47:24 +00:00
examples Merge branch 'develop' into documentation 2023-03-09 14:26:18 +00:00
pyerrors fix: bug in _find_correlator fixed. (#193) 2023-06-02 15:46:27 +01:00
tests Fix another edge case in _compute_drho (#194) 2023-06-02 15:05:35 +01:00
.gitignore build: .hypothesis added to gitignore. 2023-03-17 17:56:40 +00:00
CHANGELOG.md build: version bumped to 2.8.2, CHANGELOG updated. 2023-06-02 15:06:39 +01:00
CITATION.cff docs: citation file corrected. 2023-04-29 10:59:45 +01:00
conftest.py Initial public release 2020-10-13 16:53:00 +02:00
CONTRIBUTING.md docs: changes to pytest workflow documented in CONTRIBUTING.md 2023-06-02 15:49:42 +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: python badge changed to 3.8+ 2023-05-21 17:12:32 +01:00
setup.py build: bumped autograd dependency to version 1.6 2023-06-22 13:53:17 +01:00

pytest License: MIT arXiv DOI

pyerrors

pyerrors is a python framework for error computation and propagation of Markov chain Monte Carlo data from lattice field theory and statistical mechanics simulations.

Installation

Install the most recent release using pip and pypi:

pip install pyerrors     # Fresh install
pip install -U pyerrors  # Update

Install the most recent release using conda and conda-forge:

conda install -c conda-forge pyerrors  # Fresh install
conda update -c conda-forge pyerrors   # Update

Contributing

We appreciate all contributions to the code, the documentation and the examples. If you want to get involved please have a look at our contribution guideline.