SecDec/loop/makeFU.pl [ Perl Scripts ]

[ Top ] [ Perl Scripts ]

NAME

  makeFU.pl

USAGE

  ./makeFU.pl or ./launch

USES

  $paramfile, header.pm, mathlaunch.pl, dirform.pm

  USED BY 
  launch 

PURPOSE

  creation of subdirectory for the integral to be calculated
  construction of the functions F and U from the propagators 
  given in the templatefile

INPUTS

  $paramfile (default is paramloop.input), read via module header
  $templatefile (default is templateloop.m)
    
  RESULT    
  produces the files $currentdir/$graph.m: will be used later for decomposition 
  and $currentdir/FUN.m: contains the functions F and U (and numerator in tensor case)

  OPTIONS
  to use a parameter file with a different name
  use option "-p paramfile" 
  to use a template file with the a different name
  use option "-t templatefile"
  to specify a different directory to work in
  use option "-d workingdirectory"