~maddevelopers/mg5amcnlo/2.7.1.3

« back to all changes in this revision

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

  • Committer: olivier Mattelaer
  • Date: 2017-12-12 21:11:08 UTC
  • mfrom: (274.1.52 2.6.1)
  • Revision ID: olivier.mattelaer@uclouvain.be-20171212211108-xfh9rt0j9c9m6nxp
pass to 2.6.1

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_vertices, Vertex
7
 
import particles as P
8
 
import couplings as C
9
 
import lorentz as L
10
 
 
11
 
# It was number 36 in sm
12
 
V_1 = Vertex(name = 'V_1',
13
 
              particles = [ P.G, P.G, P.G ],
14
 
              color = [ 'f(1,2,3)' ],
15
 
              lorentz = [ L.VVV1 ],
16
 
              couplings = {(0,0):C.GC_9},
17
 
              type = ['base',()])
18
 
              
19
 
# It was number 37 in sm
20
 
V_2 = Vertex(name = 'V_2',
21
 
              particles = [ P.G, P.G, P.G, P.G ],
22
 
              color = [ 'f(-1,1,2)*f(3,4,-1)', 'f(-1,1,3)*f(2,4,-1)', 'f(-1,1,4)*f(2,3,-1)' ],
23
 
              lorentz = [ L.VVVV1, L.VVVV3, L.VVVV4 ],
24
 
              couplings = {(1,1):C.GC_11,(0,0):C.GC_11,(2,2):C.GC_11},
25
 
              type = ['base',()])
26
 
 
27
 
# It was number 80 in sm
28
 
V_3 = Vertex(name = 'V_3',
29
 
              particles = [ P.d__tilde__, P.d, P.G ],
30
 
              color = [ 'T(3,2,1)' ],
31
 
              lorentz = [ L.FFV1 ],
32
 
              couplings = {(0,0):C.GC_10},
33
 
              type = ['base',()])
34
 
              
35
 
# It was number 128 in sm
36
 
V_4 = Vertex(name = 'V_4',
37
 
               particles = [ P.u__tilde__, P.u, P.G ],
38
 
               color = [ 'T(3,2,1)' ],
39
 
               lorentz = [ L.FFV1 ],
40
 
               couplings = {(0,0):C.GC_10},
41
 
               type = ['base',()])
 
 
b'\\ No newline at end of file'