I'm having an issue that is causing my Z' boson to have the same mass at the SM Z boson, and I am unsure why. The model has 3 Z-like bosons (Z, Zp, Zpp). The mixing of the bosons and pseudoscalars is given by:
Code: Select all
AppendTo[DEFINITION[EWSB][GaugeSector],
{{VYB, VWB[3], VBp, VBpp}, {VP, VZ, VZp, VZpp}, BMN}];
AppendTo[DEFINITION[EWSB][MatterSector],
{{sigmad, sigmau, sigma1, sigma2}, {SA, SMP}}];
Could SARAH/SPheno be accidently fixing the mass of two Z bosons? Or did I misconfigure something?