feynlag.pheno.offshell.scalar_offshell_vv_width¶
- feynlag.pheno.offshell.scalar_offshell_vv_width(m_S, m_V, width_V, g_SVV, channels, identical=False, backend='auto')[source]¶
Γ(S → V V^* → V f f̄')summed over theV^*fermion channels.- Parameters:
m_S – parent scalar mass.
m_V – vector mass.
width_V – the vector total width $Gamma_V$ (Breit–Wigner).
g_SVV – the
SVVcoupling (the Feynman rule with itsistripped, e.g.g m_VforhWW).channels – iterable of
(g_L, g_R, multiplicity)for each distinctV^*→f f̄'fermion channel —g_L, g_Rthe chiral couplings of theV f f̄'current,multiplicitya colour/flavour count.identical –
FalseforS→V₁V₂*with distinct vectors (e.g.WW: eitherW⁺orW⁻is the on-shell one → an overall factor 2);Truefor identical vectors (ZZ: no factor 2).
- Returns:
the total off-shell width (float). Reproduces the Keung–Marciano closed form (
Γ(h→WW*)≈0.80MeV,Γ(h→ZZ*)≈0.089MeV).