SecDec/general/perlsrc/preparenumerics.pl [ Perl Scripts ]

[ Top ] [ Perl Scripts ]

NAME

    preparenumerics.pl

USAGE

  is called from polenumerics.pl

USES

  $paramfile, header.pm, writefiles.pm, getinfo.pm, dirform.pm
  $polestructure determined by polenumerics.pl,

  USED BY 

PURPOSE

  writes the fortran files sf*.f, intfile*.f, and the files 
  makefile*, subfile.pl, for each given
  polestructure, order, number of variables 
  in the corresponding subdirectory of $currentdir.
  also writes $jobfile to submit the jobs to a queue in batch mode

INPUTS

  $paramfile (default is param.input) read via module header
  parameters parsed via ARGV:
  jj: eps^jj
  numvar: number of integration variables, or "noparts" if IBP not used
  maxpole: maximal pole for this structure
  polestruct: [i]l[j]h[h] -  i logarithmic poles, j linear poles, h higher poles
    
  RESULT
  new functions in $currentdir and subdirectories corresponding to polestructure

SEE ALSO

  polenumerics.pl, subexp.pl writefiles.pm, getinfo.pm