scenarios¶
This module contains all the NP hypothesis that we have considered and some auxiliar functions to implement them.
-
SMEFT19.scenarios.
idemp
(a, b)[source]¶ Creates an idempotent hermitic 3x3 matrix using to parameters.
- Arguments
a, b: Parameter of the matrix.
- Returns
A np.matrix.
-
SMEFT19.scenarios.
massrotation
(x)[source]¶ NP affects only the third generation in the interaction basis and then is rotated to the mass basis. Couplings to the first generation not negligible. C1 and C3 can be different.
- Arguments
x: Coordinates in the parameter space of the fit. x = [C1, C3, alpha_l, beta_l, alpha_q, beta_q].
- Returns
A dictionary containing the SMEFT Wilson Coefficients of the fit.
-
SMEFT19.scenarios.
matrixwc
(num, C, ll, lq)[source]¶ Returns the Wilson coefficients for Clq1 or Clq3 given the parameters of the idemp matrix.
-
SMEFT19.scenarios.
rot2lqU1
(x, M=1.5)[source]¶ Coupling of the U(1) leptoquarks obtained from the Wilson Coefficients.
- Arguments
x: Coordinates in the parameter space of the fit. It assumes scenario BI if len(x)==3 or scenario BII if len(x)==5.
[M: Mass of the leptoquark, in TeV. Default=1.5.]
- Returns
A np.matrix containing the couplings.
-
SMEFT19.scenarios.
rotBI
(x)[source]¶ Scenario BI: NP affects only the third generation in the interaction basis and then is rotated to the mass basis. Couplings to the first generation negligible.
- Arguments
x: Coordinates in the parameter space of the fit. x = [C, beta_l, beta_q].
- Returns
A dictionary containing the SMEFT Wilson Coefficients of the fit.
-
SMEFT19.scenarios.
rotBII
(x)[source]¶ Scenario BII: NP affects only the third generation in the interaction basis and then is rotated to the mass basis. Couplings to the first generation not negligible.
- Arguments
x: Coordinates in the parameter space of the fit. x = [C, alpha_l, beta_l, alpha_q, beta_q].
- Returns
A dictionary containing the SMEFT Wilson Coefficients of the fit.
-
SMEFT19.scenarios.
scI
(x)[source]¶ Scenario I: NP only affects to electrons.
- Arguments
x: Coordinates in the parameter space of the fit.
- Returns
A dictionary containing the SMEFT Wilson Coefficients of the fit.
-
SMEFT19.scenarios.
scII
(x)[source]¶ Scenario II: NP only affects to muons.
- Arguments
x: Coordinates in the parameter space of the fit.
- Returns
A dictionary containing the SMEFT Wilson Coefficients of the fit.
-
SMEFT19.scenarios.
scIII
(x)[source]¶ Scenario III: NP only affects to taus.
- Arguments
x: Coordinates in the parameter space of the fit.
- Returns
A dictionary containing the SMEFT Wilson Coefficients of the fit.
-
SMEFT19.scenarios.
scIV
(x)[source]¶ Scenario IV: NP only affects to electrons and muons.
- Arguments
x: Coordinates in the parameter space of the fit.
- Returns
A dictionary containing the SMEFT Wilson Coefficients of the fit.
-
SMEFT19.scenarios.
scIX
(x)[source]¶ Scenario IX: NP affects to electrons and taus equally, and to muons by an opposite ammount.
- Arguments
x: Coordinates in the parameter space of the fit.
- Returns
A dictionary containing the SMEFT Wilson Coefficients of the fit.
-
SMEFT19.scenarios.
scV
(x)[source]¶ Scenario V: NP only affects to electrons and taus.
- Arguments
x: Coordinates in the parameter space of the fit.
- Returns
A dictionary containing the SMEFT Wilson Coefficients of the fit.
-
SMEFT19.scenarios.
scVI
(x)[source]¶ Scenario VI: NP only affects to muons and taus.
- Arguments
x: Coordinates in the parameter space of the fit.
- Returns
A dictionary containing the SMEFT Wilson Coefficients of the fit.
-
SMEFT19.scenarios.
scVII
(x)[source]¶ Scenario VII: NP affects to electrons, muons and taus.
- Arguments
x: Coordinates in the parameter space of the fit.
- Returns
A dictionary containing the SMEFT Wilson Coefficients of the fit.
-
SMEFT19.scenarios.
scVIII
(x)[source]¶ Scenario VIII: NP affects to electrons, muons and taus equally.
- Arguments
x: Coordinates in the parameter space of the fit.
- Returns
A dictionary containing the SMEFT Wilson Coefficients of the fit.