ListDecayParticles = Automatic

Question how to implement a model or how to change a model implementation
Post Reply
JPEllis
Posts: 71
Joined: 28. Apr 2016, 10:34

ListDecayParticles = Automatic

Post by JPEllis » 7. May 2016, 08:39

It seems like having

Code: Select all

ListDecayParticles = Automatic;
doesn't always work. For example, using the THDM-II model provide in SARAH and replacing

Code: Select all

ListDecayParticles = {Fu,Fe,Fd,hh,Ah,Hm};
ListDecayParticles3B = {{Fu,"Fu.f90"},{Fe,"Fe.f90"},{Fd,"Fd.f90"}};
with

Code: Select all

ListDecayParticles = Automatic;
ListDecayParticles3B = Automatic;
causes the SPheno code to not compile and has the following:

Code: Select all

THDM-II/FlavorKit_Observables_THDMII.f90:48:6:

 gamh =gThh(hLoc)
      1
Error: Function ‘gthh’ at (1) has no IMPLICIT type
Joshua Ellis jpellis.me

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

Re: ListDecayParticles = Automatic

Post by FStaub » 7. May 2016, 11:43

It's not a bug, because 'Automatic' is not supposed to be used for LowScale models. I think that's also documented somewhere. ;)

JPEllis
Posts: 71
Joined: 28. Apr 2016, 10:34

Re: ListDecayParticles = Automatic

Post by JPEllis » 7. May 2016, 11:57

My bad, this one was indeed documented, and I missed it :/
Joshua Ellis jpellis.me

Post Reply