CKM matrix and the order of fields in Yukawa interactions
Posted: 13. May 2018, 18:48
Hi Florian,
I'm continuing to experiment with SPheno versions with CKM matrix. What I observe is that whether or not of diagonal (tree-level) decays work is connected with the order of fields in the Yukawa interactions. Take for example the build in SM. The Yukawa terms there are This does only give top quark decays to bottom quark and a W. While if I modify it to then I'm getting all off-diagonal decays. Can you comment on that? If the order matters, shouldn't all models be written like that? Or is there some trick there?
cheers,
Wojciech
I'm continuing to experiment with SPheno versions with CKM matrix. What I observe is that whether or not of diagonal (tree-level) decays work is connected with the order of fields in the Yukawa interactions. Take for example the build in SM. The Yukawa terms there are
Code: Select all
LagHC = -(Yd conj[H].d.q + Ye conj[H].e.l + Yu u.q.H);
Code: Select all
LagHC = -(Yd conj[H].q.d + Ye conj[H].e.l + Yu H.q.u);
cheers,
Wojciech