I've implemented the Scotogenic model in SARAH. I've based my implementation on the SM one and I've added the new odd particles. There is then a new scalar boson and the old H is now H1 = {H1p , H10}. So H1p and Ah should be unphysical Glodstone bosons and should be absorbed by W and Z.
The MakeSPheno command works fine. However, I have an issue with the Goldstone bosons ; they seem to be considered as physical states in SPheno even with the command "Goldstone->H1p" (same for Ah) in particles.m.
They appear at the end of the SPheno output as "H1p_1" and "Ah_1" :
Code: Select all
DECAY 21 0.00000000E+00 # VG
DECAY 22 0.00000000E+00 # VP
DECAY 0 0.00000000E+00 # H1p_1
DECAY 0 0.00000000E+00 # Ah_1
Code: Select all
DECAY 1001 5.99416253E-03 # H0
# BR NDA ID1 ID2
# BR NDA ID1 ID2 ID3
5.55497876E-02 3 0 1016 11 # BR(H0 -> H1p Chi_3 Fe_1 )
5.55497876E-02 3 0 -1016 -11 # BR(H0 -> H1p^* Chi_3^* Fe_1^* )
I also provide my code in attachment and the SPheno output.
Could it be related to the new global Z2 symmetry, or to the declaration of the new scalar states (A0 and H0) in Definitions[EWSB][VEVs]? Or perhaps this is due to gauge fixing? Any ideas?
Many thanks,
Gaël A.