NNPDF / eko

Evolution Kernel Operators
https://eko.readthedocs.io
GNU General Public License v3.0
6 stars 2 forks source link

Optimize EKO in flavor #99

Open alecandido opened 2 years ago

alecandido commented 2 years ago

We can optimize EKOs final object for cases in which it's known that not all flavors are needed.

This is corresponding to a similar optimization done at the level of PineAPPL FkTables https://github.com/N3PDF/pineappl/issues/79.

felixhekhorn commented 2 years ago

(With the current layout,) actually, there is nothing to do then calling flavor_reshape ...

alecandido commented 2 years ago

I agree, but we can provide a wrapper to generate a suitable evolution basis, just specifying how many flavors you want (FkAssumptions-like).