~maddevelopers/mg5amcnlo/2.9.4

« back to all changes in this revision

Viewing changes to tests/input_files/LoopSMTest/CT_parameters.py

pass to v2.0.0

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
from object_library import all_CTparameters, CTParameter
 
6
 
 
7
from function_library import complexconjugate, re, im, csc, sec, acsc, asec
 
8
 
 
9
################
 
10
# R2 vertices  #
 
11
################
 
12
 
 
13
# ========= #
 
14
# Pure QCD  #
 
15
# ========= #
 
16
 
 
17
RGR2 = CTParameter(name = 'RGR2',
 
18
              type = 'real',
 
19
              value = {0:'-(3.0/2.0)*G**4/(96.0*cmath.pi**2)'},
 
20
              texname = 'RGR2')
 
21
 
 
22
# ============== #
 
23
# Mixed QCD-QED  #
 
24
# ============== #
 
25
 
 
26
R2MixedFactor = CTParameter(name = 'R2MixedFactor',
 
27
              type = 'real',
 
28
              value = {0:'-(G**2*(1.0+lhv)*(Ncol**2-1.0))/(2.0*Ncol*16.0*cmath.pi**2)'},
 
29
              texname = 'R2MixedFactor')
 
30
 
 
31
################
 
32
# UV vertices  #
 
33
################
 
34
 
 
35
# ========= #
 
36
# Pure QCD  #
 
37
# ========= #
 
38
 
 
39
G_UVg = CTParameter(name = 'G_UVg',
 
40
                    type = 'real',
 
41
                    value = {-1:'-((G**2)/(2.0*48.0*cmath.pi**2))*11.0*CA'},
 
42
                    texname = '\delta Gg')
 
43
 
 
44
G_UVq = CTParameter(name = 'G_UVq',
 
45
                    type = 'real',
 
46
                    value = {-1:'((G**2)/(2.0*48.0*cmath.pi**2))*4.0*TF'},
 
47
                    texname = '\delta Gq')
 
48
 
 
49
G_UVb = CTParameter(name = 'G_UVb',
 
50
                    type = 'real',
 
51
                    value = {-1:'((G**2)/(2.0*48.0*cmath.pi**2))*4.0*TF',
 
52
                              0:'((G**2)/(2.0*48.0*cmath.pi**2))*4.0*TF*cmath.log(MU_R**2/MB**2)'},
 
53
                    texname = '\delta Gb')
 
54
 
 
55
G_UVt = CTParameter(name = 'G_UVt',
 
56
                    type = 'real',
 
57
                    value = {-1:'((G**2)/(2.0*48.0*cmath.pi**2))*4.0*TF',
 
58
                              0:'((G**2)/(2.0*48.0*cmath.pi**2))*4.0*TF*cmath.log(MU_R**2/MT**2)'},
 
59
                    texname = '\delta Gt')
 
60
 
 
61
GWcft_UV_b = CTParameter(name = 'GWcft_UV_b',
 
62
                         type = 'real',
 
63
                         value = {-1:'-((G**2)/(2.0*48.0*cmath.pi**2))*4.0*TF',
 
64
                                   0:'-((G**2)/(2.0*48.0*cmath.pi**2))*4.0*TF*cmath.log(MU_R**2/MB**2)'
 
65
                                 },
 
66
                         texname = '\delta G_{wfct\_b}')
 
67
 
 
68
GWcft_UV_t = CTParameter(name = 'GWcft_UV_t',
 
69
                         type = 'real',
 
70
                         value = {-1:'-((G**2)/(2.0*48.0*cmath.pi**2))*4.0*TF',
 
71
                                   0:'-((G**2)/(2.0*48.0*cmath.pi**2))*4.0*TF*cmath.log(MU_R**2/MT**2)'
 
72
                                 },
 
73
                         texname = '\delta G_{wfct\_t}')
 
74
 
 
75
bWcft_UV = CTParameter(name = 'bWcft_UV',
 
76
                       type = 'real',
 
77
                       value = {-1:'-((G**2)/(2.0*16.0*cmath.pi**2))*3.0*CF',
 
78
                                 0:'-((G**2)/(2.0*16.0*cmath.pi**2))*CF*(4.0+3.0*cmath.log(MU_R**2/MB**2))'
 
79
                               },
 
80
                       texname = '\delta Z_b')
 
81
 
 
82
tWcft_UV = CTParameter(name = 'tWcft_UV',
 
83
                       type = 'real',
 
84
                       value = {-1:'-((G**2)/(2.0*16.0*cmath.pi**2))*3.0*CF',
 
85
                                 0:'-((G**2)/(2.0*16.0*cmath.pi**2))*CF*(4.0+3.0*cmath.log(MU_R**2/MT**2))'
 
86
                               },
 
87
                       texname = '\delta Z_t')
 
88
 
 
89
bMass_UV = CTParameter(name = 'bMass_UV',
 
90
                       type = 'real',
 
91
                       value = {-1:'complex(0,1)*((G**2)/(16.0*cmath.pi**2))*(3.0*CF)*MB',
 
92
                                 0:'complex(0,1)*((G**2)/(16.0*cmath.pi**2))*CF*(4.0+3.0*cmath.log(MU_R**2/MB**2))*MB'
 
93
                               },
 
94
                       texname = '\delta m_b')
 
95
 
 
96
tMass_UV = CTParameter(name = 'tMass_UV',
 
97
                       type = 'real',
 
98
                       value = {-1:'complex(0,1)*((G**2)/(16.0*cmath.pi**2))*3.0*CF*MT',
 
99
                                 0:'complex(0,1)*((G**2)/(16.0*cmath.pi**2))*CF*(4.0+3.0*cmath.log(MU_R**2/MT**2))*MT'
 
100
                               },
 
101
                       texname = '\delta m_t')
 
102
 
 
103
# ============== #
 
104
# Mixed QCD-QED  #
 
105
# ============== #
 
106
 
 
107
UV_yuk_b = CTParameter(name = 'UV_yuk_b',
 
108
                       type = 'real',
 
109
                       value = {-1:'-((G**2)/(16.0*cmath.pi**2))*3.0*CF*2.0',
 
110
                                 0:'-((G**2)/(16.0*cmath.pi**2))*3.0*CF*(3.0*cmath.log(MU_R**2/MB**2)+4.0)*2.0'
 
111
                               },
 
112
                       texname = '\delta y_b')
 
113
 
 
114
UV_yuk_t = CTParameter(name = 'UV_yuk_t',
 
115
                       type = 'real',
 
116
                       value = {-1:'-((G**2)/(16.0*cmath.pi**2))*3.0*CF*2.0',
 
117
                                 0:'-((G**2)/(16.0*cmath.pi**2))*3.0*CF*(3.0*cmath.log(MU_R**2/MT**2)+4.0)*2.0'
 
118
                               },
 
119
                       texname = '\delta y_t')