~maddevelopers/mg5amcnlo/simple_unlops

« back to all changes in this revision

Viewing changes to tests/input_files/DM_pion/CT_couplings.py

  • Committer: olivier-mattelaer
  • Date: 2021-11-12 09:29:31 UTC
  • mfrom: (967.1.15 3.3.0)
  • Revision ID: olivier-mattelaer-20211112092931-4ec9qfzgxkeovqog
versionĀ 3.3.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
 
6
6
from __future__ import absolute_import
7
 
from .object_library import all_couplings, Coupling
8
7
 
9
 
from .function_library import complexconjugate, re, im, csc, sec, acsc, asec, cot
 
8
import object_library
 
9
Coupling = object_library.Coupling
10
10
 
11
11
 
12
12