~maddevelopers/mg5amcnlo/FKS_EW_granny

« back to all changes in this revision

Viewing changes to models/OLD_loopModels_backup/loop_ToyModel/couplings.py

  • Committer: Marco Zaro
  • Date: 2018-04-16 14:08:47 UTC
  • mfrom: (78.403.58 2.6.2)
  • Revision ID: marco.zaro@gmail.com-20180416140847-nuz7haj3di3gqqhq
merged with 2.6.2 rev 332

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# This file was automatically created by FeynRules $Revision: 535 $
2
 
# Mathematica version: 7.0 for Mac OS X x86 (64-bit) (November 11, 2008)
3
 
# Date: Fri 18 Mar 2011 18:40:51
4
 
 
5
 
 
6
 
from object_library import all_couplings, Coupling
7
 
 
8
 
from function_library import complexconjugate, re, im, csc, sec, acsc, asec
9
 
 
10
 
 
11
 
GC_9 = Coupling(name = 'GC_9',
12
 
                value = '-G',
13
 
                order = {'QCD':1})
14
 
 
15
 
GC_10 = Coupling(name = 'GC_10',
16
 
                 value = 'complex(0,1)*G',
17
 
                 order = {'QCD':1})
18
 
 
19
 
GC_11 = Coupling(name = 'GC_11',
20
 
                 value = 'complex(0,1)*G**2',
21
 
                 order = {'QCD':2})
22
 
 
23
 
GC_101 = Coupling(name = 'GC_101',
24
 
                value = '2.0*G**3/(48.0*cmath.pi**2)',
25
 
                order = {'QCD':3})
26
 
 
27
 
GC_102 = Coupling(name = 'GC_102',
28
 
                 value = 'Ncol*G**3/(48.0*cmath.pi**2)*(7.0/4.0+lhv)',
29
 
                 order = {'QCD':3})
30
 
 
31
 
#=============================================================================================
32
 
#  4-gluon R2 couplings
33
 
#=============================================================================================
34
 
 
35
 
# Gluon contribution to it
36
 
 
37
 
GC_4GR2_Gluon_delta5 = Coupling(name = 'GC_4GR2_Gluon_delta5',
38
 
                 value = '-4.0*RGR2*(2.0*lhv+5.0)',
39
 
                 order = {'QCD':4})
40
 
 
41
 
GC_4GR2_Gluon_delta7 = Coupling(name = 'GC_4GR2_Gluon_delta7',
42
 
                 value = '2.0*RGR2*(2.0*lhv+7.0)',
43
 
                 order = {'QCD':4})
44
 
 
45
 
GC_4GR2_2Struct = Coupling(name = 'GC_4GR2_2Struct',
46
 
                 value = '2.0*RGR2*Ncol*(lhv+3.0)',
47
 
                 order = {'QCD':4})
48
 
 
49
 
GC_4GR2_4Struct = Coupling(name = 'GC_4GR2_4Struct',
50
 
                 value = '-RGR2*Ncol*(4.0*lhv+11.0)',
51
 
                 order = {'QCD':4})
52
 
 
53
 
# Fermion contribution to it
54
 
 
55
 
GC_4GR2_Fermion_delta5 = Coupling(name = 'GC_4GR2_Fermion_delta5',
56
 
                 value = '(2.0/Ncol)*5.0*RGR2',
57
 
                 order = {'QCD':4})
58
 
 
59
 
GC_4GR2_Fermion_delta11 = Coupling(name = 'GC_4GR2_Fermion_delta11',
60
 
                 value = '-(2.0/Ncol)*11.0*RGR2',
61
 
                 order = {'QCD':4})
62
 
 
63
 
GC_4GR2_5Struct = Coupling(name = 'GC_4GR2_5Struct',
64
 
                 value = '5.0*RGR2',
65
 
                 order = {'QCD':4})
66
 
 
67
 
GC_4GR2_11Struct = Coupling(name = 'GC_4GR2_11Struct',
68
 
                 value = '-11.0*RGR2',
69
 
                 order = {'QCD':4})
70
 
 
71
 
#=============================================================================================
72
 
 
73
 
GC_104 = Coupling(name = 'GC_104',
74
 
                value = '-complex(0,1)*G**3/(16.0*cmath.pi**2)*((Ncol**2-1)/(2.0*Ncol))*(1.0+lhv)',
75
 
                order = {'QCD':3})
76
 
 
77
 
GC_105 = Coupling(name = 'GC_105',
78
 
                 value = 'complex(0,1)*G**2/(48.0*cmath.pi**2)',
79
 
                 order = {'QCD':2})
80
 
 
81
 
GC_115 = Coupling(name = 'GC_115',
82
 
                 value = 'complex(0,1)*G**2*Ncol/(48.0*cmath.pi**2)*(1.0/2.0+lhv)',
83
 
                 order = {'QCD':2})
84
 
 
85
 
GC_125 = Coupling(name = 'GC_125',
86
 
                 value = '-complex(0,1)*G**2*Ncol/(48.0*cmath.pi**2)*lhv',
87
 
                 order = {'QCD':2})
88
 
 
89
 
GC_106 = Coupling(name = 'GC_106',
90
 
                 value = '-complex(0,1)*G**2*(Ncol**2-1)/(32.0*cmath.pi**2*Ncol)',
91
 
                 order = {'QCD':2})
92
 
 
93
 
GC_201 = Coupling(name = 'GC_201',
94
 
                 value = '-G_UV*G',
95
 
                 order = {'QCD':3})
96
 
 
97
 
GC_202 = Coupling(name = 'GC_202',
98
 
                 value = '2.0*complex(0,1)*G_UV*(G**2)',
99
 
                 order = {'QCD':4})
100
 
 
101
 
GC_203 = Coupling(name = 'GC_203',
102
 
                 value = 'complex(0,1)*G_UV*G',
103
 
                 order = {'QCD':3})