Page 1 of 1

Symbol '****' at (1) has no IMPLICIT type, Scotogenic

Posted: 18. Feb 2018, 11:28
by sara
hello,
Thank you Mr. Florian for your help. I am trying to run make Model=Scotogenic in SPheno an I am getting this errors can you please tell me what should I do??

Code: Select all

gfortran -c -g -ffree-line-length-none -J../include -I../include   OneLoopDecays_Scotogenic.f90 
OneLoopDecays_Scotogenic.f90:3864.27:

VEVSM1=vSM/Sqrt(1 + TanBeta**2) 
                           1
Error: Symbol 'tanbeta' at (1) has no IMPLICIT type
OneLoopDecays_Scotogenic.f90:3864.6:

VEVSM1=vSM/Sqrt(1 + TanBeta**2) 
      1
Error: Symbol 'vevsm1' at (1) has no IMPLICIT type
OneLoopDecays_Scotogenic.f90:3865.6:

VEVSM2=TanBeta*VEVSM1 
      1
Error: Symbol 'vevsm2' at (1) has no IMPLICIT type
make[2]: *** [../lib/libSPhenoScotogenic.a(OneLoopDecays_Scotogenic.o)] Error 1
make[2]: Leaving directory `/home/sellam/.Mathematica/Applications/SPheno-3.3.0/Scotogenic'
make[1]: *** [bin/SPhenoScotogenic] Error 2
make[1]: Leaving directory `/home/sellam/.Mathematica/Applications/SPheno-3.3.0/Scotogenic'
make: *** [bin/SPheno] Error 2

Re: Symbol '****' at (1) has no IMPLICIT type, Scotogenic

Posted: 18. Feb 2018, 11:43
by Avelino
Hi,

I'm not Florian but hopefully I can help. What implementation of the Scotogenic model have you tried? Perhaps you can try with the one attached with this message to see if the problem persists.

Cheers,
Avelino

Re: Symbol '****' at (1) has no IMPLICIT type, Scotogenic

Posted: 18. Feb 2018, 12:28
by sara
thank you for your answer sir. now when i try to generate the spectrum with ./SPhenoScotogenic LesHouches.in.Scotogenic i get

Code: Select all

sellam@sellam-Aspire-E5-571:~/.Mathematica/Applications/SPheno-3.3.0/bin$ ./SPhenoScotogenic LesHouches.in.Scotogenic
 Calculating mass spectrum
              1 .-iteration
 NaN appearing in CouplingcHpVPVWp                        
STOP Subroutine TerminateProgram
sellam@sellam-Aspire-E5-571:~/.Mathematica/Applications/SPheno-3.3.0/bin$ 
what should i do. thank you in advance :)

Re: Symbol '****' at (1) has no IMPLICIT type, Scotogenic

Posted: 18. Feb 2018, 12:31
by Avelino
I see that you are using an old version of SPheno. I suggest you to update your version to the latest one (4.0.3), and do exactly the same with SARAH.

Re: Symbol '****' at (1) has no IMPLICIT type, Scotogenic

Posted: 18. Feb 2018, 12:53
by sara
I get the same think with the latest version any advice

Code: Select all

sellam@sellam-Aspire-E5-571:~/.Mathematica/Applications/SPheno-4.0.3/bin$ ./SPhenoScotogenic LesHouches.in.Scotogenic
 Calculating mass spectrum
              1 .-iteration
 NaN appearing in CouplingcHpVPVWp                        
STOP Subroutine TerminateProgram
sellam@sellam-Aspire-E5-571:~/.Mathematica/Applications/SPheno-4.0.3/bin$ 

Re: Symbol '****' at (1) has no IMPLICIT type, Scotogenic

Posted: 18. Feb 2018, 13:42
by Avelino
And you have also produced the SPheno code with the latest SARAH version?