-
Notifications
You must be signed in to change notification settings - Fork 0
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
Create the absolute theory #103
Comments
This is not incompatible with #61, since the goal of #61 is actually to split the different theories out of the absolute theory (it was simply assuming that the current NNPDF theory format is already the absolute one) flowchart LR
abs(Absolute theory)
eko(EKO theory)
pf(pinefarm theory)
abs --> eko
abs --> pf
However, since the theory is mostly Evolution + DIS, the main goals are:
|
see NNPDF/pinefarm#1 |
This is also a further step in coupling pineko and pinefarm tighter together (as Numerical FONLL is doing cc @RoyStegeman ). |
Well, it's not really together, since the connection is asymmetric: as usual, it's Pineko that has to know things, while Pinefarm is only driven by, and will keep ignoring what's in the rest of the world. |
This is now happening in NNPDF/nnpdf#2028 so I'll close it from here |
Rather than s trimming as proposed in #61 (or together with a trimming of unnecessary information). Let's define here in
pineko
the absolute theory. As discussed during this Wednesday code meeting, there is nothing in n3fit/vp that uses the theory card that is not used also bypineko
(PTO being the only thing that is actually used but as mentioned, the order needs to be known by pineko to create the fktables/eko).Once we have an absolute theory we just swap the one in the nnpdf repository for whatever we decide here.
The text was updated successfully, but these errors were encountered: