Scale Variations Expanded#91
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #91 +/- ##
==========================================
Coverage 100.00% 100.00%
==========================================
Files 32 35 +3
Lines 2429 2556 +127
==========================================
+ Hits 2429 2556 +127
Flags with carried forward coverage won't be shown. Click here to find out more.
|
|
Hi @giacomomagni, I like a lot the way you're structuring it :D About modules naming: since it's not ambiguous inside import scale_variations.athat is not that bad. On the other hand, it is always true that explicit is better than implicit, so if you don't like you can also keep P.S.: same thing goes for B, of course |
I agree, I like the first option as well! |
|
|
||
| Let us consider an example to better illustrate how it works. | ||
| Imagine to have a boundary condition ``q2_ref=64, nf_ref=3`` and would like to evolve your object (|PDF| or :math:`a_s`) to a lower | ||
| scale (say ``Q=7``) but giving different number of active flavors to the final state and having set the heavy quarks mass thresholds |
There was a problem hiding this comment.
let's stick to our default choice, that is we speak in Q2 and not Q (you can do Q2=7**2 ...) - and actually why don't you go for math: - we speak about math here ...
There was a problem hiding this comment.
I thought it was more clear to follow the same syntax we use in the code since we are referring directly to our implementation. I have fixed the squared, which were not consistent.
|
I completed my review, there are only minor fixes requested, mainly in the docs. |
|
There is still the open question about Let's merge 🚀 |
ModSV=expanded)ModSV=exponentiatedModSV=exponentiated. Bug found and fixed.