We should document more prominently that when providing ImportSubgridV1, i.e. when not using the filling methods, the convolution is with f(x) and not x*f(x).
yes, Eq. (2.8) of the paper says so and I think I could dig out the relevant line here:
However, grid consumers have to specify xfxs , e.g. here:
This may confuse new users who are both grid producers and grid consumers (to test the former).
The convention is fine (and set in stone now), it is a matter of documentation.
cc @samiyrj
We should document more prominently that when providing
ImportSubgridV1, i.e. when not using the filling methods, the convolution is withf(x)and notx*f(x).yes, Eq. (2.8) of the paper says so and I think I could dig out the relevant line here:
pineappl/pineappl/src/convolutions.rs
Line 226 in f67347c
However, grid consumers have to specify
xfxs, e.g. here:pineappl/pineappl_py/src/grid.rs
Line 395 in f67347c
This may confuse new users who are both grid producers and grid consumers (to test the former).
The convention is fine (and set in stone now), it is a matter of documentation.
cc @samiyrj