Extracting the Bilinear Coupling

Questions concerning the stand-alone SPheno without SARAH modules
Post Reply
AForster
Posts: 7
Joined: 17. May 2019, 16:53

Extracting the Bilinear Coupling

Post by AForster » 17. May 2019, 17:01

Hi All

I would like SPheno to print out the value of the bilinear coupling B_0 (that appears in the scalar potential) in the .spc output file at the input scale. I take it that B_0 must be known by SPheno internally as it is an important running parameter. I have looked through the various SPheno manuals but can’t find a way to achieve this.

Any help/ advise would be greatly appreciated!

Thanks,


Adam

MDGoodsell
Posts: 17
Joined: 25. Aug 2017, 08:41

Re: Extracting the Bilinear Coupling

Post by MDGoodsell » 22. May 2019, 14:43

Dear Adam,

SPheno doesn't store the value at the high scale. So you will have to hack the code. In SPheno itself (as opposed to SARAH-generated spheno), you need to add a line to store the value in a global variable in the routine boundaryHS2 in the file SugraRuns. For SARAH-SPheno, you need boundaryHS in the Boundaries_<model name>.f90 file.

In both cases, to then write the value to your .spc file you need to add a corresponding line in InputOutput.f90

AForster
Posts: 7
Joined: 17. May 2019, 16:53

Re: Extracting the Bilinear Coupling

Post by AForster » 23. May 2019, 11:41

[quote="MDGoodsell"] you need to add a line to store the value in a global variable in the routine boundaryHS2 in the file SugraRuns.

Hi MDGoodsell

Thanks so much for your reply!

Do you have any idea what the line I should add should be. My Fortran skills are pretty non-existent!

Thanks


Adam

Post Reply