Skip to content

Commit

Permalink
Update flha.py
Browse files Browse the repository at this point in the history
I added the Wilson coefficients related to neutral meson mixings, but could not find the proper normalization factor..
  • Loading branch information
wzeren committed Jul 28, 2017
1 parent 5fc6496 commit 6668da8
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions flavio/io/flha.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,30 @@ def _prefactors_bsll(par, scale):
'CR_bsnumunumu': pre_nu,
'CL_bsnutaunutau': pre_nu,
'CR_bsnutaunutau': pre_nu,
'CSLL_sdsd': 1,
'CSRR_sdsd': 1,
'CSLR_sdsd':1,
'CVLL_sdsd':1,
'CVRR_sdsd':1,
'CVLR_sdsd':1,
'CTLL_sdsd':1,
'CTRR_sdsd':1,
'CSLL_bdbd': 1,
'CSRR_bdbd':1,
'CSLR_bdbd':1 ,
'CVLL_bdbd': 1,
'CVRR_bdbd':1,
'CVLR_bdbd':1,
'CTLL_bdbd':1,
'CTRR_bdbd':1,
'CSLL_bsbs':1,
'CSRR_bsbs':1,
'CSLR_bsbs':1,
'CVLL_bsbs':1,
'CVRR_bsbs':1,
'CVLR_bsbs':1,
'CTLL_bsbs':1,
'CTRR_bsbs':1,
}


Expand All @@ -63,6 +87,30 @@ def _prefactors_bsll(par, scale):
(3051414, 4241): 'CR_bsnumunumu',
(3051616, 4141): 'CL_bsnutaunutau',
(3051616, 4241): 'CR_bsnutaunutau',
(1030103, 3131): 'CSLL_sdsd',
(1030103, 3232): 'CSRR_sdsd',
(1030103, 3132): 'CSLR_sdsd',
(1030103, 4141): 'CVLL_sdsd',
(1030103, 4242): 'CVRR_sdsd',
(1030103, 4142): 'CVLR_sdsd',
(1030103, 4343): 'CTLL_sdsd',
(1030103, 4444): 'CTRR_sdsd',
(1050105, 3131): 'CSLL_bdbd',
(1050105, 3232): 'CSRR_bdbd',
(1050105, 3132): 'CSLR_bdbd',
(1050105, 4141): 'CVLL_bdbd',
(1050105, 4242): 'CVRR_bdbd',
(1050105, 4142): 'CVLR_bdbd',
(1050105, 4343): 'CTLL_bdbd',
(1050105, 4444): 'CTRR_bdbd',
(3050305, 3131): 'CSLL_bsbs',
(3050305, 3232): 'CSRR_bsbs',
(3050305, 3132): 'CSLR_bsbs',
(3050305, 4141): 'CVLL_bsbs',
(3050305, 4242): 'CVRR_bsbs',
(3050305, 4142): 'CVLR_bsbs',
(3050305, 4343): 'CTLL_bsbs',
(3050305, 4444): 'CTRR_bsbs',
}

def read_wilson(filename):
Expand Down

0 comments on commit 6668da8

Please sign in to comment.