Skip to main content

Python package for parton distributions and parton luminosities

Project description

Build Status Coverage Status

parton – a Python package for parton distributions and parton luminosities

parton is a Python package providing parton distribution functions and parton luminosities. It uses the PDF data files provided by the LHAPDF project. Its API is partially compatible to LHAPDF's Python API, even though only a subset of its features are implemented.

parton is written in pure Python, i.e. it runs on Linux, Mac OS, and Windows.

Installation

To install the package without administrator privileges, run

python3 -m pip install parton --user

Command-line interface

parton provides a command-line interface that mimicks (and is partially compatible to) LHAPDF's lhapdf command. In particular, it can be used to install PDF grid files. It is accessed by running the package as a script,

python3 -m parton

For instance, to install a specific PDF set, run

python3 -m parton update
python3 -m parton install 'CT10/0'

If you already have a directory with PDF sets (e.g. from LHAPDF), that can be used as well.

Python usage

The API for numerically evaluating PDFs is modeled after LHAPDF's Python API:

from parton import mkPDF
pdf = mkPDF('CT10', 0)
# up quark PDF at x=0.1, Q=1000 GeV
pdf.xfxQ(2, 0.1, 1000)

If the PDF sets are in a non-default location (on Linux, the default location is ~/.local/share/parton/), this directory can be changed through mkPDF's pdfdir argument.

Parton luminosities are accessed similarly through the PLumi class, but the factorization scale has to be fixed on instantiation,

from parton import PLumi
# pdf has been defined above
plumi = PLumi(pdf, Q2=1000)
# u-ubar parton luminosity at shat/s=0.1
plumi.L(2, -2, 0.1)

License

parton is released under the MIT license.

Contributors

parton was originally written by David M. Straub (@DavidMStraub)

Other contributors:

  • Peter Stangl (@peterstangl)

Citation info

parton cannot be cited at present. Please do not forget to also acknowledge the LHAPDF project.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

parton-0.2.1.tar.gz (12.7 kB view details)

Uploaded Source

File details

Details for the file parton-0.2.1.tar.gz.

File metadata

  • Download URL: parton-0.2.1.tar.gz
  • Upload date:
  • Size: 12.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for parton-0.2.1.tar.gz
Algorithm Hash digest
SHA256 edab66e78fae61c322b88d3ce2d6c2615f47a35da2a731b1d3a6151aeae16fc1
MD5 f60a75344e98dba99f3d5fbf12cd451b
BLAKE2b-256 ed1a6a10a70e641d1c90c0575a3db62273d532c2a5758947455655a4d1698e07

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page