SecDec/general/decompose.pl [ Perl Scripts ]

[ Top ] [ Perl Scripts ]

NAME

  decompose.pl

USAGE

  ./launch  or
  ./decompose.pl 

USES

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

  USED BY 
  launch 

PURPOSE

  doing the iterated sector decomposition in Mathematica

INPUTS

  $paramfile (default is param.input), read via module header
  $templatefile (default is Template.m)
    
  RESULT    
  -adds decomposition part to the file $currentdir/$graph.m 
  -launches the decomposition and writes the results to 
   $currentdir in the form of lists containing the 
   parametric functions for each pole structure
  
  OPTIONS
  to use a param.input 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"