NoU1Mixing Bug
Posted: 30. Apr 2016, 08:15
There appears to be a bug in the (undocumented) NoU1Mixing model variable for non-SUSY models (at least, as far as I can tell).
The bug can be reproduced by taking the SM model file, adding
to SM.m and generating the RGEs. Adding this parameter should have no effect since there is only a single U(1), but the running of the hypercharge coupling is actually constant.

This was generated with:
I tried this also with the MSSM model, but that seems to work fine both with and without U1 mixing enabled.
The bug can be reproduced by taking the SM model file, adding
Code: Select all
NoU1Mixing=True;
Code: Select all
<< SARAH`;
Start["SM"];
CalcRGEs[];
Module[{init, keys, rgeSols, plt},
init = {g1 -> 0.45, g2 -> 0.63, g3 -> 1.04};
keys = Keys[init];
rgeSols = RunRGEs[init, 3, 20];
plt = Plot[Evaluate[#[t] & /@ keys /. rgeSols], {t, 3, 20},
PlotLegends -> keys];
Export["RGE.png", plt, ImageSize -> 2000];
plt
]

This was generated with:
Code: Select all
Mathematica: 10.4.0 for Linux x86 (64-bit) (February 26, 2016)
SARAH: 4.8.5