Changes between Version 11 and Version 12 of HEFT_DH


Ignore:
Timestamp:
Jan 6, 2020, 1:33:56 PM (5 years ago)
Author:
huashengshao
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HEFT_DH

    v11 v12  
    2424=== Description of the model ===
    2525
    26 In the infinite top-quark mass limit, the Higgs field can be effectively coupled with the gluon field via two operators
     26In the infinite top-quark mass limit, the Higgs field can be effectively interacted with the gluon field via
    2727
    2828[[latex($\mathcal{L}_{\rm eff}=-\frac{1}{4}(C_h \frac{h}{v}-C_{hh}\frac{h^2}{2v^2})G^a_{\mu\nu}G^{a~\mu\nu}$)]]
     
    3131
    3232The NLO UFO model based on [[latex($\mathcal{L}_{\rm eff}+\mathcal{L}_{\rm SM}$)]] can be downloaded from [/raw-attachment/wiki/NLOModels/HEFT_DH_UFO.tar.gz here].
     33
     34The analytical expressions for [[latex($R_2$)]] Feynman rules can be found in appendix B of [https://arxiv.org/abs/1912.13001 arXiv:1912.13001].
     35
     36=== A pedagogical example in MadGraph5_aMC@NLO ===
     37
     38In order to handle mixed-order senarios, one has to use the version 3.0.1+ of MadGraph5_aMC@NLO.
     39
     40{{{
     41> import model HEFT_DH_UFO
     42> generate p p > h h j / t t~ QCD=3 QED=2 NP=2 [QCD] QCD^2<=6 QED^2<=4 NP^2<=4
     43}}}