~maddevelopers/mg5amcnlo/color_ordering

« back to all changes in this revision

Viewing changes to models/loop_sm/lorentz.py

  • Committer: olivier-mattelaer
  • Date: 2021-02-21 11:03:42 UTC
  • mfrom: (50.85.73 madgraph5)
  • Revision ID: olivier-mattelaer-20210221110342-wn2nvdefctey5e0k
merge up to 2.8.0 --not python3 compatible

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 object_library import all_lorentz, Lorentz
7
 
 
8
 
from function_library import complexconjugate, re, im, csc, sec, acsc, asec
 
6
from __future__ import absolute_import
 
7
from .object_library import all_lorentz, Lorentz
 
8
from .function_library import complexconjugate, re, im, csc, sec, acsc, asec
9
9
 
10
10
###################################
11
11
# CounterTerms Lorentz structures #