-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Approximate massive N3LO for F2 and FL #215
Conversation
@niclaurenti to implement the asymptotic limit needed in FONLL, |
Hi @giacomomagni , for the approximation are you using the argument |
Inside |
1 similar comment
Inside |
Hi @niclaurenti, yes also using Regarding the |
Ok I can take care of it.
|
It would be helpful to know what is Concerning point 2.: we're (or I'm) planning to move yadism coefficient functions to a compiled extension (sooner or later). Making the effort of coding them with Numba, to possibly undo it seems not worth it. |
It's the factorization scale: those functions have a log dependence on both
Ok perfect. I will try to do it as soon as possible |
I'd agree to set Regarding point 2) let's keep them in |
The renormalization/factorization scale contributions are managed separately, you never need to take care of them in the coefficient functions (for yadism, in adani to whatever you wish). |
yes! you have to do something - and that is setting yadism/src/yadism/coefficient_functions/heavy/f2_nc.py Lines 37 to 39 in 337758c
and the same will happen for you - because the central scale in yadism is |
This should be now ready for review. |
This PR can introduce the approximate massive N3LO contribution for
F2,FL
from @niclaurenti thesis and the relative code: https://github.com/niclaurenti/adaniFor the time being:
adani
.