[Flexiblesusy-commits] [FlexibleSUSY/FlexibleSUSY] 4f0966: increase test precision after last bugfix

GitHub noreply at github.com
Fri Jul 8 22:26:09 BST 2016


  Branch: refs/heads/feature-mathlink
  Home:   https://github.com/FlexibleSUSY/FlexibleSUSY
  Commit: 4f0966a539c1a5f188ff1864fc303499e5344c71
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/4f0966a539c1a5f188ff1864fc303499e5344c71
  Author: Alexander Voigt <Alexander.Voigt at desy.de>
  Date:   2016-06-27 (Mon, 27 Jun 2016)

  Changed paths:
    M test/test_lowe.cpp

  Log Message:
  -----------
  increase test precision after last bugfix


  Commit: 5a31df79df6dbdadb4c5609f3e5b2423a702b67c
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/5a31df79df6dbdadb4c5609f3e5b2423a702b67c
  Author: Alexander Voigt <Alexander.Voigt at desy.de>
  Date:   2016-06-27 (Mon, 27 Jun 2016)

  Changed paths:
    M ChangeLog

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


  Commit: d19b3688566631e4ecb192e640016382d8092c45
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/d19b3688566631e4ecb192e640016382d8092c45
  Author: Alexander Voigt <Alexander.Voigt at desy.de>
  Date:   2016-06-29 (Wed, 29 Jun 2016)

  Changed paths:
    M src/mycomplex.h

  Log Message:
  -----------
  fix uninitialized variable warning


  Commit: c83152c6d79d92c67e8003f5159c4cd3676aef6a
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/c83152c6d79d92c67e8003f5159c4cd3676aef6a
  Author: Alexander Voigt <Alexander.Voigt at desy.de>
  Date:   2016-06-29 (Wed, 29 Jun 2016)

  Changed paths:
    M ChangeLog
    M configure

  Log Message:
  -----------
  version 1.5.0


  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: 633ec78e1dae772ff0cfe15f12461198837d9bde
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/633ec78e1dae772ff0cfe15f12461198837d9bde
  Author: Alexander Voigt <Alexander.Voigt at desy.de>
  Date:   2016-07-08 (Fri, 08 Jul 2016)

  Changed paths:
    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/module.mk
    M src/numerics.cpp
    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
    M test/test_lowe.cpp

  Log Message:
  -----------
  Merge branch 'development' into feature-mathlink

Conflicts:
	config/Makefile.in
	config/module.mk


Compare: https://github.com/FlexibleSUSY/FlexibleSUSY/compare/54b0a7c54ede...633ec78e1dae


More information about the Flexiblesusy-commits mailing list