Skip to content

Commit

Permalink
Add mass dimensions for input parameters in the CE6SSM
Browse files Browse the repository at this point in the history
to simplify the generated semi-analytic solutions
  • Loading branch information
Dylan Harries committed Feb 10, 2017
1 parent f23c5c6 commit dd0d01d
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions model_files/CE6SSM/FlexibleSUSY.m.in
Expand Up @@ -20,12 +20,18 @@ EXTPAR = {
};

FSAuxiliaryParameterInfo = {
{m0Sq, { ParameterDimensions -> {1},
MassDimension -> 2 } },
{m12, { ParameterDimensions -> {1},
MassDimension -> 1 } },
{Azero, { ParameterDimensions -> {1},
MassDimension -> 1 } }
{m0Sq, { ParameterDimensions -> {1},
MassDimension -> 2 } },
{m12, { ParameterDimensions -> {1},
MassDimension -> 1 } },
{Azero, { ParameterDimensions -> {1},
MassDimension -> 1 } },
{LambdaInput, { MassDimension -> 0 } },
{KappaInput, { MassDimension -> 0 } },
{MuPrimeInput, { MassDimension -> 1 } },
{BMuPrimeInput, { MassDimension -> 2 } },
{vsInput, { MassDimension -> 1 } },
{Lambda12Input, { MassDimension -> 0 } }
};

EWSBOutputParameters = { m0Sq, m12, Azero };
Expand Down

0 comments on commit dd0d01d

Please sign in to comment.