~maddevelopers/mg5amcnlo/2.5.3

« back to all changes in this revision

Viewing changes to tests/input_files/IOTestsComparison/long_ML_SMQCD_default/dux_mumvmxg/%..%..%Source%MODEL%formats.inc

  • Committer: olivier-mattelaer
  • Date: 2017-03-08 12:31:17 UTC
  • Revision ID: olivier-mattelaer-20170308123117-h0zkqjyh9sihsc61
empty version to have an effective freeze of the code

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
c************************************************************************
2
 
c**                                                                    **
3
 
c**           MadGraph/MadEvent Interface to FeynRules                 **
4
 
c**                                                                    **
5
 
c**          C. Duhr (Louvain U.) - M. Herquet (NIKHEF)                **
6
 
c**                                                                    **
7
 
c************************************************************************
8
 
 
9
 
c Formats for printout output
10
 
 
11
 
c Simple real
12
 
 1    format(1x,a15,e13.5)
13
 
c Simple Complex
14
 
 2    format(1x,a15,e13.5,1x,e13.5)
15
 
c Real with mass dimension
16
 
 3    format(1x,a15,f11.5,' GeV')
17
 
c Chiral couplings
18
 
 4    format(1x,a15,e13.5,1x,e13.5,a15,e13.5,1x,e13.5)
19
 
 
20
 
 
21
 
c Formats for helas_coupling output
22
 
 
23
 
c Real
24
 
 11   format(a10,e13.5)
25
 
c Complex
26
 
 12   format(a10,e13.5,1x,e13.5 )
27
 
c Chiral
28
 
 13   format(a10,e13.5,1x,e13.5,1x,e13.5,1x,e13.5 )
29
 
 
30