Build a searchable database for Correlator data in the pyerrors format.
Find a file
2026-02-20 09:45:05 +01:00
.github/workflows Merge pull request 'test/mypy' (#11) from test/mypy into develop 2025-12-02 12:45:07 +01:00
corrlib add cache dir name to config 2026-02-20 09:45:05 +01:00
examples add example toml-file 2025-11-20 17:14:12 +01:00
tests add typing for tests 2026-02-18 10:59:12 +01:00
.gitignore Merge branch 'develop' into fix/cache 2026-02-18 10:12:22 +01:00
pyproject.toml add mypy 2025-12-02 12:36:03 +01:00
README.md update TODO and README 2025-11-20 17:08:03 +01:00
setup.py chore: cleanup 2025-12-02 14:13:44 +01:00
TODO.md update TODO and README 2025-11-20 17:08:03 +01:00
uv.lock add mypy 2025-12-02 12:36:03 +01:00

Pyerrors backlog

With this tool, we aim at making it easy to backlog correlation functions that can be read with pyerrors. This is done in a reproducible way using datalad. In principle, a dataset is created, that is automatically administered by the backlogger, in which data from differnt projects are held together. Everything is catalogued by a searchable SQL database, which holds the paths to the respective measurements. The original projects can be linked to the dataset and the data may be imported using wrapper functions around the read methonds of pyerrors.

We work with the following nomenclature in this project:

  • Measurement A setis of Observables, including the appropriate metadata.
  • Project A series of measurements that was done by one person as part of their research.
  • Record An entry of a single Correlator in the database of the backlogger.