Dear Florian:
1. I generated NMSSM High scale SPHENO soure code with SARAH-4.12.2 and compile it and it's OK.
2. I generated NMSSM low scale SPHENO source code with SARAH-4.12.2 and compile it then I encountered into some errors as follows:
CouplingsForDecays_NMSSM.f90:3882.36:
rHB_S_VZ(i1) = Abs(-0.5_dp*cplhhVZVZ(i1)*vev/MVZ2)
1
Error: Function 'cplhhvzvz' at (1) has no IMPLICIT type
CouplingsForDecays_NMSSM.f90:3883.40:
rHB_S_VWm(i1) = Abs(-0.5_dp*cplhhcVWmVWm(i1)*vev/MVWm2)
1
Error: Function 'cplhhcvwmvwm' at (1) has no IMPLICIT type
Makefile:90: recipe for target '../lib/libSPhenoNMSSM.a(CouplingsForDecays_NMSSM.o)' failed
make[2]: *** [../lib/libSPhenoNMSSM.a(CouplingsForDecays_NMSSM.o)] Error 1
make[2]: Leaving directory '/home/guoxiaofei/SPheno-4.0.3/NMSSM'
Makefile:48: recipe for target 'bin/SPhenoNMSSM' failed
make[1]: *** [bin/SPhenoNMSSM] Error 2
make[1]: Leaving directory '/home/guoxiaofei/SPheno-4.0.3/NMSSM'
Makefile:13: recipe for target 'bin/SPheno' failed
make: *** [bin/SPheno] Error 2
3. I try to solve this problem but failed.
4.Attachments is the corresponding spheno.m files.
I will be happy if you give me some hints !
error on NMSSM low scale SPHENO source code with SARAH-4.12.2
error on NMSSM low scale SPHENO source code with SARAH-4.12.2
- Attachments
-
- SPhenoLow.m
- (898 Bytes) Downloaded 163 times
-
- SPhenoHigh.m
- (3.18 KiB) Downloaded 158 times
Re: error on NMSSM low scale SPHENO source code with SARAH-4.12.2
Hi,
you should not include the tree-body decays of the Higgs states because the two-body decays into virtual WW, ZZ are already included.
Cheers,
Florian
you should not include the tree-body decays of the Higgs states because the two-body decays into virtual WW, ZZ are already included.
Cheers,
Florian
Re: error on NMSSM low scale SPHENO source code with SARAH-4.12.2
Great! It works, thanks very much .