flav-io / flavio

A Python package for flavour physics phenomenology in the Standard model and beyond
http://flav-io.github.io/
MIT License
71 stars 61 forks source link

use quad by default for numerical integrations #205

Closed peterstangl closed 1 year ago

peterstangl commented 1 year ago

quadrature fails to provide accurate results in certain cases, where quad proves to be much more stable. While quad might be a bit slower, the difference is usually not huge.