~madteam/mg5amcnlo/series2.0

« back to all changes in this revision

Viewing changes to models/hgg_plugin/vertices.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: Wed 8 Aug 2012 14:16:24
4
4
 
5
5
 
6
 
from object_library import all_vertices, Vertex
7
 
import particles as P
8
 
import couplings as C
9
 
import lorentz as L
 
6
from __future__ import absolute_import
 
7
from .object_library import all_vertices, Vertex
 
8
from . import particles as P
 
9
from . import couplings as C
 
10
from . import lorentz as L
10
11
 
11
12
V_12 = Vertex(name = 'V_12',
12
13
              particles = [ P.A, P.A, P.H ],