Changes between Version 15 and Version 16 of HEFT_DH
- Timestamp:
- Oct 18, 2021, 1:52:02 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HEFT_DH
v15 v16 34 34 The 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 35 36 === A pedagogicalexample in MadGraph5_aMC@NLO ===36 === An example in MadGraph5_aMC@NLO === 37 37 38 38 In order to handle mixed-order senarios, one has to use the version 3.0.1+ of MadGraph5_aMC@NLO. 39 40 In 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 39 41 40 42 {{{ … … 42 44 > 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 45 }}} 46 47 In 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 }}} 52 and 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 }}} 57 The second part is the pure interface term at tree level but contributing to [[latex($\mathcal{O}(\alpha_s^4)$)]].