~maddevelopers/mg5amcnlo/2.6.6_py3

« back to all changes in this revision

Viewing changes to models/loop_sm/lorentz.py

  • Committer: olivier-mattelaer
  • Date: 2019-07-27 21:18:13 UTC
  • Revision ID: olivier-mattelaer-20190727211813-58cdnat0ii160fx5
change in the way model are imported (looks like they are still some side effects)

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
# Date: Fri 18 Mar 2011 18:40:51
4
4
 
5
5
 
6
 
from __future__ import absolute_import
7
 
from .object_library import all_lorentz, Lorentz
8
 
 
9
 
from .function_library import complexconjugate, re, im, csc, sec, acsc, asec
 
6
from object_library import all_lorentz, Lorentz
 
7
from function_library import complexconjugate, re, im, csc, sec, acsc, asec
10
8
 
11
9
###################################
12
10
# CounterTerms Lorentz structures #