Skip to content

A Mathematica library to compute the running of the Wilson coefficients for the Weak Hamiltonian

License

Notifications You must be signed in to change notification settings

mbruno46/WiCHam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WiCHam

A Mathematica library to compute the running of the Wilson coefficients for the Weak Hamiltonian

Citation

This library implements the results derived in Weak decays beyond leading logarithms.

If you use this library in your publication cite this article.

Authors

Mattia Bruno, Copyright (c) 2016-2024

Setup

  • Download the git repository and place the directory WiCHam in your home

  • Add the following line to your Mathematica notebook file

Get["/path/to/WiCHam/WiCHam.m"]

Example

To compute the Wilson Coefficients at some scale mu to LO type in your notebook

a1 = value_of_alpha_strong_at_weak_scale;
loop_alpha = 1;
z = ComputeZ[mu,a1,loop_alpha];
ReduceOrder[z,"LO"]

y = ComputeY[z,mu,a1,loop_alpha];
ReduceOrder[y,"LO"]

The notebook file work.nb is ready for a calculation, just use it!

Tests

Several results presented in the main Reference above are correctly reproduced and checked. In particular LO and NLO evaluations of the Wilson Coefficients in Tables X, XVIII and XX.

About

A Mathematica library to compute the running of the Wilson coefficients for the Weak Hamiltonian

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published