Skip to content

Commit

Permalink
Fix code typo
Browse files Browse the repository at this point in the history
Somehow this find+replace got mucked up
  • Loading branch information
MJKirk committed Feb 9, 2021
1 parent 4a6ad9d commit 3bbd204
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flavio/physics/kdecays/kpipi.py
Expand Up @@ -150,7 +150,7 @@ def epsprime_SM(par):
ReA0 = par['ReA0(K->pipi)']
ReA2 = par['ReA2(K->pipi)']
# eq. (19) of arXiv:1507.06345
flavio.default_citationsitations.register("Buras:2015yba")
flavio.default_citations.register("Buras:2015yba")
return (-par['omega+'] / (sqrt(2) * par['eps_K'])
* (ImA0 / ReA0 * (1 - par['Omegahat_eff'])
- 1 / a * ImA2 / ReA2).real)
Expand All @@ -166,7 +166,7 @@ def epsprime_NP(wc_obj, par):
ReA2 = par['ReA2(K->pipi)']
a = par['epsp a'] # eq. (16)
# dividing by a to remove the isospin brk corr in omega+, cf. (16) in 1507.06345
flavio.default_citationsitations.register("Buras:2015yba")
flavio.default_citations.register("Buras:2015yba")
return (-par['omega+'] / a / (sqrt(2) * par['eps_K'])
* (ImA0 / ReA0 - ImA2 / ReA2).real)

Expand Down

0 comments on commit 3bbd204

Please sign in to comment.