~maddevelopers/mg5amcnlo/2.7.1.3

« back to all changes in this revision

Viewing changes to models/loop_qcd_qed_sm/__init__.py

  • Committer: olivier Mattelaer
  • Date: 2017-12-12 21:11:08 UTC
  • mfrom: (274.1.52 2.6.1)
  • Revision ID: olivier.mattelaer@uclouvain.be-20171212211108-xfh9rt0j9c9m6nxp
pass to 2.6.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
import particles
2
 
import couplings
3
 
import CT_couplings
4
 
import lorentz
5
 
import parameters
6
 
import CT_parameters
7
 
import vertices
8
 
import CT_vertices
9
 
import write_param_card
10
 
import coupling_orders
11
 
import function_library
12
 
 
13
 
gauge = [1]
14
 
 
15
 
all_particles = particles.all_particles
16
 
all_vertices = vertices.all_vertices
17
 
all_CTvertices = CT_vertices.all_CTvertices
18
 
all_couplings = couplings.all_couplings
19
 
all_lorentz = lorentz.all_lorentz
20
 
all_parameters = parameters.all_parameters
21
 
all_CTparameters = CT_parameters.all_CTparameters
22
 
all_functions = function_library.all_functions
23
 
all_orders = coupling_orders.all_orders
24
 
 
25
 
__author__ = "Huasheng Shao"
26
 
__version__ = "1.0"
27
 
__email__ = "huasheng.shao@cern.ch"