Skip to content

Commit e378707

Browse files
committed
[dyj] in codegen, add Drell Yan gg_eegguu
This is the most complex subprocess from nobm_pp_eejjjj (there are 856 Feynman diagrams). I checked that there is no need to use the nobmass model, it gives essentially the same code (as far as complexity is concerned). Code generation takes half a minute including additional checks.
1 parent 7e6dfe0 commit e378707

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

epochX/cudacpp/CODEGEN/generateAndCompare.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,15 @@ function codeGenAndDiff()
115115
define j = p
116116
generate p p > e+ e- j j j j @4"
117117
;;
118+
gg_eegguu)
119+
cmd="generate g g > e+ e- g g u u~"
120+
;;
121+
#nobm_gg_eegguu) # essentially the same code as gg_eegguu
122+
# cmd="import model sm-no_b_mass
123+
# define p = p b b~
124+
# define j = p
125+
# generate g g > e+ e- g g u u~"
126+
# ;;
118127
loop_nobm_gg_tt)
119128
cmd="import model loop_sm-no_b_mass
120129
generate g g > t t~"

0 commit comments

Comments
 (0)