12 releases

new 0.14.4-alpha.1 May 22, 2024
0.1.1-alpha.5 May 21, 2024
0.0.5 May 17, 2024
0.0.4 May 9, 2023
0.0.0 Dec 8, 2018

#60 in Science

Download history 10/week @ 2024-02-19 7/week @ 2024-03-11 5/week @ 2024-04-01 1/week @ 2024-04-22 114/week @ 2024-05-13 622/week @ 2024-05-20

736 downloads per month

GPL-3.0-or-later

34KB
570 lines

EKO

Tests Rust tests Docs CodeFactor

EKO is a Python module to solve the DGLAP equations in N-space in terms of Evolution Kernel Operators in x-space.

Installation

EKO is available via

  • PyPI: PyPI
pip install eko
  • conda-forge: Conda Version
conda install eko

Development

If you want to install from source you can run

git clone git@github.com:N3PDF/eko.git
cd eko
poetry install

To setup poetry, and other tools, see Contribution Guidelines.

Documentation

  • The documentation is available here: Docs
  • To build the documentation from source install graphviz and run in addition to the installation commands
poe docs

Tests and benchmarks

  • To run unit test you can do
poe tests
  • Benchmarks of specific part of the code, such as the strong coupling or msbar masses running, are available doing
poe bench
  • The complete list of benchmarks with external codes is available through ekomark: documentation

Citation policy

When using our code please cite

  • our DOI: DOI
  • our paper: arXiv

Contributing

  • Your feedback is welcome! If you want to report a (possible) bug or want to ask for a new feature, please raise an issue: GitHub issues
  • If you need help, for installation, usage, or anything related, feel free to open a new discussion in the "Support" section
  • Please follow our Code of Conduct and read the Contribution Guidelines

Dependencies

~2.5MB
~36K SLoC