In the included model files for the Standard Model (model “SM”), the Dirac spinor for the neutrinos is defined as
Code: Select all
DEFINITION[EWSB][DiracSpinors]={
…
Fv ->{ vL, 0}};
In models with radiative neutrino masses (e. g. the scotogenic/radiative seesaw model), it should be possible to use a nonzero value for these masses (e. g. calculated at 1-loop level by SPheno). However, for SARAH’s (e. g.) micrOMEGAs output, using the definition above always seems to fix the masses to 0. On the other hand, if I define the neutrinos as Majorana spinors
Code: Select all
DEFINITION[EWSB][DiracSpinors]={
…
Fv ->{ vL, conj[vL}};
parameters for the neutrino masses appear in the micrOMEGAs model files so that they can be set to nonzero values.
I’m wondering in general: Is one of these definitions of “Fv” “better”/which one should be used? (Physically, they should be equivalent, shouldn’t they?)