[Flexiblesusy-commits] [FlexibleSUSY/FlexibleSUSY] 00befc: convert exception into a warning

GitHub noreply at github.com
Mon Feb 2 23:25:39 GMT 2015


  Branch: refs/heads/feature-gmu
  Home:   https://github.com/FlexibleSUSY/FlexibleSUSY
  Commit: 00befc3f60e5ca81a99271842f50d2b80bc9f829
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/00befc3f60e5ca81a99271842f50d2b80bc9f829
  Author: Alexander Voigt <Alexander.Voigt at desy.de>
  Date:   2015-02-02 (Mon, 02 Feb 2015)

  Changed paths:
    M src/weinberg_angle.cpp

  Log Message:
  -----------
  convert exception into a warning


  Commit: 5519d60127bb495c7d986654b3d6ef57ff90468b
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/5519d60127bb495c7d986654b3d6ef57ff90468b
  Author: Alexander Voigt <Alexander.Voigt at desy.de>
  Date:   2015-02-02 (Mon, 02 Feb 2015)

  Changed paths:
    M src/weinberg_angle.cpp

  Log Message:
  -----------
  rename mz to mz_pole for readability


  Commit: 9e1af6539b4400fcb2a5f02f3382ee905205675d
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/9e1af6539b4400fcb2a5f02f3382ee905205675d
  Author: Alexander Voigt <Alexander.Voigt at desy.de>
  Date:   2015-02-02 (Mon, 02 Feb 2015)

  Changed paths:
    M test/module.mk
    M test/test_CMSSM_weinberg_angle.cpp

  Log Message:
  -----------
  print time for Weinberg_angle::calculate()


  Commit: 158d19dc721997fe141044c1d056236769a14dba
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/158d19dc721997fe141044c1d056236769a14dba
  Author: Alexander Voigt <Alexander.Voigt at desy.de>
  Date:   2015-02-02 (Mon, 02 Feb 2015)

  Changed paths:
    M src/weinberg_angle.cpp

  Log Message:
  -----------
  throw NoConvergenceError exception if rho iteration did not converge


  Commit: f2dbaf7d0c0950da27c29c9e5625285b767312fd
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/f2dbaf7d0c0950da27c29c9e5625285b767312fd
  Author: Alexander Voigt <Alexander.Voigt at desy.de>
  Date:   2015-02-02 (Mon, 02 Feb 2015)

  Changed paths:
    M src/weinberg_angle.cpp
    M src/weinberg_angle.hpp
    M test/test_CMSSM_weinberg_angle.cpp

  Log Message:
  -----------
  adding alternative implementation without recursion


  Commit: 8152a370e60fa07ce70744f2f586ddd30c0293e8
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/8152a370e60fa07ce70744f2f586ddd30c0293e8
  Author: Alexander Voigt <Alexander.Voigt at desy.de>
  Date:   2015-02-02 (Mon, 02 Feb 2015)

  Changed paths:
    M src/weinberg_angle.cpp
    M src/weinberg_angle.hpp
    M test/test_CMSSM_weinberg_angle.cpp

  Log Message:
  -----------
  use non-recursive implementation by default

because it is slightly faster.


  Commit: 5695b80d9cdca6094490aecf88526be9fb45d26c
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/5695b80d9cdca6094490aecf88526be9fb45d26c
  Author: Alexander Voigt <Alexander.Voigt at desy.de>
  Date:   2015-02-02 (Mon, 02 Feb 2015)

  Changed paths:
    M src/weinberg_angle.cpp

  Log Message:
  -----------
  remove unused variables


  Commit: e51d64705464d09092d32ad6015d9f106ef88de2
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/e51d64705464d09092d32ad6015d9f106ef88de2
  Author: Alexander Voigt <Alexander.Voigt at desy.de>
  Date:   2015-02-02 (Mon, 02 Feb 2015)

  Changed paths:
    M src/weinberg_angle.cpp

  Log Message:
  -----------
  use our macros instead of the function from cmath


  Commit: 6791743f317b45802469ae91fc977628021a90f1
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/6791743f317b45802469ae91fc977628021a90f1
  Author: Alexander Voigt <Alexander.Voigt at desy.de>
  Date:   2015-02-02 (Mon, 02 Feb 2015)

  Changed paths:
    M src/weinberg_angle.cpp
    M src/weinberg_angle.hpp
    M test/test_CMSSM_weinberg_angle.cpp

  Log Message:
  -----------
  remove SoftSUSY-like implementation of the weinberg angle calculation

