TSIL: a program for the calculation of two-loop self-energy integrals
Abstract
TSIL is a library of utilities for the numerical calculation of dimensionally regularized two-loop self-energy integrals. A convenient basis for these functions is given by the integrals obtained at the end of O.V. Tarasov's recurrence relation algorithm. The program computes the values of all of these basis functions, for arbitrary input masses and external momentum. When analytical expressions in terms of polylogarithms are available, they are used. Otherwise, the evaluation proceeds by a Runge-Kutta integration of the coupled first-order differential equations for the basis integrals, using the external momentum invariant as the independent variable. The starting point of the integration is provided by known analytic expressions at (or near) zero external momentum. The code is written in C, and may be linked from C/C++ or Fortran. A Fortran interface is provided. We describe the structure and usage of the program, and provide a simple example application. We also compute two new cases analytically, and compare all of our notations and conventions for the two-loop self-energy integrals to those used by several other groups. Program summaryTitle of program:TSIL Version number: 1.0 Catalogue identifier: ADWS Program summary URL:http://cpc.cs.qub.ac.uk/summaries/ADWS Program obtainable from: CPC Program Library, Queen's University of Belfast, N. Ireland Programming language: C Platform: Any platform supporting the GNU Compiler Collection (gcc), the Intel C compiler (icc), or a similar C compiler with support for complex mathematics No. of lines in distributed program, including test data, etc.: 42 730 No. of bytes in distributed program, including test data, etc.: 297 101 Distribution format: tar.gz Nature of physical problem: Numerical evaluation of dimensionally regulated Feynman integrals needed in two-loop self-energy calculations in relativistic quantum field theory in four dimensions. Method of solution: Analytical evaluation in terms of polylogarithms when possible, otherwise through Runge-Kutta solution of differential equations. Limitations: Loss of accuracy in some unnatural threshold cases that do not have vanishing masses. Typical running time: Less than a second.
- Publication:
-
Computer Physics Communications
- Pub Date:
- January 2006
- DOI:
- arXiv:
- arXiv:hep-ph/0501132
- Bibcode:
- 2006CoPhC.174..133M
- Keywords:
-
- 11.10.-z;
- Field theory;
- High Energy Physics - Phenomenology
- E-Print:
- 31 pages. Updated to reflect new functionality through v1.4 May 2016 and new information about use with C++. Source code and documentation are available at http://www.niu.edu/spmartin/TSIL or http://faculty.otterbein.edu/DRobertson/tsil/