Page 1 of 1

MakeSPheno error

Posted: 19. Dec 2018, 17:03
by sybrand
Hello,

I am trying to implement a model. However, when making the files for SPheno, I get the following error message in the output.

Code: Select all

Write I/O routines

  Writing input routines

  Writing output routines

Part::partw: Part 4 of {940,941,942} does not exist.

Part::partw: Part 5 of {940,941,942} does not exist.

Part::partw: Part 6 of {940,941,942} does not exist.

General::stop: Further output of Part::partw will be suppressed during this calculation.
This has to do with a Majorana fermion with 3 generations I defined, which subsequently mix among themselves. It seems that it is somehow still trying to get more PDG numbers, even though I only have 3 generations.

If I then try to compile the output from SARAH in SPheno, I get the following messages:

Code: Select all

SugraRuns.F90:1875:0:

 # endif SEESAWIII
 
Warning: extra tokens at end of #endif directive
but more importantly

Code: Select all

TreeLevel_Decays_BoehmMeVDM.f90:1668:7:

 m_in = MNneut(i1)
       1
Error: Function ‘mnneut’ at (1) has no IMPLICIT type

of which I am not so sure what to do with it. The errors are most likely caused by something that has to do with the Majorana fermions, but I am unsure what is causing these exactly.

Kind regards,
Sybrand

Re: MakeSPheno error

Posted: 2. Jan 2019, 20:04
by FStaub
Hi,

your Nneut and vL should mix, or? I'm not sure, if this is the origin of your problem, but maybe it helps.

Cheers,
Florain