From a4bb7946218e2f569470ff080e7ec28805d661c7 Mon Sep 17 00:00:00 2001 From: Danny van Dyk Date: Fri, 27 Apr 2018 10:49:37 +0200 Subject: [PATCH] Support b->c{e,mu}nu{e,mu} WCs in the EOS basis (#5) * Support b->c{e,mu}nu{e,mu} WCs in the EOS basis * Update setup.py Bump wcxf dependency to 1.4.2 --- setup.py | 2 +- wilson/translate/wet.py | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8fdcfe3..e3d2065 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ ], }, install_requires=['scipy>=1.0', 'numpy', 'pylha>=0.2', 'pyyaml', - 'ckmutil>=0.3', 'wcxf>=1.3', 'rundec>=0.5'], + 'ckmutil>=0.3', 'wcxf>=1.4.2', 'rundec>=0.5'], extras_require={ 'testing': ['nose', 'smeftrunner'], }, diff --git a/wilson/translate/wet.py b/wilson/translate/wet.py index b1c378e..2fab0f7 100644 --- a/wilson/translate/wet.py +++ b/wilson/translate/wet.py @@ -1543,6 +1543,9 @@ def JMS_to_EOS(Cflat, scale, parameters=None): d.update(_BernII_to_EOS_II(_JMS_to_Bern_II(C, 'ub'+'l_'+l+'nu_'+l), 'ub'+'l_'+l+'nu_'+l, p)) + d.update(_BernII_to_EOS_II(_JMS_to_Bern_II(C, 'cb'+'l_'+l+'nu_'+l), + 'cb'+'l_'+l+'nu_'+l, + p)) # Class V Fsbuu = _JMS_to_Fierz_III_IV_V(C, 'sbuu')