~maddevelopers/mg5amcnlo/3.0.2

« back to all changes in this revision

Viewing changes to models/taudecay_UFO/lorentz.py

  • Committer: olivier Mattelaer
  • Date: 2013-12-20 11:49:27 UTC
  • mto: (78.199.56 2.1.1)
  • mto: This revision was merged to the branch mainline in revision 596.
  • Revision ID: olivier.mattelaer@uclouvain.be-20131220114927-tvs6uo69h8eg97mj
add tau_decay model and latest fix.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# This file was automatically created by FeynRules 2.0.6
 
2
# Mathematica version: 8.0 for Mac OS X x86 (64-bit) (February 23, 2011)
 
3
# Date: Wed 18 Dec 2013 14:14:59
 
4
 
 
5
 
 
6
from object_library import all_lorentz, Lorentz
 
7
 
 
8
from function_library import complexconjugate, re, im, csc, sec, acsc, asec, cot
 
9
 
 
10
 
 
11
FFS1 = Lorentz(name = 'FFS1',
 
12
               spins = [ 2, 2, 1 ],
 
13
               structure = 'P(-1,3)*Gamma(-1,2,-2)*ProjM(-2,1)')
 
14