|
|
2 years ago | |
|---|---|---|
| .. | ||
| autoconfig | 2 years ago | |
| bin | 2 years ago | |
| doc | 2 years ago | |
| examples | 2 years ago | |
| extra | 2 years ago | |
| m4 | 2 years ago | |
| pywrap | 2 years ago | |
| src | 2 years ago | |
| .gitignore | 2 years ago | |
| AUTHORS | 2 years ago | |
| COPYING | 2 years ago | |
| ChangeLog | 2 years ago | |
| INSTALL | 2 years ago | |
| LICENSE | 2 years ago | |
| Makefile.am | 2 years ago | |
| Makefile.in | 2 years ago | |
| NEWS | 2 years ago | |
| README | 2 years ago | |
| README.md | 2 years ago | |
| aclocal.m4 | 2 years ago | |
| configure | 2 years ago | |
| configure.ac | 2 years ago | |
README.md
QCDLoop: an object-oriented one-loop scalar Feynman integrals framework
General information
Homepage with library description: http://cern.ch/qcdloop
If you use this code in your publication, please cite arXiv:0712.1851 and arXiv:1605.03181.
Download
You can obtain QCDLoop releases directly from the github repository:
https://github.com/scarrazza/qcdloop/releases
For the last development version you can clone the master code:
git clone https://github.com/scarrazza/qcdloop.git
For the latest tag:
git tag -l
git checkout tags/tag_name
Installation
Checkout the code and compile the code using the following procedure:
cd qcdloop
./configure --prefix=/where/install/qcdloop #(optional)
make && make install
By the default, if prefix is not set the program is installed in /usr/local. If you define a custom prefix, remember to export qcdloop/lib to the LD_LIBRARY_PATH. QCDLoop requires a compiler with C++11 and quadmath features (e.g. gcc >= 4.7)
Contact Information
Maintainer: Stefano Carrazza
