A good starting point to learn what PineAPPL and its command-line program
pineappl
can do is the tutorial!
Here is an alphabetically ordered list of all documentation:
- CLI tutorial: a tutorial for the command-line interface
(CLI)
pineappl
. - CLI reference: a reference for all parameters of the CLI.
- Changelog: a list of additions and changes for all released and unreleased versions of PineAPPL.
- Grid repository: pre-computed grids for specific experimental setups.
- Installation: installation instructions.
- Madgraph5_aMC@NLO: how to create PineAPPL grids with Madgraph5_aMC@NLO.
- Metadata: a list of all recognized keys and values of the metadata.
- C and C++
- for Fortran there is no dedicated documentation available, because it is a wrapper of the C API; simply read the C API documentation, the function names are exactly the same
- Python
- Rust
Another way to learn using the APIs is to have a look/modify the examples.
- Contribution guidelines: technical guidelines for how to contribute to PineAPPL's development.
- Maintainer's guide: Notes for maintainers: explanations and where to find documentation