FF

A library for evaluating one-loop integrals

FF is a library to evaluate one-loop integrals needed for radiative corrections to scattering processes in particle physics. The idea of such a library is based on FormF by M. Veltman. Unfortunately this only runs in CDC and 68000 assembler, and uses very high precision (more than 100 digits) to overcome the numerical instabilities that plague these integrals. FF uses alternative algorithms which run in double precision Fortran 77. It is available by anonymous ftp.

The current version includes

The user interface is described the manual, which is included in the districution. The main point to notice is that the routines check their precision by increasing a parameter ier, which should be set to the number of unreliable digits before calling an ff-routine (usually):
      ier = 0     ! all digits are OK
      id = 31     ! the first threepoint function
      call ffxc0(cc0,xpi,ier)
There is a coupler to C, C++ and Mathematica available from Würzburg, LoopTools, this also computes the tensor reduction in their convention.

README
ff.tar.gz

Geert Jan van Oldenborgh
gjvo@xs4all.nl