~alifson/chiralityflow/trunk

« back to all changes in this revision

Viewing changes to HELAS/dimension.inc

  • Committer: andrew.lifson at lu
  • Date: 2021-09-01 15:34:39 UTC
  • Revision ID: andrew.lifson@thep.lu.se-20210901153439-7fasjhav4cp4m88r
testing a new repository of a madgraph folder

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
c
 
2
c- by RF - Feb. 2006
 
3
c====================================================================
 
4
c
 
5
c  Set the dimension of the wavefunctions.
 
6
c
 
7
c====================================================================
 
8
c
 
9
 
 
10
      integer DIM
 
11
 
 
12
c Set the dimension of the wavefunctions to an arbitrary length
 
13
 
 
14
      parameter ( DIM=18 )
 
15
 
 
16
c
 
17
c      integer DIM_T, DIM_V, DIM_F
 
18
c
 
19
c dimension vector particle:
 
20
c      parameter ( DIM_V=6 )
 
21
c
 
22
c dimension scalar particle:
 
23
c      parameter ( DIM_S=3 )
 
24
c
 
25
c dimension fermionic particle:
 
26
c      parameter ( DIM_F=6 )
 
27
c
 
28
c demension tensor particle:
 
29
c      parameter ( DIM_T=18 )
 
30
c
 
31