My first study of SARAH modle with FeynArts
Posted: 28. Sep 2016, 00:28
Hello sir,
In usual FeynArts needs two files for a new model .mod file which contain the classes definitions and couplings and .gen file
which contains the model generic propagators .. while MakeFeynArts[] for a model like B-L-SSM-IS gives only BLSSMISEWSB.mod , ParticleNamesFeynArts.dat and Substitutions-BLSSMISEWSB.m files . The default generic model for FeynArts if we didn't determine is Lorentz so will this be ok ?
Now in FeynArts I'm facing some problems .. I try to generate self energy diagram for a particle like S_2 (in SARAH/Models/ B-L-SSM-IS/particles.m it's defined by this line {FS2, { LaTeX -> "S_2"}}, )
so I write in FeynArts
topo1 = CreateTopologies[1, 1 -> 1, ExcludeTopologies -> {Internal}];
diag = InsertFields[topo1, {F[1, {7}]} -> {F[1, {7}]}, InsertionLevel -> {Classes}, Model -> "BLSSMISEWSB"];
I thought it will be the 7th or 8th neutrino, since the first 3 neutrinos are the Left-SM neutrinos, and I think the second three are the Right-neutrinos, but it gives me graphs like in the attached 11.png .. I don't know what are h_k and e^-_k , if h is higgs it has no index k and there is no vertices like these in the model ..
Also why the particles are not named by their Latex names as in particles.m file ? I tried for instance for electron neutrino
diag = InsertFields[topo1, {F[1, {1}]} -> {F[1, {1}]}, InsertionLevel -> {Classes}, Model -> "BLSSMISEWSB"];
but it gives the same of 11.png but with neutrino index 1 instead of 7, while in SM it gives a figure as in the attached 22.png , i.e., e- index for electron neutrino and etc.
Do I miss some thing for the implementation of the model from SARAH to FeynArts ?
Thank you .
In usual FeynArts needs two files for a new model .mod file which contain the classes definitions and couplings and .gen file
which contains the model generic propagators .. while MakeFeynArts[] for a model like B-L-SSM-IS gives only BLSSMISEWSB.mod , ParticleNamesFeynArts.dat and Substitutions-BLSSMISEWSB.m files . The default generic model for FeynArts if we didn't determine is Lorentz so will this be ok ?
Now in FeynArts I'm facing some problems .. I try to generate self energy diagram for a particle like S_2 (in SARAH/Models/ B-L-SSM-IS/particles.m it's defined by this line {FS2, { LaTeX -> "S_2"}}, )
so I write in FeynArts
topo1 = CreateTopologies[1, 1 -> 1, ExcludeTopologies -> {Internal}];
diag = InsertFields[topo1, {F[1, {7}]} -> {F[1, {7}]}, InsertionLevel -> {Classes}, Model -> "BLSSMISEWSB"];
I thought it will be the 7th or 8th neutrino, since the first 3 neutrinos are the Left-SM neutrinos, and I think the second three are the Right-neutrinos, but it gives me graphs like in the attached 11.png .. I don't know what are h_k and e^-_k , if h is higgs it has no index k and there is no vertices like these in the model ..
Also why the particles are not named by their Latex names as in particles.m file ? I tried for instance for electron neutrino
diag = InsertFields[topo1, {F[1, {1}]} -> {F[1, {1}]}, InsertionLevel -> {Classes}, Model -> "BLSSMISEWSB"];
but it gives the same of 11.png but with neutrino index 1 instead of 7, while in SM it gives a figure as in the attached 22.png , i.e., e- index for electron neutrino and etc.
Do I miss some thing for the implementation of the model from SARAH to FeynArts ?
Thank you .