|
39 | 39 |
|
40 | 40 | Below are some samples of tools in high-energy physics that uses PineAPPL. |
41 | 41 |
|
42 | | -<table> |
43 | | - <thead> |
44 | | - <tr> |
45 | | - <th>Tool</th> |
46 | | - <th>Description</th> |
47 | | - </tr> |
48 | | - </thead> |
49 | | - <tbody> |
50 | | - <tr><th colspan="2">Parton-Level Monte Carlo Generators</th></tr> |
51 | | - <tr> |
52 | | - <td><a href="https://nnlojet.hepforge.org/index.html"><b>NNLOJet</b></a></td> |
53 | | - <td>Parton-level event generator for jet cross sections at NNLO QCD accuracy.</td> |
54 | | - </tr> |
55 | | - <tr> |
56 | | - <td><a href="https://matrix.hepforge.org/"><b>MATRIX</b></a></td> |
57 | | - <td>Parton-level event generator for fully differential cross sections at NNLO.</td> |
58 | | - </tr> |
59 | | - <tr><th colspan="2">General-Purpose Monte Carlo Generators</th></tr> |
60 | | - <tr> |
61 | | - <td><a href="https://github.com/mg5amcnlo/mg5amcnlo"><b>MadGraph5_aMC@NLO</b></a></td> |
62 | | - <td>Multi-purpose event generator for LO and NLO calculations.</td> |
63 | | - </tr> |
64 | | - <tr><th colspan="2">Fixed-order Codes</th></tr> |
65 | | - <tr> |
66 | | - <td><a href="https://github.com/QCDLab/PineAPFEL"><b>PineAPFEL</b></a></td> |
67 | | - <td>APFEL++ interface that produces PineAPPL grids with coefficient functions for unpolarized and longitudinally polarized DIS, SIA, and SIDIS.</td> |
68 | | - </tr> |
69 | | - <tr> |
70 | | - <td><a href="https://github.com/NNPDF/yadism"><b>Yadism</b></a></td> |
71 | | - <td>Computes DIS coefficient functions up to N3LO for unpolarized and longitudinally polarized processes.</td> |
72 | | - </tr> |
73 | | - <tr><th colspan="2">Evolution Codes</th></tr> |
74 | | - <tr> |
75 | | - <td><a href="https://github.com/QCDLab/PineAPFEL"><b>PineAPFEL</b></a></td> |
76 | | - <td>Evolves theory predictions stored as PineAPPL grids using APFEL++.</td> |
77 | | - </tr> |
78 | | - <tr> |
79 | | - <td><a href="https://github.com/NNPDF/pineko"><b>Pineko</b></a></td> |
80 | | - <td>Evolves theory predictions stored as PineAPPL grids using EKO evolution operators.</td> |
81 | | - </tr> |
82 | | - <tr><th colspan="2">PDF Fitting Codes</th></tr> |
83 | | - <tr> |
84 | | - <td><a href="https://ncteq.hepforge.org/"><b>nCTEQ</b></a></td> |
85 | | - <td>Framework for extracting nuclear parton distribution functions.</td> |
86 | | - </tr> |
87 | | - <tr> |
88 | | - <td><a href="https://github.com/NNPDF/nnpdf"><b>NNPDF</b></a></td> |
89 | | - <td>Machine learning framework for global PDF analyses.</td> |
90 | | - </tr> |
91 | | - <tr> |
92 | | - <td><a href="https://gitlab.cern.ch/fitters/xfitter"><b>xFitter</b></a></td> |
93 | | - <td>QCD fit framework designed to extract PDFs.</td> |
94 | | - </tr> |
95 | | - <tr><th colspan="2">Interfaces to Other Grid Formats</th></tr> |
96 | | - <tr> |
97 | | - <td><a href="https://applgrid.hepforge.org/"><b>APPLgrid</b></a></td> |
98 | | - <td>Fast interpolation grid library for PDF-independent storage of perturbative QCD calculations.</td> |
99 | | - </tr> |
100 | | - <tr> |
101 | | - <td><a href="https://fastnlo.hepforge.org/"><b>fastNLO</b></a></td> |
102 | | - <td>Framework for fast pQCD calculations for hadron-induced processes.</td> |
103 | | - </tr> |
104 | | - </tbody> |
105 | | -</table> |
| 42 | +| Tool | Description | |
| 43 | +|------|-------------| |
| 44 | +| [**MadGraph5_aMC@NLO**](https://github.com/mg5amcnlo/mg5amcnlo) | Multi-purpose event generator for LO and NLO calculations. | |
| 45 | +| [**MATRIX**](https://matrix.hepforge.org/) | Parton-level event generator for fully differential cross sections at NNLO. | |
| 46 | +| [**nCTEQ**](https://ncteq.hepforge.org/) | Framework for extracting nuclear parton distribution functions. | |
| 47 | +| [**NNLOJet**](https://nnlojet.hepforge.org/index.html) | Parton-level event generator for jet cross sections at NNLO QCD accuracy. | |
| 48 | +| [**NNPDF**](https://github.com/NNPDF/nnpdf) | Machine learning framework for global PDF analyses. | |
| 49 | +| [**NNSFν**](https://github.com/NNPDF/nnusf) | Machine learning framework for all-energy neutrino structure functions. | |
| 50 | +| [**PineAPFEL**](https://github.com/QCDLab/PineAPFEL) | [APFEL++](https://github.com/vbertone/apfelxx) interface that produces and evolve PineAPPL grids with coefficient functions for unpolarized and longitudinally polarized DIS, SIA, and SIDIS. | |
| 51 | +| [**Pineko**](https://github.com/NNPDF/pineko) | Evolves theory predictions stored as PineAPPL grids using [EKO](https://github.com/NNPDF/eko) evolution operators. | |
| 52 | +| [**xFitter**](https://gitlab.cern.ch/fitters/xfitter) | QCD fit framework designed to extract PDFs. | |
| 53 | +| [**Yadism**](https://github.com/NNPDF/yadism) | Computes DIS coefficient functions up to N3LO for unpolarized and longitudinally polarized processes. | |
106 | 54 |
|
107 | 55 | # Citation |
108 | 56 |
|
|
0 commit comments