Kira - A Feynman Integral Reduction Program
Philipp Maierhoefer, Johann Usovitsch, Peter Uwer
TL;DR
Kira presents a new C++ implementation of the Laporta algorithm for reducing scalar multi-loop Feynman integrals to a compact master set. It introduces a modular-arithmetic based method to identify and remove linearly dependent equations, coupled with an optimized Gauss-type forward elimination and a parallelized back-substitution routine, all while storing intermediates in SQLite3. The implementation leverages GiNaC, Fermat, and a YAML-based workflow to handle multi-topology reductions and is benchmarked against Reduze 2 and FIRE 5, showing competitive or superior performance on complex, multi-scale problems. The work demonstrates substantial speedups and memory efficiency, enabling NNLO and higher-loop reductions and suggesting applicability beyond two loops.
Abstract
In this article, we present a new implementation of the Laporta algorithm to reduce scalar multi-loop integrals---appearing in quantum field theoretic calculations---to a set of master integrals. We extend existing approaches by using an additional algorithm based on modular arithmetic to remove linearly dependent equations from the system of equations arising from integration-by-parts and Lorentz identities. Furthermore, the algebraic manipulations required in the back substitution are optimized. We describe in detail the implementation as well as the usage of the program. In addition, we show benchmarks for concrete examples and compare the performance to Reduze 2 and FIRE 5. In our benchmarks we find that Kira is highly competitive with these existing tools.
