~maddevelopers/mg5amcnlo/2.9.4

« back to all changes in this revision

Viewing changes to models/TopEffTh/__init__.py

pass to v2.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
import particles
 
3
import couplings
 
4
import lorentz
 
5
import parameters
 
6
import vertices
 
7
import coupling_orders
 
8
import write_param_card
 
9
 
 
10
 
 
11
all_particles = particles.all_particles
 
12
all_vertices = vertices.all_vertices
 
13
all_couplings = couplings.all_couplings
 
14
all_lorentz = lorentz.all_lorentz
 
15
all_parameters = parameters.all_parameters
 
16
all_orders = coupling_orders.all_orders
 
17
all_functions = function_library.all_functions
 
18
 
 
19
 
 
20
__author__ = "C. Degrande"
 
21
__version__ = "1.1"
 
22
__email__ = "celine.degrande@uclouvain.be"