-
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
Add --min_as option to convolute #178
Conversation
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.
In general, I was not aware that this feature could be needed. Is there a specific application for which we would need to select only orders beyond, for example, NLO?
src/pineko/cli/convolute.py
Outdated
couplings (i.e. the maximum power allowed for each correction) | ||
e.g., max_as = 1, max_al = 0 would select LO QCD only | ||
max_as = 3 instead would select LO, NLO, NNLO QCD |
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.
Can you a comment also about min_as
?
Yes. If you want to create an fktable with only the NNLO contribution for instance. It is not usual (for instance when doing a theory you won't) but we (w/ @cschwan) are using it now to study the NNLO of DY as a function of q. This is equivalent to doing in pineappl:
in pineko it would become
|
Yes, I guess that in |
Although maybe the way I'm doing it is a bit... convoluted (canned laughter)