-
Notifications
You must be signed in to change notification settings - Fork 18
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
Adding nuSMEFT and its RG Running. #114
base: master
Are you sure you want to change the base?
Conversation
replace `SMEFT` class with `EFTevolve` class and various dependent changes.
functions in rge.py moved to `EFTevolve` class.
Make it compatible with `nuSMEFT`.
`beta_array` funtion move to `EFTevolve` class.
beta functions for nuSMEFT.
contains flavour rotations for `SMEFT` and `nuSMEFT`.
Changes related to nuSMEFT.
Change `SMEFT` class occurrences to `EFTevolve` class.
Adding nusmeftutil instance for nuSMEFT.
replace 'SMEFT' class with 'EFTevolve'.
Replace `delta` with `gamma`.
Hi @jackypheno! That's really great that you're adding the nuSMEFT! I have few general comments:
|
Well, I do not see a clear point here. As written, the
I noticed that. Will fix it, we missed v2.4
I think so, now one can supply their own SM parameters at the NP scale. As you have noticed correctly in #38, the I have created another version of PR #114, where nuSMEFT is handled independently of the previous |
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 generalization of the
SMEFT
class to anEFTevolve
class, which allows RG running in SMEFT, nuSMEFT as well as in WET. The WET part is not updated but can be done in the future.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 Lambda, for the RG running. For nuSMEFT, it is necessary to input the 'G_n' because it is internally not computed by wilson. Its default value is set to zero. For SMEFT, these new options allow us to study the individual effects of gauge and Yukawa running.Jason Aebischer, Tejhas Kapoor, Jacky Kumar