We're currently trying to reproduce a result from literature for the mu to e conversion using FlavorKit. Unfortunately, without success. Therefore we started looking inside the code to pin point the difference. Would be great if you could clarify some points about the internals of Flavorkit for me. One thing that surprises me is the difference in the definition of the PhotonQQp and PhotonLLp form factors in your paper arXiv:1405.1434. If you compare Listings 1 and 5, the left and right projectors are swapped while the operators seem conceptually identical. The second thing, which I don't know if it's related to the previous one, is that if I do diff on the Gamma2l.m between the oldest version of SARAH available for download (i.e. 4.5.8) and the nevest one then I see that at some point the order of fermions changed from
Code: Select all
NamesParticles = {bar[ChargedLepton], ChargedLepton, Photon};Code: Select all
NamesParticles = {ChargedLepton, bar[ChargedLepton], Photon};cheers,
Wojciech