Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
A new EFT, nuSMEFT, is added to Wilson, which allows performing renormalization group running within nuSMEFT based on the anomalous dimensions computed in the two papers: https://arxiv.org/abs/2010.12109 and https://arxiv.org/abs/2103.04441.
The major change is the addition of
EFTevolve
class, which allows RG running in nuSMEFT(it is general enough to work for SMEFT and WET). For the moment this has not been used for SMEFT and WET to maintain backward compatibility.In addition, we also introduced
yukawa_scale_in
andgauge_higgs_scale_in
as new options ofset_option()
which allow the user to input the Yukawa, gauge, and Higgs couplings at new physics scale, for the RG running within nuSMEFT. For nuSMEFT, it is necessary to input the 'G_n' because it's a model-dependent quantity. Its default value is set to zero. In the future, for SMEFT, these new options will allow us to study the individual effects of gauge and Yukawa running.@peterstangl This PR should address the backward compatibility issue, maybe we can close #114, once this is finalized.
The current PR depends on wcxf/wcxf-bases#14 (we need to merge it first to pass all checks).
Jason Aebischer (@jasonaebischerGIT), Tejhas Kapoor (@tejhaskapoor), Jacky Kumar