[Flexiblesusy-commits] [FlexibleSUSY/FlexibleSUSY] 60211f: implement 1L and 2L MSSM-SQCD corrections to yt fr...

GitHub noreply at github.com
Tue Jul 12 08:42:30 BST 2016


  Branch: refs/heads/master
  Home:   https://github.com/FlexibleSUSY/FlexibleSUSY
  Commit: 60211f7d1d48deae3f678cddde2bf084e3999817
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/60211f7d1d48deae3f678cddde2bf084e3999817
  Author: Alexander Voigt <Alexander.Voigt at desy.de>
  Date:   2016-07-04 (Mon, 04 Jul 2016)

  Changed paths:
    M meta/TwoLoopMSSM.m

  Log Message:
  -----------
  implement 1L and 2L MSSM-SQCD corrections to yt from hep-ph/0210258

Eq. (59), (62)


  Commit: 63f5361c1a3d7a5992dfc54fd1934779e6b5dd00
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/63f5361c1a3d7a5992dfc54fd1934779e6b5dd00
  Author: Alexander Voigt <Alexander.Voigt at desy.de>
  Date:   2016-07-05 (Tue, 05 Jul 2016)

  Changed paths:
    M src/numerics.cpp

  Log Message:
  -----------
  fix numerical stability of B1 function

for scenarios with

   m1 = 1e5, m2 = m1 + 0.13, q = m1,
   p = 0 ... 500

In this scenario, m1 is close to m2.  Therfore, the p^2 terms are
divided by the small quantity (m1^2 - m2^2), which leads to an
instability.

The fix is to catch the case when m1 ~ m2.


  Commit: 835074a559dd4defaa1f3b366df01b3782b7bc5d
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/835074a559dd4defaa1f3b366df01b3782b7bc5d
  Author: Alexander Voigt <Alexander.Voigt at desy.de>
  Date:   2016-07-05 (Tue, 05 Jul 2016)

  Changed paths:
    M ChangeLog

  Log Message:
  -----------
  update ChangeLog


  Commit: 6d88b9195a7ead5ad92552feec4fca30679bfb44
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/6d88b9195a7ead5ad92552feec4fca30679bfb44
  Author: Alexander Voigt <Alexander.Voigt at desy.de>
  Date:   2016-07-06 (Wed, 06 Jul 2016)

  Changed paths:
    M ChangeLog

  Log Message:
  -----------
  move bugfix to 1.6.0 release


  Commit: 33cf865777db4d06a8e44550ee103fafde190af9
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/33cf865777db4d06a8e44550ee103fafde190af9
  Author: Alexander Voigt <Alexander.Voigt at desy.de>
  Date:   2016-07-06 (Wed, 06 Jul 2016)

  Changed paths:
    M src/module.mk
    A src/splitmssm_thresholds.cpp
    A src/splitmssm_thresholds.hpp

  Log Message:
  -----------
  adding C++ implementation of MSSM threshold from arXiv:1407.4081.


  Commit: 3d69c85047cd6e64299e378ae72858e5abf70ab1
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/3d69c85047cd6e64299e378ae72858e5abf70ab1
  Author: Alexander Voigt <Alexander.Voigt at desy.de>
  Date:   2016-07-06 (Wed, 06 Jul 2016)

  Changed paths:
    M meta/LoopMasses.m

  Log Message:
  -----------
  add braces around isfinite check of 2-loop MSSM Higgs contributions


  Commit: 9fa11d31a0d8099038923f6055f6d5aebb0da20f
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/9fa11d31a0d8099038923f6055f6d5aebb0da20f
  Author: Alexander Voigt <Alexander.Voigt at desy.de>
  Date:   2016-07-07 (Thu, 07 Jul 2016)

  Changed paths:
    M meta/LoopMasses.m

  Log Message:
  -----------
  rename variable M_1loop -> M_loop

to avoid confusion if we add 2L contributions (or higher)


  Commit: 857c51b946b908147b45d7bc4444ce9198dfb89c
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/857c51b946b908147b45d7bc4444ce9198dfb89c
  Author: Alexander Voigt <Alexander.Voigt at desy.de>
  Date:   2016-07-07 (Thu, 07 Jul 2016)

  Changed paths:
    M meta/Constraint.m
    M meta/FlexibleSUSY.m
    M meta/ThresholdCorrections.m
    M model_files/CMSSMCKM/FlexibleSUSY.m.in
    M model_files/U1xMSSM3G/FlexibleSUSY.m.in
    M src/standard_model.cpp
    M templates/two_scale_initial_guesser.cpp.in
    M templates/two_scale_initial_guesser_low_scale_model.cpp.in
    M templates/two_scale_low_scale_constraint.cpp.in

  Log Message:
  -----------
  rename symbols referring to the fermion DR-bar masses in the model

