~maddevelopers/mg5amcnlo/2.9.4

« back to all changes in this revision

Viewing changes to models/OLD_loopModels_backup/smQCDNLOmass/couplings.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_couplings, Coupling
 
7
 
 
8
from function_library import complexconjugate, re, im, csc, sec, acsc, asec
 
9
 
 
10
 
 
11
GC_9 = Coupling(name = 'GC_9',
 
12
                value = '-G',
 
13
                order = {'QCD':1})
 
14
 
 
15
GC_10 = Coupling(name = 'GC_10',
 
16
                 value = 'complex(0,1)*G',
 
17
                 order = {'QCD':1})
 
18
 
 
19
GC_11 = Coupling(name = 'GC_11',
 
20
                 value = 'complex(0,1)*G**2',
 
21
                 order = {'QCD':2})
 
22