~maddevelopers/mg5amcnlo/FKS_EW_granny

« back to all changes in this revision

Viewing changes to models/OLD_loopModels_backup/loop_ToyModel_4GR2_Traces/__init__.py

  • Committer: Marco Zaro
  • Date: 2018-04-16 14:08:47 UTC
  • mfrom: (78.403.58 2.6.2)
  • Revision ID: marco.zaro@gmail.com-20180416140847-nuz7haj3di3gqqhq
merged with 2.6.2 rev 332

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 ct_vertices
8
 
import write_param_card
9
 
import coupling_orders
10
 
 
11
 
 
12
 
all_particles = particles.all_particles
13
 
all_vertices = vertices.all_vertices
14
 
all_couplings = couplings.all_couplings
15
 
all_lorentz = lorentz.all_lorentz
16
 
all_parameters = parameters.all_parameters
17
 
all_functions = function_library.all_functions
18
 
all_orders = coupling_orders.all_orders
19
 
 
20
 
 
21
 
__author__ = "N. Christensen, C. Duhr"
22
 
__version__ = "1.2"
23
 
__email__ = "neil@pa.msu.edu, claude.duhr@uclouvain.be"