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 62 forks source link

Speed up QCDF #1

Closed DavidMStraub closed 8 years ago

DavidMStraub commented 8 years ago

At present, QCDF hard-scattering corrections require the evaluation of integrals over LCDAs, which in the case of q^2-binned observables even leads to double integrals. This is too slow for many applications. There should be an additional Implementation with interpolations. If possible, must of the dependencies (e.g. on Wilson coefficients, Gegenbauers) should be kept.

DavidMStraub commented 8 years ago

Done