~madteam/mg5amcnlo/series2.0

« back to all changes in this revision

Viewing changes to tests/loop_smgrav/coupling_orders.py

  • Committer: olivier-mattelaer
  • Date: 2019-09-13 14:04:58 UTC
  • mto: This revision was merged to the branch mainline in revision 283.
  • Revision ID: olivier-mattelaer-20190913140458-5ilmavms0mv5dhu0
change some default of the run_card and fix some tests

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)