because it is harder to read and is a bit slower than the
implementation using a while() loop.


  Commit: 9b35298272237d6b0b254bdf922a5c3ec45da5b6
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/9b35298272237d6b0b254bdf922a5c3ec45da5b6
  Author: Alexander Voigt <Alexander.Voigt at desy.de>
  Date:   2015-02-02 (Mon, 02 Feb 2015)

  Changed paths:
    M test/test_CMSSM_weinberg_angle.cpp

  Log Message:
  -----------
  put setup of data structures into a separate function


  Commit: e9ee18aeeaaeb9dcc1ba0a2715b6b7d617b81acb
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/e9ee18aeeaaeb9dcc1ba0a2715b6b7d617b81acb
  Author: Alexander Voigt <Alexander.Voigt at desy.de>
  Date:   2015-02-02 (Mon, 02 Feb 2015)

  Changed paths:
    M test/test_CMSSM_weinberg_angle.cpp

  Log Message:
  -----------
  ensure same initial conditions


  Commit: 36464d2cd72ecaf422c8fd2f0ef303f4f7965a17
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/36464d2cd72ecaf422c8fd2f0ef303f4f7965a17
  Author: Alexander Voigt <Alexander.Voigt at desy.de>
  Date:   2015-02-02 (Mon, 02 Feb 2015)

  Changed paths:
    M test/test_CMSSM_weinberg_angle.cpp

  Log Message:
  -----------
  Revert "ensure same initial conditions"

This reverts commit e9ee18aeeaaeb9dcc1ba0a2715b6b7d617b81acb.


  Commit: 8977c15964ba2c130673c5687b0b0cb135895ced
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/8977c15964ba2c130673c5687b0b0cb135895ced
  Author: Alexander Voigt <Alexander.Voigt at desy.de>
  Date:   2015-02-02 (Mon, 02 Feb 2015)

  Changed paths:
    M test/test_CMSSM_weinberg_angle.cpp

  Log Message:
  -----------
  ensure that Softsusy and FS use the same initial conditions


  Commit: 8b98bda37251cb4a26c2e94e60b4fa03b5718134
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/8b98bda37251cb4a26c2e94e60b4fa03b5718134
  Author: Alexander Voigt <Alexander.Voigt at desy.de>
  Date:   2015-02-02 (Mon, 02 Feb 2015)

  Changed paths:
    M src/weinberg_angle.cpp

  Log Message:
  -----------
  correcting condition check for non-convergence


  Commit: cd768d95a77ccd7e8bbafc733844e012f08607ac
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/cd768d95a77ccd7e8bbafc733844e012f08607ac
  Author: Alexander Voigt <Alexander.Voigt at desy.de>
  Date:   2015-02-03 (Tue, 03 Feb 2015)

  Changed paths:
    M src/weinberg_angle.cpp
    M src/weinberg_angle.hpp

  Log Message:
  -----------
  adding documentation for Weinberg_angle class


  Commit: c7cb93082ac018b1d0a9812fe67540c591bbad16
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/c7cb93082ac018b1d0a9812fe67540c591bbad16
  Author: Alexander Voigt <Alexander.Voigt at desy.de>
  Date:   2015-02-03 (Tue, 03 Feb 2015)

  Changed paths:
    M src/weinberg_angle.cpp

  Log Message:
  -----------
  ensure that we take root2 from ew_input.hpp


Compare: https://github.com/FlexibleSUSY/FlexibleSUSY/compare/36dac0457b21...c7cb93082ac0


More information about the Flexiblesusy-commits mailing list