Indices Error, CHep overload
Posted: 4. May 2019, 12:14
Hi Florian,
II'm implementing a U(1)_{Lmu-Ltau} gauge model by assigning distinct charges to the distinct lepton generations. But I'm getting critical errors when calculating vertices. First, when I run
Start[U1-MuTau]
it gives
Checking model files: All files okay
but there is a warning "Particle::unknown: Unknown particle gen1" I am clueless about (see screenshot). Then CheckModel is fine because the warning about Z-Zp mixing is expected, but when running
MakeCHep
Mathematica fully stops at neutrino-neutrino-pseudoscalar vertices
... Generic class: FFS. Expanding and writing: 4/12 . ({Fv[{gt1}],Fv[{gt2}],Ah[{gt3}]})
due to the "large amount of parameters needed". Looking at VertexListFFS.m I notice many lines like
{{Fv[{gt1}], Fv[{gt2}], Ah[{gt3}]},
{(sum[j1, 1, 99, ZNU[gt2, 3 + j1]]*(kem*sum[j2, 1, 99, ZNU[gt1, 4 + j2]]
whose long 1-99 range make me think this is what overloads the CHep output.
Any suggestions?
Best,
II'm implementing a U(1)_{Lmu-Ltau} gauge model by assigning distinct charges to the distinct lepton generations. But I'm getting critical errors when calculating vertices. First, when I run
Start[U1-MuTau]
it gives
Checking model files: All files okay
but there is a warning "Particle::unknown: Unknown particle gen1" I am clueless about (see screenshot). Then CheckModel is fine because the warning about Z-Zp mixing is expected, but when running
MakeCHep
Mathematica fully stops at neutrino-neutrino-pseudoscalar vertices
... Generic class: FFS. Expanding and writing: 4/12 . ({Fv[{gt1}],Fv[{gt2}],Ah[{gt3}]})
due to the "large amount of parameters needed". Looking at VertexListFFS.m I notice many lines like
{{Fv[{gt1}], Fv[{gt2}], Ah[{gt3}]},
{(sum[j1, 1, 99, ZNU[gt2, 3 + j1]]*(kem*sum[j2, 1, 99, ZNU[gt1, 4 + j2]]
whose long 1-99 range make me think this is what overloads the CHep output.
Any suggestions?
Best,