The new names have been proposed by Peter to emphasize that they are
of a 3x3 matrix type.


  Commit: a00394fd7d4c8536e075b08bb55d38376d044bb9
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/a00394fd7d4c8536e075b08bb55d38376d044bb9
  Author: Alexander Voigt <Alexander.Voigt at desy.de>
  Date:   2016-07-08 (Fri, 08 Jul 2016)

  Changed paths:
    M config/module.mk

  Log Message:
  -----------
  link depgen.x with LDLIBS


  Commit: 409e2b4f12ceb4e15e7ff494b10984387b34a33b
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/409e2b4f12ceb4e15e7ff494b10984387b34a33b
  Author: Alexander Voigt <Alexander.Voigt at desy.de>
  Date:   2016-07-08 (Fri, 08 Jul 2016)

  Changed paths:
    M addons/GM2Calc/module.mk

  Log Message:
  -----------
  adding missing link to liblegacy.*


  Commit: cc52e9745fcf1178685410eb0e9125098c2fd78b
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/cc52e9745fcf1178685410eb0e9125098c2fd78b
  Author: Alexander Voigt <Alexander.Voigt at desy.de>
  Date:   2016-07-08 (Fri, 08 Jul 2016)

  Changed paths:
    M templates/module.mk.in

  Log Message:
  -----------
  link addons library with absolute path


  Commit: b21251168c6d847849b9ba7beafae8eeb8b1c6d5
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/b21251168c6d847849b9ba7beafae8eeb8b1c6d5
  Author: Alexander Voigt <Alexander.Voigt at desy.de>
  Date:   2016-07-08 (Fri, 08 Jul 2016)

  Changed paths:
    M README
    M config/Makefile.in
    M doc/building.dox

  Log Message:
  -----------
  adding clean-lib target to remove all libraries


  Commit: d13591dcce281010be85cf67db6298d773a270b3
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/d13591dcce281010be85cf67db6298d773a270b3
  Author: Alexander Voigt <Alexander.Voigt at desy.de>
  Date:   2016-07-08 (Fri, 08 Jul 2016)

  Changed paths:
    M README
    M addons/GM2Calc/module.mk
    M addons/test_call_tsil/module.mk
    M config/module.mk
    M doc/building.dox
    M doc/module.mk
    M examples/module.mk
    M fflite/module.mk
    M legacy/module.mk
    M slhaea/module.mk
    M src/module.mk
    M templates/module.addon.mk.in
    M templates/module.mk.in
    M test/module.mk

  Log Message:
  -----------
  adding clean-*-lib targets to delete libraries


  Commit: 04e319ac588ebfb71fabb5cf86cb1c58e89903cf
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/04e319ac588ebfb71fabb5cf86cb1c58e89903cf
  Author: Alexander Voigt <Alexander.Voigt at desy.de>
  Date:   2016-07-11 (Mon, 11 Jul 2016)

  Changed paths:
    M src/minimizer.hpp
    M src/root_finder.hpp

  Log Message:
  -----------
  use cout instead of printf

in order to be able to redirect cout using rdbuf()


  Commit: fc6d5093b798385eaa47f693e604620ba510e340
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/fc6d5093b798385eaa47f693e604620ba510e340
  Author: Alexander Voigt <Alexander.Voigt at desy.de>
  Date:   2016-07-12 (Tue, 12 Jul 2016)

  Changed paths:
    M .gitattributes

  Log Message:
  -----------
  Bugfix: ship all lattice meta code files

This prevents make to stop with the error

make: *** No rule to make target 'meta/Format.m', needed by 'models/CMSSM/00_DELETE_ME_TO_RERUN_METACODE'.  Stop.


  Commit: f8431ac6f9e40e9da2e78158ea6056b28ef66958
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/f8431ac6f9e40e9da2e78158ea6056b28ef66958
  Author: Alexander Voigt <Alexander.Voigt at desy.de>
  Date:   2016-07-12 (Tue, 12 Jul 2016)

  Changed paths:
    M ChangeLog

  Log Message:
  -----------
  update ChangeLog


  Commit: e769a5f0ebb26bd4dca468f3585f50f4dd687b9a
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/e769a5f0ebb26bd4dca468f3585f50f4dd687b9a
  Author: Alexander Voigt <Alexander.Voigt at desy.de>
  Date:   2016-07-12 (Tue, 12 Jul 2016)

  Changed paths:
    M ChangeLog
    M configure

  Log Message:
  -----------
  version 1.5.1


  Commit: 8356bacd26e8aecc6635607a32835d534ea3cf01
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/8356bacd26e8aecc6635607a32835d534ea3cf01
  Author: Alexander Voigt <Alexander.Voigt at desy.de>
  Date:   2016-07-12 (Tue, 12 Jul 2016)

  Changed paths:
    M .gitattributes
    M ChangeLog
    M README
    M addons/GM2Calc/module.mk
    M addons/test_call_tsil/module.mk
    M config/Makefile.in
    M config/module.mk
    M configure
    M doc/building.dox
    M doc/module.mk
    M examples/module.mk
    M fflite/module.mk
    M legacy/module.mk
    M meta/Constraint.m
    M meta/FlexibleSUSY.m
    M meta/LoopMasses.m
    M meta/ThresholdCorrections.m
    M meta/TwoLoopMSSM.m
    M model_files/CMSSMCKM/FlexibleSUSY.m.in
    M model_files/U1xMSSM3G/FlexibleSUSY.m.in
    M slhaea/module.mk
    M src/minimizer.hpp
    M src/module.mk
    M src/numerics.cpp
    M src/root_finder.hpp
    A src/splitmssm_thresholds.cpp
    A src/splitmssm_thresholds.hpp
    M src/standard_model.cpp
    M templates/module.addon.mk.in
    M templates/module.mk.in
    M templates/two_scale_initial_guesser.cpp.in
    M templates/two_scale_initial_guesser_low_scale_model.cpp.in
    M templates/two_scale_low_scale_constraint.cpp.in
    M test/module.mk

  Log Message:
  -----------
  Merge branch 'development'


Compare: https://github.com/FlexibleSUSY/FlexibleSUSY/compare/41797ffc9841...8356bacd26e8


More information about the Flexiblesusy-commits mailing list