~maddevelopers/mg5amcnlo/2.9.4

« back to all changes in this revision

Viewing changes to models/OLD_loopModels_backup/smQCDNLOmass/lorentz.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
 
 
6
from object_library import all_lorentz, Lorentz
 
7
 
 
8
from function_library import complexconjugate, re, im, csc, sec, acsc, asec
 
9
 
 
10
R2_GG_1 = Lorentz(name = 'R2_GG_1',
 
11
               spins = [ 3, 3 ],
 
12
               structure = 'P(-1,1)*P(-1,1)*Metric(1,2)')
 
13
 
 
14
R2_GG_2 = Lorentz(name = 'R2_GG_2',
 
15
               spins = [ 3, 3 ],
 
16
               structure = 'P(1,1)*P(2,1)')
 
17
 
 
18
R2_GG_3 = Lorentz(name = 'R2_GG_3',
 
19
               spins = [ 3, 3 ],
 
20
               structure = 'Metric(1,2)')
 
21
 
 
22
R2_QQ_1 = Lorentz(name = 'R2_QQ_1',
 
23
               spins = [ 2, 2 ],
 
24
               structure = 'P(-1,1)*Gamma(-1,2,1)')
 
25
 
 
26
R2_QQ_2 = Lorentz(name = 'R2_QQ_2',
 
27
               spins = [ 2, 2 ],
 
28
               structure = 'Identity(1,2)')
 
29
 
 
30
FFV1 = Lorentz(name = 'FFV1',
 
31
               spins = [ 2, 2, 3 ],
 
32
               structure = 'Gamma(3,2,1)')
 
33
 
 
34
VVV1 = Lorentz(name = 'VVV1',
 
35
               spins = [ 3, 3, 3 ],
 
36
               structure = 'P(3,1)*Metric(1,2) - P(3,2)*Metric(1,2) - P(2,1)*Metric(1,3) + P(2,3)*Metric(1,3) + P(1,2)*Metric(2,3) - P(1,3)*Metric(2,3)')
 
37
 
 
38
VVVV1 = Lorentz(name = 'VVVV1',
 
39
                spins = [ 3, 3, 3, 3 ],
 
40
                structure = 'Metric(1,4)*Metric(2,3) - Metric(1,3)*Metric(2,4)')
 
41
 
 
42
VVVV3 = Lorentz(name = 'VVVV3',
 
43
                spins = [ 3, 3, 3, 3 ],
 
44
                structure = 'Metric(1,4)*Metric(2,3) - Metric(1,2)*Metric(3,4)')
 
45
 
 
46
VVVV4 = Lorentz(name = 'VVVV4',
 
47
                 spins = [ 3, 3, 3, 3 ],
 
48
                structure = 'Metric(1,3)*Metric(2,4) - Metric(1,2)*Metric(3,4)')
 
49
 
 
50
GHGHG = Lorentz(name = 'GHGHG',
 
51
                 spins = [ 1, 1, 3 ],
 
52
                structure = 'P(3,1)')
 
53
 
 
54
#=============================================================================================
 
55
#  4-gluon R2 vertex
 
56
#=============================================================================================
 
57
 
 
58
 
 
59
R2_4G_1234 = Lorentz(name = 'R2_4G_1234',
 
60
                spins = [ 3, 3, 3, 3 ],
 
61
                structure = 'Metric(1,2)*Metric(3,4)')
 
62
 
 
63
R2_4G_1324 = Lorentz(name = 'R2_4G_1324',
 
64
                spins = [ 3, 3, 3, 3 ],
 
65
                structure = 'Metric(1,3)*Metric(2,4)')
 
66
 
 
67
R2_4G_1423 = Lorentz(name = 'R2_4G_1423',
 
68
                spins = [ 3, 3, 3, 3 ],
 
69
                structure = 'Metric(1,4)*Metric(2,3)')
 
70
 
 
71
#=============================================================================================
 
72