-
Notifications
You must be signed in to change notification settings - Fork 4
Clarify that imported subgrids have to be provided as convolution with f and not xf #388
Copy link
Copy link
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Milestone
Description
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:
pineappl/pineappl/src/convolutions.rs
Line 226 in f67347c
| xfx(pid, x, mu2) / x |
However, grid consumers have to specify xfxs , e.g. here:
pineappl/pineappl_py/src/grid.rs
Line 395 in f67347c
| xfxs: Vec<Py<PyAny>>, |
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation