Skip to content

Commit

Permalink
Support b->c{e,mu}nu{e,mu} WCs in the EOS basis (#5)
Browse files Browse the repository at this point in the history
* Support b->c{e,mu}nu{e,mu} WCs in the EOS basis

* Update setup.py

Bump wcxf dependency to 1.4.2
  • Loading branch information
dvandyk authored and DavidMStraub committed Apr 27, 2018
1 parent 4931efa commit a4bb794
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
},
Expand Down
3 changes: 3 additions & 0 deletions wilson/translate/wet.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit a4bb794

Please sign in to comment.