Evolution of the transversity parton distribution functions via two methods: (1) direct integration of the DGLAP equations along the energy scale and (2) fast Mellin inversion.
Project description
tParton
Copyright 2024 Congzhou M Sha
This is an evolution code for the transversity parton distribution functions encountered in hadronic physics.
Installation
First, install this package using pip install tparton.
Running tParton as a standalone script
To evolve a transversity pdf, run the command python -m tparton m. This uses the Mellin moment by default. To use the energy scale integration method, run the command python -m tparton t. Use python -m tparton m -h or python -m tparton t -h for help.
An example run will look like:
python -m tparton m INPUTPDF.dat 3.1 10.6 --morp plus -o OUTPUTPDF.dat
We are evolving the INPUTPDF.dat from 3.1 to 10.6 GeV2, for the plus type distribution, and with output written to OUTPUTPDF.dat.
Importing the tParton package
To use the Hirai ODE integration method:
from tparton.t_evolution import evolve
To use the Vogelsang Mellon moment method:
from tparton.m_evolution import evolve
Run help(evolve) for a description of the inputs.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tparton-0.2.2.tar.gz.
File metadata
- Download URL: tparton-0.2.2.tar.gz
- Upload date:
- Size: 11.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dc5f96c57f44204664a97a03f0393a614766d5db21e5868660f8f507adb73620
|
|
| MD5 |
cfb74ed54962eaaa91e10879ccd544fe
|
|
| BLAKE2b-256 |
9d2f7eb04acf7db5611016a1e06d0b5669f5b637b323eda2f1786ccff67c7aeb
|
File details
Details for the file tparton-0.2.2-py3-none-any.whl.
File metadata
- Download URL: tparton-0.2.2-py3-none-any.whl
- Upload date:
- Size: 19.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
09401be204162a16d15c71b13e6db5a969698d0648371e8844ef09f6df39d8a2
|
|
| MD5 |
b1fe697d60510f87dda281064e3c4a30
|
|
| BLAKE2b-256 |
ef358a4a28cca50b4679cf2887244421a015c1229994d5b2d8d5917b736d2e1f
|