mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-03-15 06:40:24 +01:00
Error propagation and statistical analysis for Markov chain Monte Carlo simulations in lattice QCD and statistical mechanics using autograd
autocorrelationautogradautomatic-differentiationcondensed-mattercorrelationdata-analysiserror-propagationlattice-field-theorylattice-qcdmarkov-chainmonte-carloparticle-physicsphysicspythonqcdstatistical-analysisstatistical-mechanics
.github | ||
examples | ||
pyerrors | ||
tests | ||
.gitignore | ||
CHANGELOG.md | ||
CITATION.cff | ||
conftest.py | ||
CONTRIBUTING.md | ||
LICENSE | ||
pyproject.toml | ||
README.md | ||
setup.py |
pyerrors
pyerrors
is a python package for error computation and propagation of Markov chain Monte Carlo data.
- Documentation: https://fjosw.github.io/pyerrors/pyerrors.html
- Examples: https://github.com/fjosw/pyerrors/tree/develop/examples
- Bug reports: https://github.com/fjosw/pyerrors/issues
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
Install the current develop
version:
pip install git+https://github.com/fjosw/pyerrors.git@develop
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.