Skip to content
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

FONLL-B DIS FK table need different PTO #26

Closed
felixhekhorn opened this issue Jun 21, 2022 · 3 comments
Closed

FONLL-B DIS FK table need different PTO #26

felixhekhorn opened this issue Jun 21, 2022 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@felixhekhorn
Copy link
Contributor

I'm sorry to say again, but NLO FK tables are still wrong (only FK tables this time though - so it's not expensive):
https://github.com/N3PDF/pineko/blob/e12c6482a32c7c8f902bfa2d2504e4bfe451fd19/src/pineko/theory.py#L325

this is wrong in the case of NLO (so PTO=1) and FONLL-B because FONLL-B also contains bits at $O(a_s^2)$ which will be neglected with this statement ...

the solution is

  • find out (from the theory card) whether we're in FONLL-B
  • check whether we're looking at a DIS grid (from the lumi, I guess - we can cross check with Pineappl integration with validphys nnpdf#1529)
  • eventually do a correction of max_as
@felixhekhorn
Copy link
Contributor Author

@andreab1997
Copy link
Contributor

No I haven't compared. So, before closing this, I am going to test if everything is ok and eventually I will close this.

it might be a good idea to not rely on the fact that the lepton is always the second particle in the lumi

this I can easily solve but thanks to have pointed out :)

@andreab1997
Copy link
Contributor

Should we close this? @felixhekhorn @alecandido

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants