~maddevelopers/mg5amcnlo/FKS_EW_granny

« back to all changes in this revision

Viewing changes to models/OLD_loopModels_backup/loop_ToyModel/parameters.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
 
 
7
 
from object_library import all_parameters, Parameter
8
 
 
9
 
 
10
 
from function_library import complexconjugate, re, im, csc, sec, acsc, asec
11
 
 
12
 
# This is a default parameter object representing 0.
13
 
ZERO = Parameter(name = 'ZERO',
14
 
                 nature = 'internal',
15
 
                 type = 'real',
16
 
                 value = '0.0',
17
 
                 texname = '0')
18
 
 
19
 
lhv = Parameter(name = 'lhv',
20
 
                 nature = 'internal',
21
 
                 type = 'real',
22
 
                 value = '1.0',
23
 
                 texname = '\lambda_{HV}')
24
 
 
25
 
Ncol = Parameter(name = 'Ncol',
26
 
                 nature = 'internal',
27
 
                 type = 'real',
28
 
                 value = '3.0',
29
 
                 texname = 'N_{col}')
30
 
 
31
 
Nlf = Parameter(name = 'Nlf',
32
 
                 nature = 'internal',
33
 
                 type = 'real',
34
 
                 value = '2.0',
35
 
                 texname = 'N_{lf}')
36
 
 
37
 
CA = Parameter(name = 'CA',
38
 
                 nature = 'internal',
39
 
                 type = 'real',
40
 
                 value = '3.0',
41
 
                 texname = 'C_{A}')
42
 
 
43
 
TF = Parameter(name = 'TF',
44
 
                 nature = 'internal',
45
 
                 type = 'real',
46
 
                 value = '0.5',
47
 
                 texname = 'T_{F}')
48
 
 
49
 
CF = Parameter(name = 'CF',
50
 
                 nature = 'internal',
51
 
                 type = 'real',
52
 
                 value = '(4.0/3.0)',
53
 
                 texname = 'C_{F}')
54
 
 
55
 
aS = Parameter(name = 'aS',
56
 
               nature = 'external',
57
 
               type = 'real',
58
 
               value = 0.1172,
59
 
               texname = '\\text{aS}',
60
 
               lhablock = 'SMINPUTS',
61
 
               lhacode = [ 3 ])
62
 
 
63
 
MU = Parameter(name = 'MU',
64
 
               nature = 'external',
65
 
               type = 'real',
66
 
               value = 0.0,
67
 
               texname = 'M',
68
 
               lhablock = 'MASS',
69
 
               lhacode = [ 2 ])
70
 
 
71
 
MD = Parameter(name = 'MD',
72
 
               nature = 'external',
73
 
               type = 'real',
74
 
               value = 0.0,
75
 
               texname = '\\text{MD}',
76
 
               lhablock = 'MASS',
77
 
               lhacode = [ 1 ])
78
 
 
79
 
G = Parameter(name = 'G',
80
 
              nature = 'internal',
81
 
              type = 'real',
82
 
              value = '2*cmath.sqrt(aS)*cmath.sqrt(cmath.pi)',
83
 
              texname = 'G')
84
 
 
85
 
RGR2 = Parameter(name = 'RGR2',
86
 
              nature = 'internal',
87
 
              type = 'real',
88
 
              # At leading order without fermion masses, the UV renormalization 
89
 
              # in MSbar does not affect the finite part of the virtual, so I
90
 
              # put zero here
91
 
              value = '-complex(0,1)*G**4/(96.0*cmath.pi**2)',
92
 
              texname = '4GR2')
93
 
 
94
 
MU_R = Parameter(name = 'MU_R',
95
 
              nature = 'external',
96
 
              type = 'real',
97
 
              value = 91.188,
98
 
              texname = '\\text{\\mu_r}',
99
 
              lhablock = 'LOOP',
100
 
              lhacode = [ 666 ])
101
 
 
102
 
G_UV = Parameter(name = 'G_UV',
103
 
              nature = 'internal',
104
 
              type = 'real',
105
 
              # At leading order without fermion masses, the UV renormalization 
106
 
              # in MSbar does not affect the finite part of the virtual.
107
 
              # In the way it was done in MGv4, it is not possible to easily
108
 
              # disantangle the contribution from the different loops to the 
109
 
              # UV counterterms (typically g>dd~ should contain a CA which is 
110
 
              # later cancelled by the wf renorm. So for now I leave it like this)
111
 
              value = '-((G**2)/(48.0*cmath.pi**2))*(11.0*CA-4.0*TF*Nlf)',
112
 
              texname = 'G_{UV}')