-
Notifications
You must be signed in to change notification settings - Fork 3
Update N3LO (2512.10783) #484
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
base: master
Are you sure you want to change the base?
Conversation
|
Hi @felixhekhorn, this should be ready to go. |
felixhekhorn
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for also taking care of Rust!
tests/ekore/anomalous_dimensions/unpolarized/space_like/test_as4_fhmv.py
Outdated
Show resolved
Hide resolved
| test_value, | ||
| cmplx!(gq3_moment(N as usize, NF as f64), 0.), | ||
| rel = 4e-4 | ||
| rel = if NF != 6 { 4e-4 } else { 2e-3 } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
both gamma_gq and gq3_moment are coming from Falcioni et al., right? should we tell them that they got worse, i.e. they don't follow their own boundary condition? I know we are talking 1e4 here, so it is stupid - it may still indicate a possible typo ...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
eh yes, I saw your email, but it could well be that the typo is from my side!! I'll try to double check the changes nex week.
…s4_fhmv.py Co-authored-by: Felix Hekhorn <[email protected]>
This PR aims to update the N3LO splitting function to include the results from: https://arxiv.org/abs/2512.10783