~maddevelopers/mg5amcnlo/3.0.1_4FS

« back to all changes in this revision

Viewing changes to models/loop_qcd_qed_sm_Gmu_4FS/coupling_orders.py

  • Committer: huasheng shao
  • Date: 2018-10-02 14:46:26 UTC
  • Revision ID: erdissshaw@gmail.com-20181002144626-75sx73m4bq730576
add two separate models in order to avoid the conflict

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 = 99,
 
11
                    perturbative_expansion = 99)
 
12
 
 
13
QED = CouplingOrder(name = 'QED',
 
14
                    hierarchy = 2,
 
15
                    expansion_order = 99,
 
16
                    perturbative_expansion =99)