-
Notifications
You must be signed in to change notification settings - Fork 7
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
Polarized in CommonData #1559
Comments
Polarised PDFs were determined using the pre-historic fortran code. In that code, there were two flags: "UNP" and "POL" - and the second was used to select the relevant data, splitting functions, kernels etc. However, the unpolarised code has evolved so much that, in my opinion, taking inspiration from what we did ~10 years ago does more harm than good.
I'm not sure. I think that FK tables for polarised PDFs can be treated as FK tables for nuclear PDFs, in the sense that I'd rather have the FK tables for the unpolarised, nuclear and polarised PDFs in the same folder. Say: theory 444 is the pert. charm theory with certain values of the physical parameters for the unp, nuc and pol data sets. The fact that pol observables require different splitting functions and different kernels is something that is identified by the dataset name (within a theory), not by the theory itself.
I personally don't think that this is needed.
Well, think about what happens with RHIC, which measures proton-proton, proton-ion and ion-ion cross sections (with possibly polarised proton beams): the observable is different. In case of polarised proton collisions, RHIC measures a single or double spin asymmetry. In the case of an unpolarised collision, RHIC measures a cross section. I understand that @cschwan 's naming convention takes into account the name of the observable. And, in my opinion, that should be sufficient.
Not sure that we need a specification there - the dataset name should be sufficient. Anyway, all this is perhaps a little premature - Gargnano will possibly be a good time to discuss the details, also in light of the experience we will get with the new commondata layout and with the proton+nuclear fit in the meantime. |
What exactly changes on the process sidee when you use polarized PDFs? |
You have a different evolution (which, I guess, means that you have to replace unpolarised splitting functions with polarised splitting functions and adapt matching conditions in EKO). And of course you have different coefficient functions. Now, for DIS, as @felixhekhorn says, I guess that one can extend Yadism. For any other process it's not as clear (at least to me), given that public Monte Carlo generators usually do not allow the user to fix the polarisation of the incoming proton. |
From the PineAPPL side we should make sure that the CLI can detect whether the user uses the correct PDF set (polarized PDFs for polarized predictions). But I'm afraid that LHAPDF doesn't have any support for polarized PDFs; for nuclear PDF there's the |
To partially answer my own question: the matrix elements change, of course, since we only evaluate very specific (initial-state) polarizations. However, must the PDF usage change as well? I found the following comment in the set description of
This warning isn't present in |
Note that in principle one can write anything in LHAPDF headers, and that can be used in various ways. For example |
This is because NNPDFpol10 was determined by fitting only neutral-current, photon mediated, polarised DIS data. And because of the way the observable factorises, one cannot disentangle quarks from antiquarks: coefficient functions always weight the sum of quarks and antiquarks. Because we were advised against modifying the LHAPDF reader to only return the sum of quarks and antiquarks, we added the warning in the .info file. In NNPDFpol11 we were instead sensitive to quarks and antiquarks, because we also fitted spin asymmetries for W boson production in polarised proton-proton collisions. |
Yes! The plan will be to first tackle the polarized-only DIS fit, ie reproducing
This is not needed! As @enocera said, everything can be in one single theory and use the naming to differentiate between one experiment (as you mentioned for example in the case of EIC). As a matter of fact, this is what I will be doing for the combined proton+nuclear fits (once the theory is pushed to the CERN server). In addition, it would be much preferable if a mention on what is being fitted for a given data set is included in the fit_type: unpolarized_proton/polarized_proton/nuclear/fragmentation_function |
agreed - as already said in my first paragraph 😇 also as said there, I just wanted to clear my mind 🙃
good - that should make the interface with
accepted - still, I do need a boolean flag, which at this point would be dealt inside |
I agree with that - this should make e.g. filtering much easier - otherwise you have to know that these given set of keywords mean polarized (or whatever); e.g. SASY (meaning spin asymmetry) is polarized, but WASY is not |
No need for separate flags or anything custom: we already make PineAPPL aware of the observable, we should just parse it in pineko. On the other hand, unless we're really strict and explicit on allowed names for observables, it is true that we'll need some automated choices based on being polarized or not, so we can consider an explicit tag in the pineappl (grid) metadata. Instead, pinecardsrunner will recognize on its own whether it is polarized or not, with information provided from yadism. |
exactly - speaking from my DIS experience I'd say:
|
I think LHAPDF has special IDs for polarised partons, but it has been a long time. We can check but this should not be a problem. |
@Radonirinaunimi should we continue our discussion here, move to a dedicated issue or move to private? |
Let's first discuss privately and then put the proposal here. The only annoying thing is that this afternoon I'll be fully booked for meetings so shall we discuss on Monday? |
After the discussion with @Radonirinaunimi we have a clearer picture of what we actually want:
and we concluded that we can solve both issue with the same proposal: we would like to introduce a new field into the CommonData definition: one possible name might be possible values:
now,
|
After discussing with @scarlehoff and @RoyStegeman (some time ago), they convinced me that my (technical) concerns can be dealt with: a given FK table has to provide the necessary informations and the necessary luminosities (in @Radonirinaunimi if you still want an additional field for the report side feel free to reopen this issue or open a new one ... |
@felixhekhorn Yes! You might recall that we discussed at some point about how some of your technical concerns can be addressed from the theory side; and this also includes the A and Z dependence from my part (which are starting to be addressed ATM, see for example NNPDF/pineappl#135).
The concerns I have with regards to having different grouping for the fit and/or plotting, unfortunately, can only included in the metadata. I can't think of any place else where such information could be stored. However, so far, I wasn't able to come up with the wisest solution to address @Zaharid's and @enocera's concerns. Hence, for the time being, I am happy for this to be closed; let's see when the actual issue resurfaces. |
Dear all,
since @juanrojochacon is thinking about kickstarting the polarized project in the mid-term future (~September), I was wondering whether we are ready for this in the new CommonData format - it is not a priority, but since I started thinking about this, I thought to open the issue right away ...
Let me list a few questions/points which are not obvious right away to me:
n3fit
require eventually to deal with several theories in parallel (for doing polarized and unpolarized in parallel) - is this feasible @scarlehoff ?_POL
somewhere in the name if requiredmetadata.yaml
? see [WIP] Test implementation of new commondata format #1500 (again currently not reflected)pinecardsrunner
as we have to define the observable there (e.g. g1)'polarized': true
@cschwan which, I guess, in practice would be sufficient but then the information would be very local and we most likely want to avoid thatpineko
as it needs to calleko
with the correct settingsPineAPPL
:yadism
, but for double-hadronic (and anything else) it is a completely different storycc @Zaharid @alecandido
The text was updated successfully, but these errors were encountered: