-
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
Cache harmonics sums for the as2 anomalous dimensions #179
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## feature/qed-solution #179 +/- ##
========================================================
- Coverage 99.96% 99.96% -0.01%
========================================================
Files 100 100
Lines 5224 5194 -30
========================================================
- Hits 5222 5192 -30
Misses 2 2
Flags with carried forward coverage won't be shown. Click here to find out more.
|
why not upgrade the existing |
To use that you would need to rotate some harmonics, for instance get rid of |
((1, 1), 10200, 10200, "iterate-exact", 0.123, 1.0), | ||
((1, 1), 10200, 10204, "iterate-exact", 0.123, 0.0), | ||
] | ||
for p in params: |
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.
maybe better for order,mode0,mode1,bla,bla in params
?
@felixhekhorn @alecandido @giacomomagni Should I close this PR given that this will be implemented in #202 ? |
You can close it now if you're not actively using this branch or later when #202 is fully in place ... |
Since some time passed, even if #202 is not yet done at this point we know nothing else will happen here. Thus, I'm closing this. |
Dear @felixhekhorn @alecandido @giacomomagni I'm opening this PR since in the anomalous dimensions at order as2 there are some harmonics sums that are used also in the QED sector. Then, as @felixhekhorn was suggesting we can use the ones that were cached in the computation of the QED anomalous dimensions. I didn't want to include these changes in the QED PR since it is already big enough.