HOPPET: Higher Order Perturbative Parton Evolution ToolkitHOPPET is a Fortran 95 package for carrying out QCD DGLAP evolution and other common manipulations of parton distribution functions (PDFs). It has been developed by Gavin Salam on an occasional basis since 2001 and Juan Rojo joined the team in 2007. PDFs are represented on a grid in x-space so as to avoid limitations on the functional form of input distributions. Good speed and accuracy are obtained through the representation of splitting functions in terms of their convolution with a set of piecewise polynomial basis functions, and Runge-Kutta techniques are used for the evolution in Q. Unpolarised PDF evolution is provided in the MSbar scheme to NNLO in the coupling, including heavy-quark thresholds. Polarised PDF evolution is provided to NLO. The code is structured so as to provide simple access to the objects representing splitting functions and PDFs, making it possible for a user to extend the facilities already provided. DownloadsThe current release is hoppet-1.1.1. Relative to the 1.1.0 release, facilities have been added for calculating truncated moments (for sum rules), and there have been a number of small clarifications to the documentation. (NB: arXiv:0804.3755 still corresponds to the 1.1.0 release). Alternatively you may obtain HOPPET directly from the subversion repository of the v1 development tree. To obtain it, do the following: svn checkout http://svn.hepforge.org/hoppet/trunk hoppet Warning: HOPPET has been tested and found to work with the g95, intel Fortran and Lahey f95 compilers. With gfortran, older versions have a bug that causes memory corruption and wrong answers, but a recent 4.4-series development snapshot should work well and also give fast executables (it's available as an easily installable binary). Beware, we have also come across systems (e.g. Fedora Core) with an executable called g95, but which is actually an old gfortran. If "g95 --version" does not say "g95" anywhere, then it is not g95! News2008/09/10: the latest version of gfortran (the trunk of the 4.4.0 development version, revisions since 140135) now works with HOPPET and is quite fast! The gfortran maintainers are promising a backport of the bugfix to the 4.3 series too. 2008/08/04: release 1.1.1, with addition of tools for evaluating truncated moments, extraction of x-slices at fixed Q from a pdf_table, and clarifications in the documentation. 2008/04/23: release 1.1.0, with minor changes to interface for the evln flavour representation and full documentation. 2007/05/04: release (1.1.0b1) that fixes small bug in the example program that appeared only with some compilers. 2007/05/01: first beta release (1.1.0b0). Since the last news entry, the code has undergone extensive benchmarking to measure accuracy and speed and optimize the grid choice in the light of those results. A C++ interface has been added via the src/hoppet_v1.h file, and example programs have been harmonised between f90, f77 and C++ so that they all provide the same output. The documentation now includes sections on benchmarking and the f90 example program. 2007/04/21: the package is now fully functional, with both a f90 interface and a more restricted vanilla (streamlined) interface for access from f77. The documentation is mostly written, however detailed installation help and some of the example programs are missing. |