Skip to content
Snippets Groups Projects

Implemented function to compute asymptotic exponents

Merged Emanuele Roberto Nocera requested to merge asymptotic_exponents into master

This PR implements functions to compute the asymptotic exponents in the form of plots and of a table of their expectation values and uncertainties at given x and Q. The definition of the asymptotic exponents is as in Eq. (4) of [arXiv:1604.00024]. Examples are provided; the functions are documented. New PDF bases have been defined to introduce PDF combinations that may be relevant for the computation of the asymptotic exponents.

Merge request reports

Merged by Emanuele Roberto NoceraEmanuele Roberto Nocera 2 years ago (Oct 12, 2022 2:19pm UTC)

Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Emanuele Roberto Nocera removed review request for @enocera

    removed review request for @enocera

  • Emanuele Roberto Nocera
  • Emanuele Roberto Nocera
  • Emanuele Roberto Nocera
  • 210 If None, the defaults for that basis will be selected.
    211
    212 npoints: the number of sub-intervals in the range [xmin, xmax] on which the
    213 derivative is computed.
    214 """
    215
    216 alpha_a = alpha_asy(
    217 pdf,
    218 xmin=x_alpha,
    219 xmax=1e-3,
    220 npoints=npoints,
    221 Q=Q,
    222 basis=basis,
    223 flavours=flavours)
    224
    225 beta_a = beta_asy(
  • Emanuele Roberto Nocera
  • mentioned in merge request !1605 (merged)

  • Created by: Zaharid

    Review: Approved

  • Merged by: Zaharid at 2022-10-12 14:19:55 UTC

  • merged manually

  • Please register or sign in to reply
    Loading