[Flexiblesusy-commits] [FlexibleSUSY/FlexibleSUSY] de1868: allow model parameters in extra SLHA output blocks

GitHub noreply at github.com
Sun Oct 26 11:08:20 GMT 2014


  Branch: refs/heads/development
  Home:   https://github.com/FlexibleSUSY/FlexibleSUSY
  Commit: de1868d89dbb394091bb441c4fbfbcf114327488
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/de1868d89dbb394091bb441c4fbfbcf114327488
  Author: Expander <Hole.destructor at gmx.de>
  Date:   2014-10-26 (Sun, 26 Oct 2014)

  Changed paths:
    M meta/FlexibleSUSY.m

  Log Message:
  -----------
  allow model parameters in extra SLHA output blocks


  Commit: 48509e3b6b6385ad184a9adbd84b16ff1aa2c22b
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/48509e3b6b6385ad184a9adbd84b16ff1aa2c22b
  Author: Expander <Hole.destructor at gmx.de>
  Date:   2014-10-26 (Sun, 26 Oct 2014)

  Changed paths:
    M meta/WriteOut.m
    M model_files/MSSM/FlexibleSUSY.m.in
    M model_files/MSSMNoFV/FlexibleSUSY.m.in
    M model_files/lowMSSM/FlexibleSUSY.m.in

  Log Message:
  -----------
  add Au, Ad, Ae to list of extra SLHA output blocks

I also changed the syntax for output elements which do not have an
index:

Output an expression without an SLHA index:

   ExtraSLHAOutputBlocks = {
      {ALPHA, {{expression}}}
   };

Output an expression with one SLHA index:

   ExtraSLHAOutputBlocks = {
      {HMIX, {{1, expression}}}
   };

Output expressions with two SLHA indices:

   ExtraSLHAOutputBlocks = {
      {AU, {{1, 2, expression}}},
      {AD, {{1, 2, expression}}},
      {AE, {{1, 2, expression}}}
   };


Compare: https://github.com/FlexibleSUSY/FlexibleSUSY/compare/afb080a492b6...48509e3b6b63


More information about the Flexiblesusy-commits mailing list