-
Notifications
You must be signed in to change notification settings - Fork 2
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
Interface QED and N3LO, n.2 #316
Conversation
Now this is more or less ready. @alecandido I wasn't able to reconcile the qed branches as you asked. I think that the uglier branch is the one happening in eko/src/eko/evolution_operator/__init__.py Line 273 in f39b012
but it is quite complicated to change it since qcd and qed evolution require different ingredients and also the structure is a bit different(in one case we have singlet + non_singlet, in the other also the valence). If you have proposals we can try to restructure it a bit. Then, whenever we will tag the next eko version, we have to pay attention to the fact that i remover the argument |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. to_flavor_basis_tensor
still contains a qed=False
as default which can be dropped?
Thanks I missed it. I will fix it asap |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you check that the apfel benchmark is still fine? else this seems alright!
@felixhekhorn The apfel bench at order = (3, 2) is still good. However, I cannot test order=(4,2) since apfel doesn't implement N3LO (I think) |
reopening #311 after rebasing master