Metadata-Version: 2.1
Name: dis_tp
Version: 0.1.2
Summary: Python package for producing matched DIS predictions
Author-email: Andrea Barontini <andrea.barontini@mi.infn.it>, Niccolò Laurenti <niccolo.laurenti@mi.infn.it>
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: numpy == 1.22.4
Requires-Dist: scipy == 1.10.0
Requires-Dist: progress == 1.6
Requires-Dist: mpmath == 1.2.1
Requires-Dist: matplotlib == 3.5.2
Requires-Dist: simple-term-menu == 1.4.1
Requires-Dist: pre-commit == 2.20.0
Requires-Dist: pytest == 6.2.5
Requires-Dist: pytest-cov == 2.12.1
Requires-Dist: yadism == 0.12.4
Requires-Dist: click ==8.1.3
Requires-Dist: banana-hep ==0.6.7
Requires-Dist: multiprocess == 0.70.14
Requires-Dist: rich == 12.6.0

# DIS_TP
This is the python version of the code I used for my master's thesis. It computes the F2 and FL structure functions for DIS with heavy-quark production at NLO, NNLO and N3LO. It is also able to construct the scale varied result (at the moment only threshold scale variation
is available) and obtain uncertainty bands based on that and on coefficient function uncertainties (at N3LO).

