SMQ[] does not always give correct answer
Posted: 9. Mar 2017, 11:02
Dear SARAH developers,
I've noticed that SARAH's SMQ[] function does not always give the correct answer. Here is an example:
It would be very convenient, if the SMQ[] function would return the correct answer also for SM ghosts, SM goldstone bosons, the SM-Higgs and for all SM fermions, even if the latter are split, like in the MSSM/NoFV model. In my opinion the SMQ[] function should return False for BSM particles or "SM-particles" which mix with BSM particles (as for example the Higgs in the 2HDM etc.).
For example in the SM, the SMQ[] function should return True for the following particles:
In the MSSM/NoFV model, the SMQ[] function should return True only for the following particles:
Many thanks and best regards,
Alex
I've noticed that SARAH's SMQ[] function does not always give the correct answer. Here is an example:
Code: Select all
Start["SM"];
SMQ[hh] -> False
SMQ[Ah] -> False
SMQ[gP] -> False
For example in the SM, the SMQ[] function should return True for the following particles:
Code: Select all
{
Electron, TopQuark, BottomQuark,
VectorP, VectorZ, VectorG, VectorW, Neutrino,
gP, gG, gZ, gWm, gWmC,
Hp, Ah, hh
}
Code: Select all
{
VectorP, VectorZ, VectorG, VectorW,
Fu, Fd, Fc, Fs, Ft, Fb, Fe, Fm, Ftau, Fve, Fvm, Fvt,
gP, gG, gZ, gWm, gWmC
}
Alex