Belle II Software  release-06-01-15
coupling_orders.py
1 # This file was automatically created by FeynRules 2.3.26
2 # Mathematica version: 11.1.0 for Mac OS X x86 (64-bit) (March 16, 2017)
3 # Date: Tue 23 May 2017 14:45:12
4 
5 
6 from object_library import all_orders, CouplingOrder
7 
8 
9 QCD = CouplingOrder(name='QCD',
10  expansion_order=99,
11  hierarchy=1)
12 
13 QED = CouplingOrder(name='QED',
14  expansion_order=99,
15  hierarchy=2)