Reconstruction routines coming soon!
Antares will provide tools to reconstruct (or simplify) analytical expressions for functions in the field of fractions over polynomial quotient rings, such as loop integral coefficients, from numerical evaluations. It is based on the study and fitting of pole residues in complexified momentum space. The divergence of expressions near the poles is handled via arbitrary-precision floating-point arithmetics or
The package is available on the Python Package Index
pip install antares-hep
Alternativelty, it can be installed by cloning the repo
git clone https://github.com/GDeLaurentis/antares.git path/to/repo
pip install -e path/to/repo