Skip to content

GDeLaurentis/antares

Repository files navigation

Antares

Automated Numerical To Analytical REconstruction Software

CI Lint CI Test Coverage Docs DOI Python

The current version is meant to load and evaluate results only.
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 $p$-adic numbers. Alternatively finite fields can also be used (may involve semi-numerical slices).

Installation

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