Error Spheno compilation

Question how to implement a model or how to change a model implementation
Post Reply
GArdila
Posts: 2
Joined: 7. Jul 2023, 15:56

Error Spheno compilation

Post by GArdila » 10. Aug 2023, 23:29

Dear all,

We have been trying to make an appropriate implementation of an extension the scotogenic model, which adds a singlet scalar to the theory that mixes with the SM Higgs scalar. However, when trying to make the Spheno compilation, we obtain the following error

gfortran -c -g -ffree-line-length-none -J../include -I../include TwoLoopMasses/2LPole_Scotogenic_SLNV.f90
TwoLoopMasses/2LPole_Scotogenic_SLNV.f90:205:47:

205 | tad1LG=matmul(temptad*oo16Pi2,HiggsMixingMatrix)
| 1
Error: Symbol ‘higgsmixingmatrix’ at (1) has no IMPLICIT type; did you mean ‘tempcouplingmatrix’?
make[2]: *** [Makefile:89: ../lib/libSPhenoScotogenic_SLNV.a(2LPole_Scotogenic_SLNV.o)] Error 1
make[2]: se sale del directorio '/home/UANDES/ga.ardila10/HEP_Tools/SPheno-4.0.2/Scotogenic_SLNV_V0.6'
make[1]: *** [Makefile:49: bin/SPhenoScotogenic_SLNV] Error 2
make[1]: se sale del directorio '/home/UANDES/ga.ardila10/HEP_Tools/SPheno-4.0.2/Scotogenic_SLNV_V0.6'
make: *** [Makefile:13: bin/SPheno] Error 2


I know that this question has been posted quite a few times, but none of the solutions seems to work in our case. I'm attaching the SARAH files in case they are needed.

Thanks

Best regards,

Gustavo
Attachments
SPheno.m
(1.58 KiB) Downloaded 231 times
Scotogenic_SLNV.m
(5.53 KiB) Downloaded 204 times
particles.m
(4.8 KiB) Downloaded 275 times
parameters.m
(3.51 KiB) Downloaded 227 times

Post Reply