~madteam/mg5amcnlo/series2.0

« back to all changes in this revision

Viewing changes to models/sm/parameters.py

  • Committer: olivier-mattelaer
  • Date: 2020-08-21 09:16:56 UTC
  • mfrom: (284.2.24 python3)
  • Revision ID: olivier-mattelaer-20200821091656-iizux2mj94tkssuo
pass to 2.8.0 (and move to python3 branch)

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
# Date: Mon 1 Oct 2012 14:58:25
4
4
 
5
5
 
6
 
 
7
6
from object_library import all_parameters, Parameter
8
7
 
9
8
 
10
9
from function_library import complexconjugate, re, im, csc, sec, acsc, asec
11
10
 
 
11
 
 
12
 
12
13
# This is a default parameter object representing 0.
13
14
ZERO = Parameter(name = 'ZERO',
14
15
                 nature = 'internal',