ComPWA / compwa.github.io

Source code for the ComPWA Organization website
https://compwa.github.io
Apache License 2.0
5 stars 4 forks source link

Use `scipy.integrate.quad_vec()` in symbolic integral lambdification #246

Closed redeboer closed 7 months ago

redeboer commented 7 months ago

TR-016 investigates how to implement the lambdification for a symbolic integral over vectorized, complex-valued input. It did not yet investigate the use of scipy.integrate.quad_vec(), which seems to work well with lambdas that take array intances from outside and can therefore be put inside generated lambdify code.

Also note the version of quadpy that is currently pinned in TR-016 is not available anymore (something with licences). It may therefore be worth entirely rewriting the report so that it only uses scipy.