a student and I are writing a SARAH model which consists of the SM with extra charginos, neutralinos and sleptons (see attachment).
We ran CheckModel[] to check that there are no obvious mistakes. However, when starting the model and calling CalcRGEs[] like this:
Code: Select all
Needs["SARAH`"];
Start["LSplitMSSM"];
CheckModel[];
CalcRGEs[];
Code: Select all
Calculate non-supersymmetric RGEs
Initializing Invariants...
Part::partw: Part 1 of {} does not exist.
Part::partw: Part 1 of {} does not exist.
Part::partw: Part 1 of {} does not exist.
General::stop: Further output of Part::partw
will be suppressed during this calculation.
Part::pspec: Part specification {}[[1,1]]
is neither a machine-sized integer nor a list of machine-sized integers.
Part::pspec: Part specification {}[[1,1]]
is neither a machine-sized integer nor a list of machine-sized integers.
RGEs::StillEntangled: Can't disentangle the contributions to the running of λ
Check: -6 g1hhhh caa[1] - 6 g2hhhh caa[1] + 3 λ caa[1] - 2 g1hhhh caa[4] -
...
Many thanks in advance,
Alex