Problem with inert scalar doublet, "0" taken as a name

Questions about the interface between SARAH and SPheno as well as the FlavorKit functionality
Post Reply
SDrau
Posts: 14
Joined: 21. Feb 2018, 14:54

Problem with inert scalar doublet, "0" taken as a name

Post by SDrau » 21. Feb 2018, 20:25

Hello,

we are interested in a model with an inert Higgs doublet. I get this error:

Code: Select all

gfortran -c -g -ffree-line-length-none -J../include -I../include   LoopMasses_FlexSpheno.f90 
LoopMasses_FlexSpheno.f90:364:30:

 Subroutine OneLoopTadpoleshh(0,v,MFd,MFd2,MFe,MFe2,MFu,MFu2,MFv,MFv2,Mhh,             & 
                              1
Error: Invalid character in name at (1)
when I try to make SPheno for our model.
I see that this "0" comes from the explicit zero in DEFINITIONS[EWSB][VEVs], in SARAH model file. I also saw that the Inert THDM model has the same property and yet I was able to run SPheno without any problems for the Inert THDM.
I would like to have this explicit zero since I am already using that with FlexibleSUSY.

Please find the attached model files.

Any hints would be very valuable!

Best regards,

S.Draukšas
Attachments
FlexSpheno.zip
SARAH model file, parameters.m, particles.m, SPheno.m
(4 KiB) Downloaded 208 times

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

Re: Problem with inert scalar doublet, "0" taken as a name

Post by FStaub » 22. Feb 2018, 10:18

Hi,

the problem is that you mix the H1 and H2 fields. If that mixing would be there, it would induce a non-zero VEV. So, you have two options: either remove the mixing among the fields (phi1,sigma1) and (phi2,sigma2) or add the VEV.

Cheers,
Florian

Avelino
Posts: 46
Joined: 13. Apr 2016, 14:57
Contact:

Re: Problem with inert scalar doublet, "0" taken as a name

Post by Avelino » 22. Feb 2018, 10:26

Hi, I would suggest to have a look at the implementation of the Scotogenic model given in arXiv:1507.06349.

SDrau
Posts: 14
Joined: 21. Feb 2018, 14:54

Re: Problem with inert scalar doublet, "0" taken as a name

Post by SDrau » 22. Feb 2018, 11:02

Hi,

thank you for the quick responses!
I'll try to use the suggestions.

Regards,

S.Draukšas

Post Reply