Load
FeynCalc and the necessary add-ons or other packages
description = "H -> F Fbar, EW, total decay rate, tree" ;
If [ $FrontEnd === Null ,
$FeynCalcStartupMessages = False ;
Print [ description] ;
] ;
If [ $Notebooks === False ,
$FeynCalcStartupMessages = False
] ;
$LoadAddOns = { "FeynArts" } ;
<< FeynCalc`
$FAVerbose = 0 ;
FCCheckVersion[ 9 , 3 , 1 ] ;
FeynCalc 10.0.0 (dev version, 2023-12-20 22:40:59 +01:00, dff3b835). For help, use the online documentation ‾ , check out the wiki ‾ or visit the forum . ‾ \text{FeynCalc }\;\text{10.0.0 (dev
version, 2023-12-20 22:40:59 +01:00, dff3b835). For help, use the
}\underline{\text{online} \;\text{documentation}}\;\text{, check out the
}\underline{\text{wiki}}\;\text{ or visit the
}\underline{\text{forum}.} FeynCalc 10.0.0 (dev version, 2023-12-20 22:40:59 +01:00, dff3b835). For help, use the online documentation , check out the wiki or visit the forum .
Please check our FAQ ‾ for answers to some common FeynCalc questions and have a look at the supplied examples . ‾ \text{Please check our
}\underline{\text{FAQ}}\;\text{ for answers to some common FeynCalc
questions and have a look at the supplied
}\underline{\text{examples}.} Please check our FAQ for answers to some common FeynCalc questions and have a look at the supplied examples .
If you use FeynCalc in your research, please evaluate FeynCalcHowToCite[] to learn how to cite this software. \text{If you use FeynCalc in your
research, please evaluate FeynCalcHowToCite[] to learn how to cite this
software.} If you use FeynCalc in your research, please evaluate FeynCalcHowToCite[] to learn how to cite this software.
Please keep in mind that the proper academic attribution of our work is crucial to ensure the future development of this package! \text{Please keep in mind that the proper
academic attribution of our work is crucial to ensure the future
development of this package!} Please keep in mind that the proper academic attribution of our work is crucial to ensure the future development of this package!
FeynArts 3.11 (3 Aug 2020) patched for use with FeynCalc, for documentation see the manual ‾ or visit www . feynarts . de . ‾ \text{FeynArts }\;\text{3.11 (3 Aug 2020)
patched for use with FeynCalc, for documentation see the
}\underline{\text{manual}}\;\text{ or visit
}\underline{\text{www}.\text{feynarts}.\text{de}.} FeynArts 3.11 (3 Aug 2020) patched for use with FeynCalc, for documentation see the manual or visit www . feynarts . de .
If you use FeynArts in your research, please cite \text{If you use FeynArts in your
research, please cite} If you use FeynArts in your research, please cite
∙ T. Hahn, Comput. Phys. Commun., 140, 418-431, 2001, arXiv:hep-ph/0012260 \text{ $\bullet $ T. Hahn, Comput. Phys.
Commun., 140, 418-431, 2001, arXiv:hep-ph/0012260} ∙ T. Hahn, Comput. Phys. Commun., 140, 418-431, 2001, arXiv:hep-ph/0012260
Generate Feynman diagrams
diagsLeptons = InsertFields[ CreateTopologies[ 0 , 1 -> 2 ], { S [ 1 ]} ->
{ F [ 2 , { l }], - F [ 2 , { l }]}, InsertionLevel -> { Classes}] ;
Paint[ diagsLeptons, ColumnsXRows -> { 2 , 1 }, Numbering -> Simple,
SheetHeader -> None , ImageSize -> { 512 , 256 }] ;
diagsQuarks = InsertFields[ CreateTopologies[ 0 , 1 -> 2 ], { S [ 1 ]} ->
{ F [ 3 , { l }], - F [ 3 , { l }]}, InsertionLevel -> { Classes}] ;
Paint[ diagsQuarks, ColumnsXRows -> { 2 , 1 }, Numbering -> Simple,
SheetHeader -> None , ImageSize -> { 512 , 256 }] ;
Obtain the amplitudes
ampLeptons[ 0 ] = FCFAConvert[ CreateFeynAmp[ diagsLeptons], IncomingMomenta -> { pH},
OutgoingMomenta -> { p1, p2}, List -> False , ChangeDimension -> 4 ,
DropSumOver -> True , SMP -> True , Contract -> True , UndoChiralSplittings -> True ,
FinalSubstitutions -> { MLE[ l ] -> SMP[ "m_l" ]}]
i ( φ ( p1 ‾ , m l ) ) . ( − i e m l 2 m W ( sin ( θ W ) ) ) . ( φ ( − p2 ‾ , m l ) ) i \left(\varphi
(\overline{\text{p1}},m_l)\right).\left(-\frac{i \;\text{e} m_l}{2 m_W
\left(\left.\sin (\theta _W\right)\right)}\right).\left(\varphi
(-\overline{\text{p2}},m_l)\right) i ( φ ( p1 , m l ) ) . ( − 2 m W ( sin ( θ W ) ) i e m l ) . ( φ ( − p2 , m l ) )
ampQuarks[ 0 ] = FCFAConvert[ CreateFeynAmp[ diagsQuarks], IncomingMomenta -> { pH},
OutgoingMomenta -> { k1, k2}, List -> False , ChangeDimension -> 4 ,
DropSumOver -> True , SMP -> True , Contract -> True , UndoChiralSplittings -> True ,
FinalSubstitutions -> { MQU[ l ] -> SMP[ "m_q" ]}]
i ( φ ( k1 ‾ , m q ) ) . ( − i e m q δ Col2 Col3 2 m W ( sin ( θ W ) ) ) . ( φ ( − k2 ‾ , m q ) ) i \left(\varphi
(\overline{\text{k1}},m_q)\right).\left(-\frac{i \;\text{e} m_q \delta
_{\text{Col2}\;\text{Col3}}}{2 m_W \left(\left.\sin (\theta
_W\right)\right)}\right).\left(\varphi
(-\overline{\text{k2}},m_q)\right) i ( φ ( k1 , m q ) ) . ( − 2 m W ( sin ( θ W ) ) i e m q δ Col2 Col3 ) . ( φ ( − k2 , m q ) )
ampLeptons[ 1 ] = ampLeptons[ 0 ] // DiracSimplify
e m l ( φ ( p1 ‾ , m l ) ) . ( φ ( − p2 ‾ , m l ) ) 2 m W ( sin ( θ W ) ) \frac{\text{e} m_l \left(\varphi
(\overline{\text{p1}},m_l)\right).\left(\varphi
(-\overline{\text{p2}},m_l)\right)}{2 m_W \left(\left.\sin (\theta
_W\right)\right)} 2 m W ( sin ( θ W ) ) e m l ( φ ( p1 , m l ) ) . ( φ ( − p2 , m l ) )
ampQuarks[ 1 ] = ampQuarks[ 0 ] // DiracSimplify
e m q δ Col2 Col3 ( φ ( k1 ‾ , m q ) ) . ( φ ( − k2 ‾ , m q ) ) 2 m W ( sin ( θ W ) ) \frac{\text{e} m_q \delta
_{\text{Col2}\;\text{Col3}} \left(\varphi
(\overline{\text{k1}},m_q)\right).\left(\varphi
(-\overline{\text{k2}},m_q)\right)}{2 m_W \left(\left.\sin (\theta
_W\right)\right)} 2 m W ( sin ( θ W ) ) e m q δ Col2 Col3 ( φ ( k1 , m q ) ) . ( φ ( − k2 , m q ) )
Fix the kinematics
FCClearScalarProducts[] ;
SP[ p1, p1] = SMP[ "m_l" ] ^ 2 ;
SP[ k1, k1] = SMP[ "m_q" ] ^ 2 ;
SP[ p2, p2] = SMP[ "m_l" ] ^ 2 ;
SP[ k2, k2] = SMP[ "m_q" ] ^ 2 ;
SP[ pH, pH] = SMP[ "m_H" ] ^ 2 ;
SP[ p1, p2] = (SMP[ "m_H" ] ^ 2 - 2 SMP[ "m_l" ] ^ 2 )/ 2 ;
SP[ k1, k2] = (SMP[ "m_H" ] ^ 2 - 2 SMP[ "m_q" ] ^ 2 )/ 2 ;
Square the amplitudes
ampLeptonsSquared[ 0 ] = ampLeptons[ 1 ] * ComplexConjugate[ ampLeptons[ 1 ]] //
FermionSpinSum // DiracSimplify // Simplify
e 2 m l 2 ( m H 2 − 4 m l 2 ) 2 m W 2 ( sin ( θ W ) ) 2 \frac{\text{e}^2 m_l^2 \left(m_H^2-4
m_l^2\right)}{2 m_W^2 \left(\left.\sin (\theta
_W\right)\right){}^2} 2 m W 2 ( sin ( θ W ) ) 2 e 2 m l 2 ( m H 2 − 4 m l 2 )
ampQuarksSquared[ 0 ] = ampQuarks[ 1 ] * ComplexConjugate[ ampQuarks[ 1 ]] //
FermionSpinSum // DiracSimplify // SUNSimplify
e 2 C A m q 2 ( m H 2 − 4 m q 2 ) 2 m W 2 ( sin ( θ W ) ) 2 \frac{\text{e}^2 C_A m_q^2 \left(m_H^2-4
m_q^2\right)}{2 m_W^2 \left(\left.\sin (\theta
_W\right)\right){}^2} 2 m W 2 ( sin ( θ W ) ) 2 e 2 C A m q 2 ( m H 2 − 4 m q 2 )
Total decay rates
$Assumptions = { SMP[ "m_H" ] > 0 , SMP[ "m_l" ] > 0 } ;
phaseSpacePrefactor[ m_ ] := 1 / (16 Pi SMP[ "m_H" ] ) Sqrt [ 1 - 4 m ^ 2 / SMP[ "m_H" ] ^ 2 ] ;
totalDecayRateLeptons = phaseSpacePrefactor[ SMP[ "m_l" ]] ampLeptonsSquared[ 0 ] //
ReplaceAll [ #, SMP[ "e" ] ^ 2 -> 4 Pi SMP[ "alpha_fs" ]] & // Simplify
α m l 2 ( m H 2 − 4 m l 2 ) 3 / 2 8 m H 2 m W 2 ( sin ( θ W ) ) 2 \frac{\alpha m_l^2 \left(m_H^2-4
m_l^2\right){}^{3/2}}{8 m_H^2 m_W^2 \left(\left.\sin (\theta
_W\right)\right){}^2} 8 m H 2 m W 2 ( sin ( θ W ) ) 2 α m l 2 ( m H 2 − 4 m l 2 ) 3/2
totalDecayRateQuarks = phaseSpacePrefactor[ SMP[ "m_q" ]] ampQuarksSquared[ 0 ] //
ReplaceAll [ #, SMP[ "e" ] ^ 2 -> 4 Pi SMP[ "alpha_fs" ]] & // Simplify
α C A m q 2 ( m H 2 − 4 m q 2 ) 3 / 2 8 m H 2 m W 2 ( sin ( θ W ) ) 2 \frac{\alpha C_A m_q^2 \left(m_H^2-4
m_q^2\right){}^{3/2}}{8 m_H^2 m_W^2 \left(\left.\sin (\theta
_W\right)\right){}^2} 8 m H 2 m W 2 ( sin ( θ W ) ) 2 α C A m q 2 ( m H 2 − 4 m q 2 ) 3/2
(AlphaFS SMP[ "m_H" ] )/ (8 SMP[ "sin_W" ] ^ 2 ) ( SMP[ "m_l" ] ^ 2 / SMP[ "m_W" ] ^ 2 *
(1 - 4 SMP[ "m_l" ] ^ 2 / SMP[ "m_H" ] ^ 2 )^ (3 / 2 )) - totalDecayRateLeptons // Factor
− α m l 2 ( m H 2 − 4 m l 2 − m H m H 2 − 4 m l 2 m H 2 ) ( m H m H 2 − 4 m l 2 m H 2 − 4 m l 2 m H 2 + 2 m H 2 − 8 m l 2 ) 8 m H 2 m W 2 ( sin ( θ W ) ) 2 -\frac{\alpha m_l^2 \left(\sqrt{m_H^2-4
m_l^2}-m_H \sqrt{\frac{m_H^2-4 m_l^2}{m_H^2}}\right) \left(m_H
\sqrt{m_H^2-4 m_l^2} \sqrt{\frac{m_H^2-4 m_l^2}{m_H^2}}+2 m_H^2-8
m_l^2\right)}{8 m_H^2 m_W^2 \left(\left.\sin (\theta
_W\right)\right){}^2} − 8 m H 2 m W 2 ( sin ( θ W ) ) 2 α m l 2 ( m H 2 − 4 m l 2 − m H m H 2 m H 2 − 4 m l 2 ) ( m H m H 2 − 4 m l 2 m H 2 m H 2 − 4 m l 2 + 2 m H 2 − 8 m l 2 )
Check the final results
knownResults = {
(AlphaFS SMP[ "m_H" ] )/ (8 SMP[ "sin_W" ] ^ 2 ) ( SMP[ "m_l" ] ^ 2 / SMP[ "m_W" ] ^ 2 *
(1 - 4 SMP[ "m_l" ] ^ 2 / SMP[ "m_H" ] ^ 2 )^ (3 / 2 )),
(CA* SMP[ "alpha_fs" ] * SMP[ "m_H" ] * SMP[ "m_q" ] ^ 2 *
(1 - (4 * SMP[ "m_q" ] ^ 2 )/ SMP[ "m_H" ] ^ 2 )^ (3 / 2 ))/ (8 * SMP[ "m_W" ] ^ 2 * SMP[ "sin_W" ] ^ 2 )
} ;
FCCompareResults[{ totalDecayRateLeptons, totalDecayRateQuarks},
knownResults, Factoring -> Simplify ,
Text -> { " \t Compare to Peskin and Schroeder,An Introduction to QFT, Final Project III, part (a):" ,
"CORRECT." , "WRONG!" }, Interrupt -> { Hold [ Quit [ 1 ]], Automatic }] ;
Print [ " \t CPU Time used: " , Round [ N [ TimeUsed [], 3 ], 0.001 ], " s." ] ;
\ tCompare to Peskin and Schroeder,An Introduction to QFT, Final Project III, part (a): CORRECT. \text{$\backslash $tCompare to Peskin and
Schroeder,An Introduction to QFT, Final Project III, part (a):}
\;\text{CORRECT.} \tCompare to Peskin and Schroeder,An Introduction to QFT, Final Project III, part (a): CORRECT.
\ tCPU Time used: 25.599 s. \text{$\backslash $tCPU Time used:
}25.599\text{ s.} \tCPU Time used: 25.599 s.