Skip to content

Commit

Permalink
ensure decomposed mass eigenstates are printed
Browse files Browse the repository at this point in the history
as for example {VP, VZ}
  • Loading branch information
Alexander Voigt authored and Alexander Voigt committed Jan 8, 2017
1 parent dd49b8e commit 9e4d21b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion meta/FlexibleSUSY.m
Expand Up @@ -1191,7 +1191,8 @@ corresponding tadpole is real or imaginary (only in models with CP
callAllLoopMassFunctions = LoopMasses`CallAllPoleMassFunctions[FlexibleSUSY`FSEigenstates, enablePoleMassThreads];
enablePoleMassThreads = True;
callAllLoopMassFunctionsInThreads = LoopMasses`CallAllPoleMassFunctions[FlexibleSUSY`FSEigenstates, enablePoleMassThreads];
masses = DeleteCases[FlexibleSUSY`M[TreeMasses`GetMassEigenstate[#]]& /@ massMatrices, FlexibleSUSY`M[_List]];
masses = Flatten[(FlexibleSUSY`M[TreeMasses`GetMassEigenstate[#]]& /@ massMatrices) /.
FlexibleSUSY`M[p_List] :> (FlexibleSUSY`M /@ p)];
{lspGetters, lspFunctions} = LoopMasses`CreateLSPFunctions[FlexibleSUSY`PotentialLSPParticles];
printMasses = WriteOut`PrintParameters[masses, "ostr"];
getPhysical = TreeMasses`CreatePhysicalArrayGetter[massMatrices];
Expand Down

0 comments on commit 9e4d21b

Please sign in to comment.