Top

flavio.physics.higgs module

Module for Higgs production and decay.

Based on arXiv:1911.07866.

r"""Module for Higgs production and decay.

Based on arXiv:1911.07866."""

from . import production
from . import decay
from . import width
from . import signalstrength

Sub-modules

flavio.physics.higgs.decay

Functions for Higgs decay.

Most of the numerical coefficients have been obtained with MadGraph_aMC@NLO v2.6.5 along with SMEFTsim v2 in the alpha scheme.

flavio.physics.higgs.production

Functions for Higgs production.

Most of the numerical coefficients have been obtained with MadGraph_aMC@NLO v2.6.5 along with SMEFTsim v2 in the alpha scheme.

flavio.physics.higgs.signalstrength

Functions for Higgs signal strengths.

flavio.physics.higgs.width

Functions for the total Higgs width.