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

Questions about the interface between SARAH and SPheno as well as the FlavorKit functionality
Post Reply
sara
Posts: 5
Joined: 11. Feb 2018, 12:15

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

Post by sara » 18. Feb 2018, 11:28

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

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

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

Post by Avelino » 18. Feb 2018, 11:43

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
Attachments
Scotogenic.tar.gz
(4.11 KiB) Downloaded 200 times

sara
Posts: 5
Joined: 11. Feb 2018, 12:15

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

Post by sara » 18. Feb 2018, 12:28

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 :)

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

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

Post by Avelino » 18. Feb 2018, 12:31

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.

sara
Posts: 5
Joined: 11. Feb 2018, 12:15

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

Post by sara » 18. Feb 2018, 12:53

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$ 

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

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

Post by Avelino » 18. Feb 2018, 13:42

And you have also produced the SPheno code with the latest SARAH version?

Post Reply