SARAH-SPheno compiling error
Posted: 27. Nov 2016, 09:42
Hello Florian,
I am a student from China ITP. I work with Bin Zhu.
Bin created a model named DiracTMSSMLow, see the attachment.
Under toolbox 2.0.1 or 2.0.3, We did the following steps:
1) write a Mathematica nb file to make spheno/chep files(according to 1109.5147v1)
SetDirectory[...];
<< SARAH.m;
<< Start["DiracTMSSMLow"];
MakeSPheno[];
MakeCHep[];
Copy SARAH/Output/DiracTMSSMLow/EWSB/SPheno/ to a new subdirectory "DiracTMSSMLow" of SPheno-3.3.8 directory.
2) In the main directory of SPheno-3.3.8, compile the model by using
make Model=DiracTMSSMLow
3) then, we got a compiling error in the following file:
RGEs_DiracTMSSMLow.f90.
We should manually modify all the betaLup1 and betaLup2 equal to 0 to remove the error.
Then, I checked the mathematica codes of SARAH/Package/SPheno/SPhenoRGE.m, found a problem, modified it from the programming point of view, and it can work now. But I don't know the reason from the Physical point of view. See the attachment.
I hope you can solve it in a better way, or just patch it by my way.
Best Regards!
Chuang Li
ITP of CAS at Beijing, China
I am a student from China ITP. I work with Bin Zhu.
Bin created a model named DiracTMSSMLow, see the attachment.
Under toolbox 2.0.1 or 2.0.3, We did the following steps:
1) write a Mathematica nb file to make spheno/chep files(according to 1109.5147v1)
SetDirectory[...];
<< SARAH.m;
<< Start["DiracTMSSMLow"];
MakeSPheno[];
MakeCHep[];
Copy SARAH/Output/DiracTMSSMLow/EWSB/SPheno/ to a new subdirectory "DiracTMSSMLow" of SPheno-3.3.8 directory.
2) In the main directory of SPheno-3.3.8, compile the model by using
make Model=DiracTMSSMLow
3) then, we got a compiling error in the following file:
RGEs_DiracTMSSMLow.f90.
We should manually modify all the betaLup1 and betaLup2 equal to 0 to remove the error.
Then, I checked the mathematica codes of SARAH/Package/SPheno/SPhenoRGE.m, found a problem, modified it from the programming point of view, and it can work now. But I don't know the reason from the Physical point of view. See the attachment.
I hope you can solve it in a better way, or just patch it by my way.
Best Regards!
Chuang Li
ITP of CAS at Beijing, China