https://github.com/vbertone/mela
a Mellin Evolution LibrAry
https://github.com/vbertone/mela
Last synced: 30 days ago
JSON representation
a Mellin Evolution LibrAry
- Host: GitHub
- URL: https://github.com/vbertone/mela
- Owner: vbertone
- Created: 2015-12-09T22:49:28.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-01-10T13:39:15.000Z (over 2 years ago)
- Last Synced: 2025-01-08T11:24:54.810Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 2.51 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://circleci.com/gh/vbertone/MELA)

# MELA: a Mellin Evolution LibrAry
MELA is a Mellin-space based code for parton distribution function
(PDF) and fragmentation function (FF) DGLAP evolution.
MELA also allows to compute DIS structure functions in
different mass schemes up to NNLO in QCD.
## Download
MELA can be downloaded directly from the github repository:
https://github.com/vbertone/MELA
For the last development version you can clone the master code:
```Shell
git clone https://github.com/vbertone/MELA.git
```
For the latest tag:
```Shell
git tag -l
git checkout tags/tag_name
```
## Installation
Checkout the code and compile the it using the
standar procedure:
```Shell
cd MELA
mkdir build && cd build
cmake -DCMAKE_INSTALL_PREFIX=/your/installation/path/ ..
make && make install
```
## References
- V. Bertone, S. Carrazza, E.R. Nocera, *Reference results for time-like evolution up to O(α_s^3)*, [arXiv:1501.00494](http://arxiv.org/abs/1501.00494)
## Contact Information
Maintainers: Valerio Bertone, Stefano Carrazza, Emanuele Roberto Nocera