Skip to content

Clarify that imported subgrids have to be provided as convolution with f and not xf #388

@felixhekhorn

Description

@felixhekhorn

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:

xfx(pid, x, mu2) / x

However, grid consumers have to specify xfxs , e.g. here:

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions