Top

wilson.run.smeft module

SMEFT renormalization group evolution.

Based on arXiv:1308.2627, arXiv:1310.4838, and arXiv:1312.2014.

Ported from the DsixTools Mathematica package.

"""SMEFT renormalization group evolution.

Based on arXiv:1308.2627, arXiv:1310.4838, and arXiv:1312.2014.

Ported from the [DsixTools](https://dsixtools.github.io) Mathematica package.
"""

from . import beta
from . import definitions
from . import classes
from . import rge
from .classes import SMEFT

Sub-modules

wilson.run.smeft.beta

SMEFT beta functions

wilson.run.smeft.classes

Defines the SMEFT class that provides the main API to smeft.

wilson.run.smeft.definitions

Definitions of auxiliary objects and operator properties.

wilson.run.smeft.rge

Solving the SMEFT RGEs.

wilson.run.smeft.smpar

Extraction of Standard Model parameters taking into account dimension-six contributions.