Module flavio.physics.bdecays.common

Common functions needed for $B$ decays.

Functions

def beta_l(ml, q2)
Expand source code
def beta_l(ml, q2):
    if q2 == 0:
        return 0.
    return sqrt(1. - (4*ml**2)/q2)