~maddevelopers/mg5amcnlo/2.6.3_rwgt

272.1.60 by olivier-mattelaer
fixing one parralel test
1
# This file was automatically created by FeynRules $Revision: 623 $
2
# Mathematica version: 8.0 for Mac OS X x86 (64-bit) (November 6, 2010)
3
# Date: Thu 9 Jun 2011 17:49:34
4
5
6
from object_library import all_orders, CouplingOrder
7
8
QCD = CouplingOrder(name = 'QCD',
9
                    hierarchy = 1,
10
                    expansion_order = -1,
11
                    perturbative_expansion = 1)
12
13
QED = CouplingOrder(name = 'QED',
14
                    hierarchy = 2,
15
                    expansion_order = -1,
16
                    perturbative_expansion =0)