1) when I run your model, I get a lot of warnings about missing definitions in particles.m and parameters.m.
Code: Select all
Checking model for missing definitions
CheckModelFiles::MissingParticle: The following particle are not defined in ParticleDefinitions in particles.m: {Fmmm,F0,Fm,Fmm,et20,et2m,et2ppp,phiI,Etp,Etpp}
CheckModelFiles::MissingParameter: The following parameters are not defined in ParameterDefinitions in paramaters.m: {lambda1,Mpsi,Mx1,m2et1,m2et2,m2phi,muphi,lambda9,lambda17,lambda20,lambda19,lambda14,lambda10,lambda27,Y1,Y2,Y3b1,Y3b2,Yp1b1,Yp1b2,Yp2b1,Yp2b2,mu2x,mu3x,mu1x,lambda2,lambda2b,lambda3,lambda4,lambda6,lambda5,lambda7,lambda8,lambda15,lambda16,lambda24,lambda18,lambda21,lambda22,lambda11,lambda12,lambda13,lambda23,lambda25,lambda26,vT,VF0L,VF0R,VFm,VFp,<<8>>}
CheckModelFiles::MissingOutputName: For the following particles is no OutputName defined: {Fmmm,F0,Fm,Fmm,et20,et2m,et2ppp,phiI,Etp,Etpp}
CheckModelFiles::WrongPDG: The number of PDG numbers defined for the following particles does not fit to their number of generations: {hh,Hp}
CheckModelFiles::WrongPDGIX: The number of PDG.IX numbers defined for the following particles does not fit to their number of generations: {hh,Hp}
CheckModelFiles::MissingOutputNameParameter: For the following parameters is no OutputName defined: {lambda1,Mpsi,Mx1,m2et1,m2et2,m2phi,muphi,lambda9,lambda17,lambda20,lambda19,lambda14,lambda10,lambda27,Y1,Y2,Y3b1,Y3b2,Yp1b1,Yp1b2,Yp2b1,Yp2b2,mu2x,mu3x,mu1x,lambda2,lambda2b,lambda3,lambda4,lambda6,lambda5,lambda7,lambda8,lambda15,lambda16,lambda24,lambda18,lambda21,lambda22,lambda11,lambda12,lambda13,lambda23,lambda25,lambda26,vT,VF0L,VF0R,VFm,VFp,<<8>>}
So, for some fields no electric charges are defined at all..
2) Also there are no output names defined and I think this causes the trouble because CalcHep accepts only names made out of 4 symbols. This has the effect that Etp and Etpp ending up with the same name as you can see in prtcls1.mdl
So, I guess all problems are just because of missing definitions in your model files