Definition of Matter Fields
Posted: 25. Sep 2018, 13:46
Respected Sir, I am a new user of SARAH. I have some questions regarding the model file in SARAH.
Q.1. Is it necessary to define all the matter fields as left-handed? (e.g., we have e_R in the SM. Is it necessary to define conj[eR]? or, it is just okay to define e_R?)
Q.2. Suppose, there is an SU(2) triplet fermion T (with hypercharge +1) field in my model. Should I define the triplet fermion as T^a_b or T^{ab}?
where,
and
Q.3. Suppose we have a vector like fermion T=T_L+T_R. How should I define T_L and T_R?
Hope for your reply. Thanks in advance.
Q.1. Is it necessary to define all the matter fields as left-handed? (e.g., we have e_R in the SM. Is it necessary to define conj[eR]? or, it is just okay to define e_R?)
Q.2. Suppose, there is an SU(2) triplet fermion T (with hypercharge +1) field in my model. Should I define the triplet fermion as T^a_b or T^{ab}?
where,
Code: Select all
T^a_b = {{Tp/Sqrt[2], Tpp}, {T0, -Tp/Sqrt[2]}} and
Code: Select all
T_{ab} = {{Tpp, Tp/Sqrt[2]}, {Tp/Sqrt[2], T0}} Q.3. Suppose we have a vector like fermion T=T_L+T_R. How should I define T_L and T_R?
Hope for your reply. Thanks in advance.