Many thanks, let's hope that I find no problems when doing the tests. :-O
Search found 7 matches
- 12. Nov 2017, 15:10
- Forum: SPheno, FlavorKit
- Topic: Massless particles in loop
- Replies: 8
- Views: 5130
Re: Massless particles in loop
Excellent! I had defined them as "Dirac Neutrinos", but once changing them to "Neutrinos", and fixing some issues with the ElectronYukawa variable appearing every here and there, the code compiled.

Many thanks, let's hope that I find no problems when doing the tests. :-O
Many thanks, let's hope that I find no problems when doing the tests. :-O
- 11. Nov 2017, 03:27
- Forum: SPheno, FlavorKit
- Topic: Massless particles in loop
- Replies: 8
- Views: 5130
Re: Massless particles in loop
Ok, it didn't work. :-D Now SARAH does recognize that the nu_tau is massless. However, I now get MNeutrino and MNeutrino2 variables within LoopCouplings, FlavorKit_QFV and SPheno subroutines. These variables are generally undefined, except in FlavorKit_QFV, where they appear as: Complex(dp),Intent(i...
- 9. Nov 2017, 23:32
- Forum: SPheno, FlavorKit
- Topic: Massless particles in loop
- Replies: 8
- Views: 5130
Re: Massless particles in loop
Right, but the problem there is that the reconstructed mass matrix ends up being Majorana, and I need it to be Dirac.
What about not using the Flavour option, and separating the lmu states into two families from the start?
What about not using the Flavour option, and separating the lmu states into two families from the start?
- 9. Nov 2017, 16:00
- Forum: SPheno, FlavorKit
- Topic: Massless particles in loop
- Replies: 8
- Views: 5130
Re: Massless particles in loop
Sure! I did have to split generations to make only the nu_e interact. This is how I did it (I only show the parts involving leptons): FermionFields[[2]] = {le, 1, {veL0, eL0}, -1/2, 2, 1}; FermionFields[[6]] = {v1c, 1, vR1, 0, 1, 1}; FermionFields[[7]] = {v2, 1, conj[vR2], 0, 1, 1}; FermionFields[[8...
- 9. Nov 2017, 01:05
- Forum: SPheno, FlavorKit
- Topic: Massless particles in loop
- Replies: 8
- Views: 5130
Massless particles in loop
Hi Florian, I am building a model with two heavy neutrinos N_i (which do not decouple). Here, the SM neutrinos are massless, the heavy neutrinos are Dirac, but there do exist Yukawa couplings between the SM nus and the N_i (such that they mix). As I want the final state fermions to be Dirac after EW...
- 19. Dec 2016, 23:55
- Forum: SPheno, FlavorKit
- Topic: Conj in Seesaw1
- Replies: 1
- Views: 1647
Conj in Seesaw1
Hi Florian, I am working with a non-decoupled version of Seesaw1, and noticed that the mass matrices were not being correctly reproduced in SPheno. I later connected this with the definition of nuR, I had to define it with an additional conj: SuperFields[[8]] = {v, 3, conj[vR], 0, 1, 1, RpM}; Out of...
- 5. Aug 2016, 17:53
- Forum: SPheno, FlavorKit
- Topic: Potential Issue in RunSM_MSSM
- Replies: 1
- Views: 1947
Potential Issue in RunSM_MSSM
Hi all, I have spotted a potential problem in RunSM_MSSM. Let me first summarize what I understand the procedure does. The procedure runs SUSY and SM parameters from M_SUSY to Q_in. This can be controlled with flags 62 and 63. With flag 62 = 1, both SUSY and SM parameters run from M_SUSY to Q_in. Wi...