PSDIntegrate
PSDIntegrate[]
is an auxiliary function that creates
input for pySecDec’s numerical integration routines. The output is
returned in form of a string.
PSDIntegrate
is used by
PSDCreatePythonScripts
when assembling the integration
script.
See also
Overview, PSDCreatePythonScripts, PSDLoopIntegralFromPropagators,
PSDLoopPackage, PSDLoopRegions.
Examples
PSDIntegrate[PSDRealParameterValues -> {11., 42.}]
{.use_Qmc(\n),(real_parameters = num_params_real,\ncomplex_parameters = num_params_complex\n),[11., 42.],[]}
PSDIntegrate[PSDRealParameterValues -> {2., 4.}, PSDIntegrator -> "Vegas", PSDMinEval -> 10^5]
{.use_Vegas(\nminxeval = 100000),(minxeval = 100000,\nreal_parameters = num_params_real,\ncomplex_parameters = num_params_complex\n),[2., 4.],[]}