Skip to content

Commit 3816fa2

Browse files
authored
Merge pull request #394 from NNPDF/finalize-docs
Finalize Documentation
2 parents e5f11cc + 6efabb1 commit 3816fa2

20 files changed

Lines changed: 572 additions & 361 deletions

File tree

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,23 @@ one:
3535
- [Installation instructions](docs/installation.md)
3636
- [Changelog](CHANGELOG.md)
3737

38+
# Tools using PineAPPL
39+
40+
Below are some samples of tools in high-energy physics that uses PineAPPL.
41+
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. |
54+
3855
# Citation
3956

4057
If you use PineAPPL, please cite

examples/cpp/advanced-filling.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ int main() {
174174
pineappl_grid_write(grid, "advanced-filling.pineappl.lz4");
175175

176176
//-----------------------------------------------------------------------//
177-
177+
178178
// Remove the bins for which the convolution is zero.
179179
std::vector<uintptr_t> zero_indices;
180180
zero_indices.reserve(dxsec.size());

0 commit comments

Comments
 (0)