mu to e conversion calculation in FlavorKit

Questions about the interface between SARAH and SPheno as well as the FlavorKit functionality
Post Reply
WojciechKotlarski
Posts: 16
Joined: 15. Mar 2017, 11:47

mu to e conversion calculation in FlavorKit

Post by WojciechKotlarski » 11. May 2018, 07:20

Hi Florian,

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};
to

Code: Select all

NamesParticles =  {ChargedLepton, bar[ChargedLepton], Photon};
Is this maybe related to a similar change reported not long ago for the PhotonQQp operator?

cheers,
Wojciech

FStaub
Site Admin
Posts: 822
Joined: 13. Apr 2016, 14:05

Re: mu to e conversion calculation in FlavorKit

Post by FStaub » 11. May 2018, 13:19

Hi,

I have uploaded this morning v4.13.0 where I went back to the old Version of GluonQQp and PhotonLLp.

Cheers,
Florian

WojciechKotlarski
Posts: 16
Joined: 15. Mar 2017, 11:47

Re: mu to e conversion calculation in FlavorKit

Post by WojciechKotlarski » 11. May 2018, 13:38

Hi,

There doesn't seem to be any difference between v4.12.3 and 4.13.0 in that respect. Both files say

Code: Select all

(* Created at 10:12 on 5.10.2016 *) 
cheers,
Wojciech

FStaub
Site Admin
Posts: 822
Joined: 13. Apr 2016, 14:05

Re: mu to e conversion calculation in FlavorKit

Post by FStaub » 11. May 2018, 13:51

Hi,

could you please try again. Seems that this was a svn problem.

Cheers,
Florian

Post Reply