Search found 12 matches

by katelynn
14. Mar 2018, 04:46
Forum: SPheno, FlavorKit
Topic: Question on low energy model
Replies: 3
Views: 2560

Re: Question on low energy model

Hi Florian,

ok thanks.

Still, it is a little bit confusing because in the parameters.m file located in
SARAH-4.12.3/Models directory, the definition of TanBeta also has

OutputName-> tb

Alternatively I also tried

OutputName-> tanbeta

and it compiles without errors.

Thanks a lot.
by katelynn
12. Mar 2018, 23:33
Forum: SPheno, FlavorKit
Topic: Question on low energy model
Replies: 3
Views: 2560

Question on low energy model

Hi Florian, I have a low energy model where 3 scalar doublets receive a vev but 2 of the vevs are proportional so effectively there are only 2 vevs, I checked the model with CheckModel[] and there seems not to be an apparent error. I'm interested in calculating the relic density of an additional ine...
by katelynn
24. Aug 2017, 06:05
Forum: Bug reports
Topic: Additional Doublet VEVs
Replies: 1
Views: 2201

Additional Doublet VEVs

Hi Florian, I was trying to trace an error in a model I'm implementing and I notice in the source file SPhenoBoundaryEW.m that this line: WriteString[sphenoSugra,"vev2=mZ2_Q*CosW2SinW2/(pi*alphaQ) -"<>SPhenoForm[SA`AdditionalDoubletVEVs]<>" \n"]; translates in the Fortran code wrongly in the case th...
by katelynn
23. Aug 2017, 15:31
Forum: SPheno, FlavorKit
Topic: compiler problems with THDM-III
Replies: 7
Views: 5390

Re: compiler problems with THDM-III

On the other hand, doesn't SARAH solves for TanBeta from the matching conditions?

But then why it gives the NAN error when I dont write the initial value of TanBeta in the
LH input file?

Would you clarify a little on this?

Thank you for your time.
by katelynn
22. Aug 2017, 22:41
Forum: SPheno, FlavorKit
Topic: compiler problems with THDM-III
Replies: 7
Views: 5390

Re: compiler problems with THDM-III

Edit:

For some reason the input file is missing the line

10 5.0000000E+01 # TanBeta

when I put it by hand then it works without any error.

Cheers.
by katelynn
22. Aug 2017, 22:19
Forum: SPheno, FlavorKit
Topic: compiler problems with THDM-III
Replies: 7
Views: 5390

Re: compiler problems with THDM-III

Hi Florian, Thank you for your time, one more question. After successful compilation of SPheno module for this model (THDMIII) I use the input file generated by SARAH for low energy (as it is without modification) and get a NAN error: ./bin/SPhenoTHDMIII ./LesHouches.in.THDMIII_low NaN appearing in ...
by katelynn
17. Aug 2017, 23:29
Forum: SPheno, FlavorKit
Topic: compiler problems with THDM-III
Replies: 7
Views: 5390

Re: compiler problems with THDM-III

Hi

It's working now,

Thanks a lot.
by katelynn
16. Aug 2017, 23:04
Forum: SPheno, FlavorKit
Topic: compiler problems with THDM-III
Replies: 7
Views: 5390

compiler problems with THDM-III

Hi Florian I think there are also problems when trying to compile the Spheno modules with latest ifort for the THDM-III that comes with SARAH. I generated the Spheno output and tried to compile it. It stops after many errors, e.g. see below. On the other hand, I successfully compiled the modules for...
by katelynn
8. May 2017, 20:41
Forum: Output of SARAH
Topic: Problem compiling output for micromegas
Replies: 5
Views: 3492

Re: Problem compiling output for micromegas

Hi Yes, for the example from micromegas it also fails to compile main.cpp with similar errors. So the problem seems to be gcc's bad backward compatibility. I don't know of other linux distributions, but for those using fedora if you're thinking of upgrading to a new release, your compiler will proba...
by katelynn
6. May 2017, 16:30
Forum: Output of SARAH
Topic: Problem compiling output for micromegas
Replies: 5
Views: 3492

Re: Problem compiling output for micromegas

Update: I thought that maybe I have a problem with the compiler which was installed from the fedora repository, so I tried upgrading to gcc v7.1 bypassing the repository and building directly from the gcc source code. Unfortunately with this update of gcc I get the same errors when trying to compile...