Belle II Software  release-06-02-00
coupling_orders.py
1 #!/usr/bin/env python
2 # -*- coding: utf-8 -*-
3 
4 # This file was automatically created by FeynRules 2.0.26
5 # Mathematica version: 9.0 for Linux x86 (64-bit) (November 20, 2012)
6 # Date: Wed 23 Jul 2014 02:04:18
7 
8 from object_library import all_orders, CouplingOrder
9 
10 QCD = CouplingOrder(name='QCD', expansion_order=99, hierarchy=1)
11 
12 QED = CouplingOrder(name='QED', expansion_order=99, hierarchy=2)