SecDec/loop/multinumericsloop.pl [ Perl Scripts ]

[ Top ] [ Perl Scripts ]

NAME

  multinumericsloop.pl

USAGE

  ./multinumericsloop.pl 

PURPOSE

  Automates the calculation of multiple numeric points for a given integrand

INPUTS

  multiparameter file (default is multiparamloop.input)
    
  RESULT    
  -produces an input file for each specific point 
  -runs/submits to a batch system the numerical integration for each point 
  
  OPTIONS
  to use a multiparameter file with a different name
  use option "-p multiparamfile" 
  to specify a different directory to work in
  use option "-d workingdirectory" 
  to collect results files (only required when run on the batch system), run with
   argument "1"
  to remove all derived paramfiles, run with the argument "2", eg
   ./multinumericsloop.pl -d demos/ -p multi.input 2