Implemented function to compute asymptotic exponents
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
Activity
requested review from @enocera
removed review request for @enocera
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( mentioned in merge request !1605 (merged)
Please register or sign in to reply