MakeSPheno error

Questions about the interface between SARAH and SPheno as well as the FlavorKit functionality
Post Reply
sybrand
Posts: 1
Joined: 19. Dec 2018, 16:29

MakeSPheno error

Post by sybrand » 19. Dec 2018, 17:03

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
Attachments
sybrand-BoehmMeVDM.m
(3.67 KiB) Downloaded 172 times
SPheno.m
(2.03 KiB) Downloaded 143 times
particles.m
(3.93 KiB) Downloaded 186 times
parameters.m
(4.44 KiB) Downloaded 157 times

FStaub
Site Admin
Posts: 822
Joined: 13. Apr 2016, 14:05

Re: MakeSPheno error

Post by FStaub » 2. Jan 2019, 20:04

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

Post Reply