Page 1 of 1

A Strange DEFINITION

Posted: 4. May 2017, 07:34
by lichuang
Dear Florian,

I have a puzzling problem. I find in some model files, there are definitions like the following definition codes:

DEFINITION[EWSB][GaugeES]={
Fd1 ->{ FdL, 0},
Fd2 ->{ 0, FdR},
Fu1 ->{ Fu1, 0},
Fu2 ->{ 0, Fu2},
Fe1 ->{ Fe1, 0},
Fe2 ->{ 0, Fe2}
};
What's the meaning of [EWSB][GaugeES]?
I guess it is just a typo and it is same with the following definition codes:

DEFINITION[GaugeES][DiracSpinors]={
Fd1 ->{ FdL, 0},
Fd2 ->{ 0, FdR},
Fu1 ->{ Fu1, 0},
Fu2 ->{ 0, Fu2},
Fe1 ->{ Fe1, 0},
Fe2 ->{ 0, Fe2}
};

Am I right?

If I am right, why when starting up the model, there is no warning or error information?

Best wishes!

Re: A Strange DEFINITION

Posted: 4. May 2017, 09:37
by FStaub
Yes, that's a typo. However, the DiracSpinors for gauge eigenstates are usually not used, so this doesn't cause any problem.

Cheers,
Florian

Re: A Strange DEFINITION

Posted: 4. May 2017, 10:02
by lichuang
Oh, I get it.
Thanks!