vevacious model files created by sarah

Questions concerning the different calculations performed by SARAH and the output of the information into other formats
Post Reply
Algernon
Posts: 13
Joined: 9. Sep 2016, 10:31

vevacious model files created by sarah

Post by Algernon » 10. Sep 2016, 03:08

Dear Florian:

The following is my question and Ben‘s answer. Now i need your help ?


MY QUESTION:
Dear:

1. i created the NMSSM.vin by SARAH.

2. i created the SPheno.spc.NMSSM by sarah-spheno.

3. i run ./Vevacious.exe VevaciousInitialization.xml

4. Unfortunately, some error happens :

warnings.warn(msg, UserWarning)
Traceback (most recent call last):
File "./Vevacious.py", line 23, in <module>
import VevaciousParameterDependent as VPD
File "/home/Vevacious/bin/VevaciousParameterDependent.py", line 667, in <module>
MassesSquareds = [ [ MassesSquared1, 2*valueDimensions, 1.5, "scalar" ],
NameError: name 'valueDimensions' is not defined

Minimizing the one-loop potential, calculating the tunneling time or its upper bound, and printing the results took 0.523029 seconds.

Warning! "../NMSSM/MyResult_NMSSM.vout" was not produced!


Could you please give me some hints?

Best wishes!




BEN'S ANSWER:
Dear Algernon,

I'm sorry, this is really a SARAH issue. In the .vin file, there should only be plain numbers between the quote marks following factor=.
E.g. it would be valid to have
factor="8"
or
factor="1"
but not
factor="2*alpha"
or
factor="Exp[Log[Pi]]"
so somehow SARAH is not evaluating valueDimensions as a number, so is not putting a number in the file instead of "2*valueDimensions".

Regards,
Ben <= My name. Ben. "benoleary" is my forum username. It is more usual to address your reply with "Dear Ben" when I sign with "Regards, Ben". I assume thcheersat your name is Algernon from your username, but since you didn't bother to sign your original message, I'm not 100% sure.



MY QUESTION:

Dear Ben:

I am confused about this parameter. Where i can find the defintion of the valueDimensions? Just in this NMSSM.vin, what's the Specific value i should set?
Thanks a lot!


Cheers,
Algernon


BEN'S ANWER:

Dear Algernon,

I am also confused about this parameter. It is a SARAH issue. SARAH questions need to be answered by Florian Staub.

Regards,
Ben



Could you please give some hints?
Thanks a lot!

Cheers,
Algernon
Attachments
NMSSM.vin.txt
(26.62 KiB) Downloaded 164 times

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

Re: vevacious model files created by sarah

Post by FStaub » 11. Sep 2016, 11:38

Hi,

sorry for the delayed reply but I'm on vacation and I also don't have any Mathematica here to check what goes wrong. According to the description of your problem, it seems that the parameter "valueDimensions" is not set correclty. Can you try to edit init.m, line 484ff

Code: Select all

_,
	If[Fields[[i,j2+3]]==1,
	valueCasimir=0;
	valueDynkin=0;
	valueGenerator= 0;
	valueDyn={0};
	valueDynSF={0};,
and add

Code: Select all

valueDimensions=1;
(somewhere before the last come shown here, e.g. for instance between valueDyn and valueDynSF).

Cheers,
Florian

Algernon
Posts: 13
Joined: 9. Sep 2016, 10:31

Re: vevacious model files created by sarah

Post by Algernon » 12. Sep 2016, 03:59

Dear Florian:


I have checked all this according to your suggestion. The NMSSM.vin Seems to changeless. The parameter "valueDimensions" still can't get the Specific value in NMSSM.vin. And the error still happens when runing ./Vevacious.exe VevaciousInitialization.xml.



Best wishes!
Algernon

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

Re: vevacious model files created by sarah

Post by FStaub » 12. Sep 2016, 12:44

Ok, Sorry for that. Then the easiest for the moment, until I can check what goes wrong, is to modify the file by hand: calculate the correct factor by your own by using 3 for valueDimensions in case of coloured states (Fd,Fu,Sd,Su) and 1 for uncoloured ones.

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

Re: vevacious model files created by sarah

Post by FStaub » 23. Sep 2016, 14:06

Finally, here is the patch.

Thank you for the patience. ;)
Florian
Attachments
init.m
(79.39 KiB) Downloaded 136 times

Post Reply