Skip to content

FONLL-B DIS FK table need different PTO #26

@felixhekhorn

Description

@felixhekhorn

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

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions