~maddevelopers/mg5amcnlo/2.9.4

« back to all changes in this revision

Viewing changes to models/OLD_loopModels_backup/smQCDNLOmass/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_parameters, Parameter, CTParameter
 
6
 
 
7
 
 
8
from function_library import complexconjugate, re, im, csc, sec, acsc, asec
 
9
 
 
10
################
 
11
# R2 vertices  #
 
12
################
 
13
 
 
14
RGR2 = CTParameter(name = 'RGR2',
 
15
              type = 'real',
 
16
              value = {0:'-(3.0/2.0)*G**4/(96.0*cmath.pi**2)'},
 
17
              texname = 'RGR2')
 
18
 
 
19
################
 
20
# UV vertices  #
 
21
################
 
22
 
 
23
G_UVg = CTParameter(name = 'G_UVg',
 
24
                    type = 'real',
 
25
                    value = {-1:'-((G**2)/(2.0*48.0*cmath.pi**2))*11.0*CA'},
 
26
                    texname = '\delta Gg')
 
27
 
 
28
G_UVq = CTParameter(name = 'G_UVq',
 
29
                    type = 'real',
 
30
                    value = {-1:'((G**2)/(2.0*48.0*cmath.pi**2))*4.0*TF'},
 
31
                    texname = '\delta Gq')
 
32
 
 
33
G_UVb = CTParameter(name = 'G_UVb',
 
34
                    type = 'real',
 
35
                    value = {-1:'((G**2)/(2.0*48.0*cmath.pi**2))*4.0*TF',
 
36
                              0:'((G**2)/(2.0*48.0*cmath.pi**2))*4.0*TF*cmath.log(MU_R**2/MB**2)'},
 
37
                    texname = '\delta Gb')
 
38
 
 
39
G_UVt = CTParameter(name = 'G_UVt',
 
40
                    type = 'real',
 
41
                    value = {-1:'((G**2)/(2.0*48.0*cmath.pi**2))*4.0*TF',
 
42
                              0:'((G**2)/(2.0*48.0*cmath.pi**2))*4.0*TF*cmath.log(MU_R**2/MT**2)'},
 
43
                    texname = '\delta Gt')
 
44
 
 
45
GWcft_UV_b = CTParameter(name = 'GWcft_UV_b',
 
46
                         type = 'real',
 
47
                         value = {-1:'-((G**2)/(2.0*48.0*cmath.pi**2))*4.0*TF',
 
48
                                   0:'-((G**2)/(2.0*48.0*cmath.pi**2))*4.0*TF*cmath.log(MU_R**2/MB**2)'
 
49
                                 },
 
50
                         texname = '\delta G_{wfct\_b}')
 
51
 
 
52
GWcft_UV_t = CTParameter(name = 'GWcft_UV_t',
 
53
                         type = 'real',
 
54
                         value = {-1:'-((G**2)/(2.0*48.0*cmath.pi**2))*4.0*TF',
 
55
                                   0:'-((G**2)/(2.0*48.0*cmath.pi**2))*4.0*TF*cmath.log(MU_R**2/MT**2)'
 
56
                                 },
 
57
                         texname = '\delta G_{wfct\_t}')
 
58
 
 
59
bWcft_UV = CTParameter(name = 'bWcft_UV',
 
60
                       type = 'real',
 
61
                       value = {-1:'-((G**2)/(2.0*16.0*cmath.pi**2))*3.0*CF',
 
62
                                 0:'-((G**2)/(2.0*16.0*cmath.pi**2))*CF*(4.0+3.0*cmath.log(MU_R**2/MB**2))'
 
63
                               },
 
64
                       texname = '\delta Z_b')
 
65
 
 
66
tWcft_UV = CTParameter(name = 'tWcft_UV',
 
67
                       type = 'real',
 
68
                       value = {-1:'-((G**2)/(2.0*16.0*cmath.pi**2))*3.0*CF',
 
69
                                 0:'-((G**2)/(2.0*16.0*cmath.pi**2))*CF*(4.0+3.0*cmath.log(MU_R**2/MT**2))'
 
70
                               },
 
71
                       texname = '\delta Z_t')
 
72
 
 
73
bMass_UV = CTParameter(name = 'bMass_UV',
 
74
                       type = 'real',
 
75
                       value = {-1:'-complex(0,1)*((G**2)/(2.0*16.0*cmath.pi**2))*(3.0*CF)*MB',
 
76
                                 0:'-complex(0,1)*((G**2)/(2.0*16.0*cmath.pi**2))*CF*(4.0+3.0*cmath.log(MU_R**2/MB**2))*MB'
 
77
                               },
 
78
                       texname = '\delta m_b')
 
79
 
 
80
tMass_UV = CTParameter(name = 'tMass_UV',
 
81
                       type = 'real',
 
82
                       value = {-1:'-complex(0,1)*((G**2)/(2.0*16.0*cmath.pi**2))*(3.0*CF)*MT',
 
83
                                 0:'-complex(0,1)*((G**2)/(2.0*16.0*cmath.pi**2))*CF*(4.0+3.0*cmath.log(MU_R**2/MT**2))*MT'
 
84
                               },
 
85
                       texname = '\delta m_t')