smefit.rge package
Submodules
smefit.rge.rge module
- class smefit.rge.rge.RGE(wc_names, init_scale, accuracy='integrate', adm_QCD=False, yukawa='top')[source]
Bases:
object
Class to compute the RGE matrix for the SMEFT Wilson coefficients. The RGE matrix is computed at the initial scale init_scale and evolved to the scale of interest.
- Parameters:
wc_names (list) – list of Wilson coefficient names to be included in the RGE matrix
init_scale (float) – initial scale of the Wilson coefficients
accuracy (str) – accuracy of the RGE integration. Options: “leadinglog” or “integrate”. Default is ‘integrate’. Inherited behaviour from wilson package.
adm_QCD (bool) – if True, only the QCD anomalous dimension is used. Default is False.
yukawa (str) – Yukawa parameterization to be used. Options: “top”, “none” or “full”. Default is “top”.
- property RGEbasis
Returns the RGE basis translated from smefit to Warsaw.
- RGEevolve(wcs, scale)[source]
Evolve the Wilson coefficients from the initial scale to the scale of interest.
- RGEmatrix(scale)[source]
Compute the RGE solution at the scale scale and return it as a pandas DataFrame.
- RGEmatrix_dict(scale)[source]
Compute the RGE solution at the scale scale and return it as a dictionary.
- property all_ops
- smefit.rge.rge.load_rge_matrix(rge_dict, coeff_list, datasets=None, theory_path=None, cutoff_scale=None, result_path=None, result_ID=None)[source]
Load the RGE matrix for the SMEFT Wilson coefficients.
- Parameters:
- Returns:
rgemat – RGE matrix
- Return type:
- smefit.rge.rge.load_scales(datasets, theory_path, default_scale=1000.0, cutoff_scale=None, scale_variation=1.0)[source]
Load the energy scales for the datasets.
- smefit.rge.rge.save_rg(path, rgemat)[source]
Save the RGE matrix to the result folder.
- Parameters:
path (pathlib.Path) – path to the result folder
rgemat (list) – List of RGE matrices for each datapoint