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

fix implementation of mu-e conversion #132

Closed peterstangl closed 3 years ago

peterstangl commented 3 years ago

This PR corrects several errors in the implementation of mu-e conversion, in particular

In addition, while fixing the above issues, I found also others:

All of the above issues should be fixed by this PR. @xmarcano and @Broko55, could you maybe take a look and confirm that my modifications are indeed correct? I used the expressions from https://arxiv.org/pdf/hep-ph/0203110.pdf and for the flavio Wilson coefficients I used https://wcxf.github.io/assets/pdf/WET.flavio.pdf.

coveralls commented 3 years ago

Coverage Status

Coverage increased (+0.002%) to 93.872% when pulling ca07bd5ec2d26ec775186138e066bccae1ed5ba0 on peterstangl:mue_conversion into d4f372bb43a69b944b1d8fa1b34870beab89a551 on flav-io:master.

peterstangl commented 3 years ago

Thank you @xmarcano and @Broko55 for approving the changes!