[Flexiblesusy-commits] [FlexibleSUSY/FlexibleSUSY] beaaca: introduce SLHA convention conversion function

GitHub noreply at github.com
Tue Jul 15 15:17:23 BST 2014


  Branch: refs/heads/development
  Home:   https://github.com/FlexibleSUSY/FlexibleSUSY
  Commit: beaaca392179b2550fda936789dc9cfabf09e70d
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/beaaca392179b2550fda936789dc9cfabf09e70d
  Author: Expander <Hole.destructor at gmx.de>
  Date:   2014-07-14 (Mon, 14 Jul 2014)

  Changed paths:
    M meta/WriteOut.m
    M templates/slha_io.cpp.in
    M templates/slha_io.hpp.in

  Log Message:
  -----------
  introduce SLHA convention conversion function


  Commit: 3fc4dec1b9e615fed3a0e8f01256df54164064e3
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/3fc4dec1b9e615fed3a0e8f01256df54164064e3
  Author: Expander <Hole.destructor at gmx.de>
  Date:   2014-07-14 (Mon, 14 Jul 2014)

  Changed paths:
    M meta/TreeMasses.m

  Log Message:
  -----------
  export helper function operating on FSMassMatrix objects


  Commit: 6414e46028f8a0432397f18f348c7e5882f84502
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/6414e46028f8a0432397f18f348c7e5882f84502
  Author: Expander <Hole.destructor at gmx.de>
  Date:   2014-07-14 (Mon, 14 Jul 2014)

  Changed paths:
    M meta/FlexibleSUSY.m
    M meta/WriteOut.m
    M src/slha_io.hpp
    M templates/slha_io.cpp.in
    M test/test_slha_io.cpp

  Log Message:
  -----------
  convert symmetric fermion mixings to SLHA convention


  Commit: c38f999d3f2518f6753f1e75bdf68fef0c566fa4
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/c38f999d3f2518f6753f1e75bdf68fef0c566fa4
  Author: Expander <Hole.destructor at gmx.de>
  Date:   2014-07-14 (Mon, 14 Jul 2014)

  Changed paths:
    M test/test_TreeMasses.m

  Log Message:
  -----------
  correcting TreeMasses test after commit 3fc4de


  Commit: 63245aefd3da2c5a2c59f3efe0f5caae251611ac
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/63245aefd3da2c5a2c59f3efe0f5caae251611ac
  Author: Expander <Hole.destructor at gmx.de>
  Date:   2014-07-14 (Mon, 14 Jul 2014)

  Changed paths:
    M meta/WriteOut.m
    M src/slha_io.hpp
    M test/test_slha_io.cpp

  Log Message:
  -----------
  rename function and add comment on assumed mass matrix structure


  Commit: 6ad8025dd5b074d6e0ef918a9fbedc73304f0672
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/6ad8025dd5b074d6e0ef918a9fbedc73304f0672
  Author: Jae-hyeon Park <jhyeon at gmail.com>
  Date:   2014-07-15 (Tue, 15 Jul 2014)

  Changed paths:
    M src/slha_io.hpp

  Log Message:
  -----------
  src/slha_io.hpp: extend a comment


  Commit: 22438aa1ee57e19bfe9dbfbf087caf2682ee7885
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/22438aa1ee57e19bfe9dbfbf087caf2682ee7885
  Author: Expander <Hole.destructor at gmx.de>
  Date:   2014-07-15 (Tue, 15 Jul 2014)

  Changed paths:
    M meta/LatticeUtils.m

  Log Message:
  -----------
  expose useful helper function MajoranaMassMatrixQ


  Commit: c628a1d451a7912804a365bc4c6ce6c4ef5c8722
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/c628a1d451a7912804a365bc4c6ce6c4ef5c8722
  Author: Expander <Hole.destructor at gmx.de>
  Date:   2014-07-15 (Tue, 15 Jul 2014)

  Changed paths:
    M meta/WriteOut.m

  Log Message:
  -----------
  use cheaper MajoranaMassMatrixQ instead of checking symmetry explicitly


  Commit: 845512458242aa9c311f3faac90b64dc2309d67a
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/845512458242aa9c311f3faac90b64dc2309d67a
  Author: Expander <Hole.destructor at gmx.de>
  Date:   2014-07-15 (Tue, 15 Jul 2014)

  Changed paths:
    M test/test_slha_io.cpp

  Log Message:
  -----------
  compare speed of two SLHA mixing matrix conversion implementations

On my machine convert_symmetric_fermion_mixings_to_slha_forloop() is
faster than
convert_symmetric_fermion_mixings_to_slha_rediagonalization() by
approximately a factor 2 .


  Commit: 9952f7de45d815ed19ecc3bd0a291e853bc3d286
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/9952f7de45d815ed19ecc3bd0a291e853bc3d286
  Author: Expander <Hole.destructor at gmx.de>
  Date:   2014-07-15 (Tue, 15 Jul 2014)

  Changed paths:
    M test/test_slha_io.cpp

  Log Message:
  -----------
  test speed for a 4x4 mass matrix (as it appears in the MSSM)


  Commit: 79aaabbc925def8b3d0eea330017f9213e4314d4
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/79aaabbc925def8b3d0eea330017f9213e4314d4
  Author: Expander <Hole.destructor at gmx.de>
  Date:   2014-07-15 (Tue, 15 Jul 2014)

  Changed paths:
    M test/test_slha_io.cpp

  Log Message:
  -----------
  remove unused variable


  Commit: 51fffa7ebd0f6c0317644a5d64f15f670a4f4ae0
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/51fffa7ebd0f6c0317644a5d64f15f670a4f4ae0
  Author: Expander <Hole.destructor at gmx.de>
  Date:   2014-07-15 (Tue, 15 Jul 2014)

  Changed paths:
    M meta/FlexibleSUSY.m
    M meta/LatticeUtils.m
    M meta/TreeMasses.m
    M meta/WriteOut.m
    M src/slha_io.hpp
    M templates/slha_io.cpp.in
    M templates/slha_io.hpp.in
    M test/test_TreeMasses.m
    M test/test_slha_io.cpp

  Log Message:
  -----------
  Merge branch 'fix-slha-convention' into development


  Commit: ea66b92fb98b41e762cbea37ebdfc3d368a11e4c
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/ea66b92fb98b41e762cbea37ebdfc3d368a11e4c
  Author: Expander <Hole.destructor at gmx.de>
  Date:   2014-07-15 (Tue, 15 Jul 2014)

  Changed paths:
    M ChangeLog

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


Compare: https://github.com/FlexibleSUSY/FlexibleSUSY/compare/5d1d1376b02b...ea66b92fb98b


More information about the Flexiblesusy-commits mailing list