Published July 19, 2019
| Version v1.5.1
Software
Open
flav-io/flavio: v1.5.1
Authors/Creators
- 1. TUM
- 2. GPP, Université de Montréal
- 3. LPC Clermont
Description
This minor release fixes a few issues and updates parameters, but also brings two minor new features.
New features- All classes wiith named instances, i.e.
Measurement,Parameter,Observable,Implementation,AuxiliaryQuantityand a few others have a newfindmethod which takes a regular expression as input and returns all matching instance names. This has powerful applications, e.g. finding all observables in tau decays:
or all observables that are total branching ratios in decays with a tau in the final state:flavio.Observable.find('tau->')
Combining this withflavio.Observable.find('^BR.*->.*tau')get_measurementsintroduced in 1.5.0, this allows finding observables and their measurements without browsing the source files. - The
Parameterclass now pretty prints in a Jupyter notebook. Tryflavio.Parameter['m_b'].
- The shift due to dimension-6 contributions to the Fermi constant in electroweak precision observables contained ann erroneous factor of 2 for one Wilson coefficient (68ec2c41e7898c8732a044ebbe5283198221e09e)
- The NP contributions to the W mass were off by a factor of 2
- D0 measurement of
W->taunuadded - Updated
B->D*lnubranching ratios to HFLAV 2019
- Used more precise value for f<sub>K</sub>/f<sub>π</sub> (fed6180a7271522199dc71b7e7a0e57dfb5dd0a2)
Files
flav-io/flavio-v1.5.1.zip
Files
(937.9 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:e0dc3c5eb1527120f0ec13f18cfbb0c0
|
937.9 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/flav-io/flavio/tree/v1.5.1 (URL)