-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3edd495
commit bac78fe
Showing
8 changed files
with
883 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,5 @@ | |
|
||
|
||
from . import smeft | ||
from . import nusmeft | ||
from . import wet |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
"""SMEFT and nuSMEFT renormalization group evolution. | ||
Based on SMEFT: arXiv:1308.2627, arXiv:1310.4838, and arXiv:1312.2014. | ||
nuSMEFT: arxiv:2103.04441, arxiv:2010.12109 | ||
SMEFT part Ported from the [DsixTools](https://dsixtools.github.io) Mathematica package. | ||
""" | ||
from . import beta_nusmeft | ||
from . import classes | ||
from . import definitions | ||
from .classes import EFTevolve |
Oops, something went wrong.