Direct Cross Section Calculation

Questions concerning the interface to CalcHep/CompHep and MicrOmegas
restrepo
Posts: 17
Joined: 15. Jun 2016, 19:55

Re: Direct Cross Section Calculation

Post by restrepo » 26. Jul 2016, 02:25

UPDATE:
When I manually copy the SARAH/Output/...

to the model folder in SPHENO and micromegas, I am able to still compile the SPHENO code without errors, but I am still getting the reported error for micromegas when

Code: Select all

make main=CalcOmega_with_DDetection_MOv4.2.cpp
or

Code: Select all

make main=CalcOmega.cpp
* There will be un update for toolbox with the new SPHENO SPheno output using sub-directories?
* I would need to check with a new version of Mathematica?

Thanks in advance
Diego

restrepo
Posts: 17
Joined: 15. Jun 2016, 19:55

Re: Direct Cross Section Calculation

Post by restrepo » 26. Jul 2016, 02:39

UPDATE2:

I fix the problem in the butler script by changing the line 223:
From

Code: Select all

cp "$SPhenoDir"/* "$spheno_wd" || die
to

Code: Select all

cp -R "$SPhenoDir"/* "$spheno_wd" || die

restrepo
Posts: 17
Joined: 15. Jun 2016, 19:55

Re: Direct Cross Section Calculation

Post by restrepo » 26. Jul 2016, 03:22

UPDATE 3.
Sorry: I have missed this part of your answer:

I add the line

Code: Select all

SetOptions[MakeCHep,UseRunningCoupling -> False]
to the 'Inert' model and I got the same error in micromegas

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

Re: Direct Cross Section Calculation

Post by FStaub » 26. Jul 2016, 10:07

Hi,

toolbox-2.0.2 to support SARAH 4.9.0 is online. However, I still can't reproduce that problem with MO. Could you please attach your output for CalcHep how it looks like.

Thanks,
Florian

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

Re: Direct Cross Section Calculation

Post by FStaub » 26. Jul 2016, 10:29

Actually, I found a potential problem. Can you try 4.9.1 which I just put online?

Florian

restrepo
Posts: 17
Joined: 15. Jun 2016, 19:55

Re: Direct Cross Section Calculation

Post by restrepo » 26. Jul 2016, 22:35

Dear Florian,
Everything is working now and all the problems were solved.

Thank you very much!

Cheers.
Diego

Post Reply