We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
convolute_eko
in order to not rely on a manual test (e.g. in pineko) we should add a proper test here, for that we need:
pineko
O1 = [u(x=0.1, Q2=100)]
E(10 <- 100)
the actual check would then be f(Q0) x (E x G) = f(Q)
f(Q0) x (E x G) = f(Q)
this could also be reused for #108
PS: corresponding email thread around Wed, Mar 02, 2022 at 11:27:26AM +0100
The text was updated successfully, but these errors were encountered:
Grid::convolute_eko
@andreab1997 @alecandido @felixhekhorn I'm now working on this and using NNPDF/pineko#62 as a test case. By the way, the crate ndarray_npy is very handy to load the EKO.
Sorry, something went wrong.
By the way, the crate ndarray_npy is very handy to load the EKO.
Good to know, it is one of those we considered for the Rust loader NNPDF/eko#97
Grid::evolve
cschwan
Successfully merging a pull request may close this issue.
in order to not rely on a manual test (e.g. in
pineko
) we should add a proper test here, for that we need:O1 = [u(x=0.1, Q2=100)]
with a sufficent, but not too big number of bins in xE(10 <- 100)
the actual check would then be
f(Q0) x (E x G) = f(Q)
this could also be reused for #108
PS: corresponding email thread around Wed, Mar 02, 2022 at 11:27:26AM +0100
The text was updated successfully, but these errors were encountered: