You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When setting the transition magnetic moment parameters, e.g. mu_tr_mu4, DarkNews was artificially interpreting the coupling as ''d'' instead of ''mu_tr'' (as the name suggests). The relation between these parameters is d = mu/2, so couplings were artificially twice as large as they should have been (and rates four times as large). This bug fix makes the rates consistent with the calculations in this paper.
Other fixes
fix bugs in setting the logging level
fix missing factor of 3 in three_charge in pdg.new_particle()
update pyhepmc.io import according to the latest pyhepmc version.
Improvements
delete ToyAnalysis. This will be replaced by the fastbnb package