SecDec/loop/decomposeloop.pl [ Perl Scripts ]

[ Top ] [ Perl Scripts ]

NAME

  decomposeloop.pl

USAGE

  ./decomposeloop.pl or ./launch

USES

  $paramfile, header.pm, mathlaunch.pl

  USED BY 
  launch 

PURPOSE

  doing the iterated sector decomposition in Mathematica
  uses a different decomposition strategy if infinite recursion occurs
  the primary sectors for which a different strategy should be used 
  must be given at the end of the $paramfile

INPUTS

  $paramfile (default is paramloop.input), read via module header
  $templatefile (default is templateloop.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 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"