an issue with MakeSPheno[]

Question how to implement a model or how to change a model implementation
Post Reply
MailQuestion
Posts: 12
Joined: 11. Oct 2016, 09:37

an issue with MakeSPheno[]

Post by MailQuestion » 13. Apr 2017, 14:32

We are trying to build a new non-SUSY model with SARAH/SPheno with three Higgs doublets and we have encountered a problem which we couldn’t resolve ourselves.

Basically, when we run our model file and generate TeX repository with SARAH, it works absolutely fine without any error messages whatsoever. Also, the pdf-file with model content looks perfectly reasonable.

BUT! A trouble happens at a late stage of MakeSPheno[] process. At the level of “Write tree-level decays” it says twice

Not Found conj[VectorW]{hh,conj[VectorW],conj[VectorW]}{hh,VZ,VZ}

which is very strange since (i) no “VectorW” partcle in the model, and (ii) all the vertices generated by SARAH look fine.

Then, probably, related to the same issue, we get some more errors after "Write Function EDM of Leptons” like:

Part::partw: Part 1 of {} does not exist.

Extract::psl1: Position specification {}[[1,1]] in Extract[{{MHm,MHm2,MFe,MFe2,MVWm,MVWm2,MVZ,MVZ2},{MFd,MFd2,MFu,MFu2},{MFd,MFd2,MFe,MFe2,MFu,MFu2,Mhh,Mhh2,MVZ,MVZ2,MHm,MHm2,MVWm,MVWm2},{MFd,MFd2,MFe,MFe2,MFu,MFu2,Mhh,Mhh2,MVZ,MVZ2,MHm,MHm2,MVWm,MVWm2},{MFu,MFu2,MFd,MFd2,MFe,MFe2,MHm,MHm2,Mhh,Mhh2,MVWm,MVWm2,MVZ,MVZ2}},{}[[1,1]]] is not applicable.

This error disappears when we remove the SM Higgs “hh” from the “ListDecayParticles” so probably there is some bug in the Higgs decay (but then the code can’t work since it requires the Higgs decay).

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

Re: an issue with MakeSPheno[]

Post by FStaub » 13. Apr 2017, 14:34

Hi,

you need to define in particles.m what the W-boson is, e.g

Code: Select all

{VWp,{      Description -> "W+ - Boson", 
...}}, 
Or just "W-Boson" if you defined the state with negtive charge.

Cheers,
Florian

Roman
Posts: 1
Joined: 14. Apr 2017, 02:02

Re: an issue with MakeSPheno[]

Post by Roman » 14. Apr 2017, 02:04

Thanks a lot, Florian! It works!

Post Reply