Search found 17 matches
- 28. Aug 2023, 06:17
- Forum: Bug reports
- Topic: Compilation problems with Mathematica 13.2
- Replies: 0
- Views: 44161
Compilation problems with Mathematica 13.2
Hi, I was able to compile the SPheno output for the B-L-SM Model of Sarah in both Mathematica 11 and 13. However, when I change the B-L charge assignment with a new anomaly free set which involves a non-zero B-L charge for the SM Higgs (attached), I am still able to compile the SPheno output in Math...
- 30. Sep 2016, 14:41
- Forum: Model implementation in SARAH
- Topic: ERROR during the compilation of LR models
- Replies: 10
- Views: 11185
Re: ERROR during the compilation of LR models
Dear Florian,
Thank you very much!
Nice talk in Madrid by the way.
Cheers,
Diego
Thank you very much!
Nice talk in Madrid by the way.
Cheers,
Diego
- 27. Sep 2016, 15:10
- Forum: Model implementation in SARAH
- Topic: ERROR during the compilation of LR models
- Replies: 10
- Views: 11185
Re: ERROR during the compilation of LR models
Dear Florian, Yes, I am using the out of the box version. May be, could be an issue with my distribution (Debian) or compiler (gfrotran) or Mathematica version (9.0)? In the following I will describe in detail my steps by using directly the last public version of SARAH and SPheno tarballs: $ wget ht...
- 19. Sep 2016, 19:31
- Forum: Model implementation in SARAH
- Topic: ERROR during the compilation of LR models
- Replies: 10
- Views: 11185
Re: ERROR during the compilation of LR models
Dear Florian,
About the timing: in fact, I figured out that you was not around.
I have implemented the manual fix and now the compilation is OK. Please let me know when the official fix will be available.
Best regards,
Diego
About the timing: in fact, I figured out that you was not around.
I have implemented the manual fix and now the compilation is OK. Please let me know when the official fix will be available.
Best regards,
Diego
- 14. Sep 2016, 15:40
- Forum: Model implementation in SARAH
- Topic: ERROR during the compilation of LR models
- Replies: 10
- Views: 11185
Re: ERROR during the compilation of LR models
More context:
Code: Select all
grep -R -A2 -B2 hyperchargeCoupling LoopMasses_tripletLR.f90
& cplcVWRmVWRmVZVZ1,cplcVWRmVWRmVZVZ2,cplcVWRmVWRmVZVZ3,kont,dmZ2)
vev2=4._dp*Real(mZ2+dmz2,dp)/(hyperchargeCoupling**2+g2**2) -0
vSM=sqrt(vev2)
Call SolveTadpoleEquations(gBL,g2,gR,g3,RHO2,RHO1,ALP1,LAM1,ALP3,ALP2,LAM4,- 14. Sep 2016, 12:12
- Forum: Model implementation in SARAH
- Topic: ERROR during the compilation of LR models
- Replies: 10
- Views: 11185
Re: ERROR during the compilation of LR models
Dear Florian,
Here is the output of grep in SPHENO/tripletLR:
Sorry for the delay, i am now in a conference at CERN.
Best regards,
Diego
Here is the output of grep in SPHENO/tripletLR:
Code: Select all
grep -R hyperchargeCoupling *
LoopMasses_tripletLR.f90:vev2=4._dp*Real(mZ2+dmz2,dp)/(hyperchargeCoupling**2+g2**2) -0 Best regards,
Diego
- 7. Sep 2016, 18:55
- Forum: Model implementation in SARAH
- Topic: ERROR during the compilation of LR models
- Replies: 10
- Views: 11185
ERROR during the compilation of LR models
Dear Florian, When I try to compile the SPheno dir of the model in SARAH-4.9.1: LRmodels/tripletLR I got, after using ./butler LRmodels/tripletLR the error: Error: Symbol 'hyperchargecoupling' at (1) has no IMPLICIT type The same procedure works and generate the proper compiled binary when using SAR...
- 26. Jul 2016, 22:35
- Forum: CalcHep/CompHep, MicrOmegas
- Topic: Direct Cross Section Calculation
- Replies: 15
- Views: 12819
Re: Direct Cross Section Calculation
Dear Florian,
Everything is working now and all the problems were solved.
Thank you very much!
Cheers.
Diego
Everything is working now and all the problems were solved.
Thank you very much!
Cheers.
Diego
- 26. Jul 2016, 03:22
- Forum: CalcHep/CompHep, MicrOmegas
- Topic: Direct Cross Section Calculation
- Replies: 15
- Views: 12819
Re: Direct Cross Section Calculation
UPDATE 3.
Sorry: I have missed this part of your answer:
I add the line to the 'Inert' model and I got the same error in micromegas
Sorry: I have missed this part of your answer:
I add the line
Code: Select all
SetOptions[MakeCHep,UseRunningCoupling -> False]- 26. Jul 2016, 02:39
- Forum: CalcHep/CompHep, MicrOmegas
- Topic: Direct Cross Section Calculation
- Replies: 15
- Views: 12819
Re: Direct Cross Section Calculation
UPDATE2:
I fix the problem in the butler script by changing the line 223:
From
to
I fix the problem in the butler script by changing the line 223:
From
Code: Select all
cp "$SPhenoDir"/* "$spheno_wd" || dieCode: Select all
cp -R "$SPhenoDir"/* "$spheno_wd" || die