-
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
Automatise numerical FONLL #153
Conversation
Hi @giacomomagni, thanks for this. Are you planning to solve here the issue of FONLL-B? Otherwise I can do it myself. |
If you can solve it, I guess it's faster.
Yes, it works right now. The new commands are:
Although multiple datasets are supported the ekos are running sequentially, |
Ok then let me take care of the |
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.
It seems generally good to me. Just a question: have you tried to compute one fktable in both the ways and check if the results are the same we have?
Anyway I am now going to fix the PTO problem.
Please @giacomomagni when you can have a look at 28b8fe8 and maybe try to compute an fktable to see that we get the correct result. Note that in 28b8fe8 I was forced to add an entry to the tcard ( |
Co-authored-by: Andrea Barontini <[email protected]>
Co-authored-by: Andrea Barontini <[email protected]>
Co-authored-by: Andrea Barontini <[email protected]>
I checked that the automatized FONLL reproduces an older FKTable.
Regarding your fix, the only way to avoid this additional key would be to act at the level of the |
Ok good!
How do you mean? Also, I am not sure why you are talking about the opcard that should be unchanged, right? |
Not really, if I understand correctly, right now you are consuming |
But I don't understand what you would put in the opcard exactly |
Yes that would not be much cleaner than this, never mind. |
Can someone review this? I can review @giacomomagni's part but it does not make sense reviewing my own part. @felixhekhorn @RoyStegeman |
yes, sorry - I promised to take a look, but haven't had the time so far 🙈 I'll try again tomorrow |
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.
Some comments on the docs only.
I think we should add docs under THEORY as well. To introduce the FONLL scheme
docs/source/overview/running.rst
Outdated
where for |FFNS| :math:`n_f=4,5` massive and massless parts are splitted to | ||
allow for a damping option. | ||
|
||
2. Generate the grids corrisponding to all the 7 theories with the external program. |
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.
Hmm this is a bit ugly. I understand wanting to keep things modular, but I think we should really have a step-by-step guide somewhere that explains how to use pinefarm/yadism together with pineko to create nFONLL FKtables. We will put it in the paper, but it would also be good to have it in a living document, i.e. docs, somewhere.
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.
True, but this is why I wanted a single place where you can run everything...
As far as pineko
is concerned we can add a link to pinefarm
of pineline
(although the page would be non existing yet.)
Co-authored-by: Roy Stegeman <[email protected]>
Co-authored-by: Roy Stegeman <[email protected]>
Co-authored-by: Roy Stegeman <[email protected]>
Co-authored-by: Roy Stegeman <[email protected]>
Co-authored-by: Roy Stegeman <[email protected]>
Co-authored-by: Roy Stegeman <[email protected]>
Co-authored-by: Roy Stegeman <[email protected]>
Regarding this, we have some docs in Yadism: https://yadism.readthedocs.io/en/latest/theory/fns.html#fonll if you prefer we can move it/ copy /link it here ... |
I was indeed aware of the docs in yadism. I would say the should be moved here since yadism no longer does FONLL. However, since FONLL is precisely the motivation for having FFN0, it may be nice to then link in yadism to these pineko docs when the FONLL scheme is mentioned under FFN0. P.S. if you go to the "files changed" tab you can batch the suggestions into a single commit. |
I started to shuffle the docs around, but yes this needs more work. We need to move the whole yadism stuff here to explain what we are actually talking about; we need to massage it such that we talk about an abstract observable, which for illustrative purpose is a DIS structure function. We also need some business about the 2 mass problem ... |
@felixhekhorn , @RoyStegeman and @andreab1997 maybe we can try to merge this PR and the improve the docs in a subsequent branch. Would that work for you? |
I agree |
fine - let's just not delay it too long, in any case we need it for our paper |
In this PR we try to automatise the procedure to generate numerical FONLL fk tables.
FONLL-B
bug.