[Flexiblesusy-commits] [FlexibleSUSY/FlexibleSUSY] 8a39f6: adding (g-2) functions from Robert Greifenhagen

GitHub noreply at github.com
Tue Jul 21 19:05:55 BST 2015


  Branch: refs/heads/feature-gm2-MSSM-onshell
  Home:   https://github.com/FlexibleSUSY/FlexibleSUSY
  Commit: 8a39f6baaad92e9ee5bb93cff418af6bd6a411ca
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/8a39f6baaad92e9ee5bb93cff418af6bd6a411ca
  Author: Alexander Voigt <alexander.voigt at desy.de>
  Date:   2015-07-21 (Tue, 21 Jul 2015)

  Changed paths:
    A addons/gm2os/ffunctions.cpp
    A addons/gm2os/ffunctions.hpp
    A addons/gm2os/gm2.cpp
    A addons/gm2os/gm2_1loop.cpp
    A addons/gm2os/gm2_1loop.hpp
    A addons/gm2os/gm2_2loop.cpp
    A addons/gm2os/gm2_2loop.hpp
    A addons/gm2os/gm2_calculator.cpp
    A addons/gm2os/gm2_calculator.hpp
    A addons/gm2os/module.mk

  Log Message:
  -----------
  adding (g-2) functions from Robert Greifenhagen


  Commit: f994014d364b2767558ab91f6d238ddf572d50ae
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/f994014d364b2767558ab91f6d238ddf572d50ae
  Author: Alexander Voigt <alexander.voigt at desy.de>
  Date:   2015-07-21 (Tue, 21 Jul 2015)

  Changed paths:
    M addons/gm2os/gm2_calculator.cpp
    M addons/gm2os/gm2_calculator.hpp

  Log Message:
  -----------
  replace MUDIM by renormalization scale


  Commit: 0e4cc24b3e8e2a070945be223b9d5b4fe9e3c10b
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/0e4cc24b3e8e2a070945be223b9d5b4fe9e3c10b
  Author: Alexander Voigt <alexander.voigt at desy.de>
  Date:   2015-07-21 (Tue, 21 Jul 2015)

  Changed paths:
    M addons/gm2os/gm2.cpp
    M addons/gm2os/gm2_calculator.cpp
    M addons/gm2os/gm2_calculator.hpp

  Log Message:
  -----------
  remove redundant parameters to avoid any ambiguities


  Commit: c0fb029af1810e9eaf631255b4e095ccc4d586f9
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/c0fb029af1810e9eaf631255b4e095ccc4d586f9
  Author: Alexander Voigt <alexander.voigt at desy.de>
  Date:   2015-07-21 (Tue, 21 Jul 2015)

  Changed paths:
    M addons/gm2os/gm2_calculator.hpp

  Log Message:
  -----------
  all mass and mixing matrix getters return the pole masses

