SecDec/general/multinumerics.pl [ Perl Scripts ]

[ Top ] [ Perl Scripts ]

NAME

  multinumerics.pl

USAGE

  ./multinumerics.pl 

PURPOSE

  Automates the calculation of multiple numeric points for a given integrand

INPUTS

  multiparameter file (default is multiparam.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 multiparam 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
   arguement "1"
  to remove all derived paramfiles, run with the arguement "2", eg
   ./multinumerics -d demos/ -p multi.input 2