~maddevelopers/mg5amcnlo/3.4.0

« back to all changes in this revision

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

  • Committer: olivier-mattelaer
  • Date: 2022-04-06 19:53:03 UTC
  • mfrom: (962.3.26 3.2.0_eft_running)
  • Revision ID: olivier-mattelaer-20220406195303-ikpe2rvh6olzimyw
merge with eft_running branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# This file was automatically created by FeynRules 2.4.78
 
2
# Mathematica version: 12.0.0 for Mac OS X x86 (64-bit) (April 7, 2019)
 
3
# Date: Wed 1 Apr 2020 19:35:47
 
4
 
 
5
 
 
6
from object_library import all_orders, CouplingOrder
 
7
 
 
8
 
 
9
NP = CouplingOrder(name = 'NP',
 
10
                   expansion_order = 2,
 
11
                   hierarchy = 1)
 
12
 
 
13
QCD = CouplingOrder(name = 'QCD',
 
14
                    expansion_order = 99,
 
15
                    hierarchy = 2,
 
16
                    perturbative_expansion = 1)
 
17
 
 
18
QED = CouplingOrder(name = 'QED',
 
19
                    expansion_order = 99,
 
20
                    hierarchy = 4)
 
21