The idea is that the physical struct can be filled with the pole
masses and mixing matrices from the SLHA_io class from an SLHA input.
After the filling of the physical struct, the conversion of the model
parameters can be done by calling convert_to_onshell().


  Commit: 927a7bad1dd55ab679fb1c9224df556c7c4c5b01
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/927a7bad1dd55ab679fb1c9224df556c7c4c5b01
  Author: Alexander Voigt <alexander.voigt at desy.de>
  Date:   2015-07-21 (Tue, 21 Jul 2015)

  Changed paths:
    M addons/gm2os/gm2_calculator.cpp

  Log Message:
  -----------
  add some comments


  Commit: 1d602da5d66bc2cf934d62df3871aab9d79e7da6
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/1d602da5d66bc2cf934d62df3871aab9d79e7da6
  Author: Alexander Voigt <alexander.voigt at desy.de>
  Date:   2015-07-21 (Tue, 21 Jul 2015)

  Changed paths:
    A addons/gm2os/MSSMNoFV_onshell.cpp
    A addons/gm2os/MSSMNoFV_onshell.hpp
    M addons/gm2os/gm2.cpp
    M addons/gm2os/gm2_1loop.cpp
    M addons/gm2os/gm2_1loop.hpp
    M addons/gm2os/gm2_2loop.cpp
    M addons/gm2os/gm2_2loop.hpp
    R addons/gm2os/gm2_calculator.cpp
    R addons/gm2os/gm2_calculator.hpp
    M addons/gm2os/module.mk

  Log Message:
  -----------
  rename class to express its intention


  Commit: c088d974e86857a1d107cab9651bb6f826563821
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/c088d974e86857a1d107cab9651bb6f826563821
  Author: Alexander Voigt <alexander.voigt at desy.de>
  Date:   2015-07-21 (Tue, 21 Jul 2015)

  Changed paths:
    M addons/gm2os/gm2.cpp

  Log Message:
  -----------
  rename variable


  Commit: b7f42525f892b7df059e19fc1d8dc06e2866e5ed
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/b7f42525f892b7df059e19fc1d8dc06e2866e5ed
  Author: Alexander Voigt <alexander.voigt at desy.de>
  Date:   2015-07-21 (Tue, 21 Jul 2015)

  Changed paths:
    M addons/gm2os/gm2_1loop.cpp

  Log Message:
  -----------
  SvmL is a scalar


  Commit: 70ae2571cdf4c651480abc53eee02786aa2f2b3a
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/70ae2571cdf4c651480abc53eee02786aa2f2b3a
  Author: Alexander Voigt <alexander.voigt at desy.de>
  Date:   2015-07-21 (Tue, 21 Jul 2015)

  Changed paths:
    M addons/gm2os/gm2_1loop.cpp
    M addons/gm2os/gm2_2loop.cpp

  Log Message:
  -----------
  make local copies const to help the compiler


  Commit: bd18bb35b7746e3b8a806784836c1d3e4d9fed9e
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/bd18bb35b7746e3b8a806784836c1d3e4d9fed9e
  Author: Alexander Voigt <alexander.voigt at desy.de>
  Date:   2015-07-21 (Tue, 21 Jul 2015)

  Changed paths:
    M addons/gm2os/gm2_2loop.cpp

  Log Message:
  -----------
  add missing header inclusion


  Commit: fb401c3c79fa2acd46d9c94aa43b92d82135da0a
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/fb401c3c79fa2acd46d9c94aa43b92d82135da0a
  Author: Alexander Voigt <alexander.voigt at desy.de>
  Date:   2015-07-21 (Tue, 21 Jul 2015)

  Changed paths:
    M addons/gm2os/gm2_1loop.cpp
    M addons/gm2os/gm2_2loop.cpp

  Log Message:
  -----------
  remove unused header inclusions


  Commit: 4e90c62468f3325634a18cf7eb09df102b899767
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/4e90c62468f3325634a18cf7eb09df102b899767
  Author: Alexander Voigt <alexander.voigt at desy.de>
  Date:   2015-07-21 (Tue, 21 Jul 2015)

  Changed paths:
    M addons/gm2os/MSSMNoFV_onshell.cpp
    M addons/gm2os/MSSMNoFV_onshell.hpp
    M addons/gm2os/ffunctions.cpp
    M addons/gm2os/ffunctions.hpp
    M addons/gm2os/gm2.cpp
    M addons/gm2os/gm2_1loop.cpp
    M addons/gm2os/gm2_1loop.hpp
    M addons/gm2os/gm2_2loop.cpp
    M addons/gm2os/gm2_2loop.hpp

  Log Message:
  -----------
  rename gm2 namespace to avoid collisons with Jobst's implementation


  Commit: acaf0653702b26331bbe44d920dbd49bd90cb2a4
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/acaf0653702b26331bbe44d920dbd49bd90cb2a4
  Author: Alexander Voigt <alexander.voigt at desy.de>
  Date:   2015-07-21 (Tue, 21 Jul 2015)

  Changed paths:
    M addons/gm2os/gm2.cpp

  Log Message:
  -----------
  read model parameters from SLHA input source


  Commit: e8252c168e1c31bde182cd2ba4af90eb3194493d
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/e8252c168e1c31bde182cd2ba4af90eb3194493d
  Author: Alexander Voigt <alexander.voigt at desy.de>
  Date:   2015-07-21 (Tue, 21 Jul 2015)

  Changed paths:
    M addons/gm2os/gm2.cpp

  Log Message:
  -----------
  calculate DR-bar masses before conversion


  Commit: 97fd626727e0850d5c5a6c2cebd920c28cdd612e
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/97fd626727e0850d5c5a6c2cebd920c28cdd612e
  Author: Alexander Voigt <alexander.voigt at desy.de>
  Date:   2015-07-21 (Tue, 21 Jul 2015)

  Changed paths:
    M sarah/MSSMNoFV/particles.m

  Log Message:
  -----------
  Merge remote branch 'origin/development' into feature-gm2-MSSM-onshell


Compare: https://github.com/FlexibleSUSY/FlexibleSUSY/compare/8a39f6baaad9^...97fd626727e0


More information about the Flexiblesusy-commits mailing list