gudrunhe / secdec

a program to evaluate dimensionally regulated parameter integrals numerically
GNU General Public License v3.0
25 stars 5 forks source link

IBP flag #2

Closed bahmandehnadi closed 6 years ago

bahmandehnadi commented 6 years ago

Hey, I have a multidimensional integral and I wish to turn off the integration by part routine for specific integration variables. It seems that the only possible option is to use "ibp_power_goal = -np.inf". However this is a global flag for all integration variables. The question is: would it be possible to turn off the IBP only for a subset of integration variables?

jPhy commented 6 years ago

This enhancement should only require minor changes to the code. I will have a look.