Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimize EKO layout for FK consumption #150

Open
felixhekhorn opened this issue Oct 10, 2022 · 0 comments
Open

Optimize EKO layout for FK consumption #150

felixhekhorn opened this issue Oct 10, 2022 · 0 comments
Labels
output Output format and management refactor Refactor code

Comments

@felixhekhorn
Copy link
Contributor

Okay, if you say the layout is not final my proposal would be to change it from

op[mu2][pid1][x1][pid0][x0]

to

op[mu2][pid0][x0][pid1][x1]

so just interchanging the 0 indices with the 1 indices. The difficulty that I foresee is that you probably have to make some adjustments to the EKO file format to support this change.

Originally posted by @cschwan in NNPDF/pineappl#184 (comment)

We will do this as an additional post-process step

We may consider this as a default in the future, if ever.

@felixhekhorn felixhekhorn added refactor Refactor code output Output format and management labels Oct 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
output Output format and management refactor Refactor code
Projects
None yet
Development

No branches or pull requests

1 participant