~maddevelopers/mg5amcnlo/2.6.3_rwgt

« back to all changes in this revision

Viewing changes to tests/input_files/loop_smgrav/coupling_orders.py

  • Committer: olivier-mattelaer
  • Date: 2017-08-16 21:28:30 UTC
  • mfrom: (272.1.60 2.5.6)
  • Revision ID: olivier-mattelaer-20170816212830-sfl8jfv8pmpm5l2j
pass to 2.6.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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)