Changes between Version 15 and Version 16 of HEFT_DH


Ignore:
Timestamp:
Oct 18, 2021, 1:52:02 PM (3 years ago)
Author:
huashengshao
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HEFT_DH

    v15 v16  
    3434The analytical expressions for [[latex($R_2$)]] Feynman rules can be found in appendix B of [https://arxiv.org/abs/1912.13001 arXiv:1912.13001].
    3535
    36 === A pedagogical example in MadGraph5_aMC@NLO ===
     36=== An example in MadGraph5_aMC@NLO ===
    3737
    3838In order to handle mixed-order senarios, one has to use the version 3.0.1+ of MadGraph5_aMC@NLO.
     39
     40In version 3.0.X, the NLO QCD corrections to di-Higgs+jet at [[latex($\mathcal{O}(\alpha_s^3+\alpha_s^4)$)]] is generated by
    3941
    4042{{{
     
    4244> generate p p > h h j / t t~ QCD=3 QED=2 NP=2 [QCD] QCD^2<=6 QED^2<=4 NP^2<=4
    4345}}}
     46
     47In versions 3.1.0+, the generation syntax has been changed [http://amcatnlo.web.cern.ch/amcatnlo/co.htm here]. It is generated by two processes, i.e.,
     48{{{
     49> import model HEFT_DH_UFO
     50> generate p p > h h j / t t~ QCD=3 QED=2 NP=2 [QCD] QCD^2<=6 QED^2<=4 NP^2<=4
     51}}}
     52and
     53{{{
     54> import model HEFT_DH_UFO
     55> generate p p > h h j / t t~ QCD^2==8 QED^2<=4 NP^2<=4
     56}}}
     57The second part is the pure interface term at tree level but contributing to [[latex($\mathcal{O}(\alpha_s^4)$)]].