NNPDF / pineappl

PineAPPL is not an extension of APPLgrid
https://nnpdf.github.io/pineappl/
GNU General Public License v3.0
13 stars 3 forks source link

Compound FkTables #91

Closed alecandido closed 2 years ago

alecandido commented 2 years ago

Soon we'll have to make "compound" FkTables, and since the new FkTable format lies in pineappl, then we have to add in here the support for the operations described in https://docs.nnpdf.science/data/th-data-files.html#compound-file-format, that are:

All the operations are done binwise.

alecandido commented 2 years ago

Maybe this is fake, since "compound" might be applied by validphys and not apfelcomb, so we do not have to implement anything.

alecandido commented 2 years ago

Without "maybe": these operations are only available after convoluting with a PDF, so they can not be implemented at the level of pineappl.

Thus I close this issue.