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

tau->Pl implementation #70

Closed jackypheno closed 5 years ago

jackypheno commented 6 years ago

Adding branching fractions of the following decays:

tau-> pie tau->pimu tau->Ke tau->Kmu

jackypheno commented 6 years ago

@DavidMStraub OK, this is the new pull request which replaces the previous one for the same purpose. Now, I have added the full calculation of tau->Pl including scalar and vector contributions. Also a unittest is added. Once the cross checks are done you can merge it.

jackypheno commented 6 years ago

Oh, I see all the checks being failed. Perhpas its due to the fact that I have not yet added from . import taupl to the file flavio/physics/taudecays/__init__.py ?

DavidMStraub commented 6 years ago

Thanks for the PR! Yes, for SM prediction to work you need to add it to the init.

coveralls commented 6 years ago

Coverage Status

Coverage increased (+0.1%) to 93.871% when pulling 2fe4e8af49b7449bd12bd352c39326e9bbcd9cc6 on jackypheno:master into c89ed48bd92afff2cd74f2adbe3d093b7246b91f on flav-io:master.

DavidMStraub commented 6 years ago

Thanks! The remaining error can be ignored (there are problems with Python 3.7, my fault).

jackypheno commented 5 years ago

@DavidMStraub I think you can merge it now.

DavidMStraub commented 5 years ago

Thanks! :tada: