[Flexiblesusy-commits] [FlexibleSUSY/FlexibleSUSY] e61651: Shift soft Higgs masses to meet tree-level EWSB co...

GitHub noreply at github.com
Wed Sep 24 13:39:03 BST 2014


  Branch: refs/heads/lattice
  Home:   https://github.com/FlexibleSUSY/FlexibleSUSY
  Commit: e61651b66ba07b3a1086e8198f3fcff2bf005dcf
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/e61651b66ba07b3a1086e8198f3fcff2bf005dcf
  Author: Jae-hyeon Park <jhyeon at gmail.com>
  Date:   2014-09-05 (Fri, 05 Sep 2014)

  Changed paths:
    M meta/Lattice.m
    M templates/lattice_model.hpp.in
    M templates/lattice_model_interactions.cpp.in

  Log Message:
  -----------
  Shift soft Higgs masses to meet tree-level EWSB conditions in lattice code

to respect the tree-level Slavnov-Taylor identity between the
goldstone boson and vector boson masses (in Rxi gauge for xi = 1).
See also: commit b4cf1673e26084bae8764403dbebf3e365b3427b,
    commit 933400fa0fb466058eb1d97e9232fa2d68abab97


  Commit: 7d894812ff86147a20a5442d30e447b75d46a7b3
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/7d894812ff86147a20a5442d30e447b75d46a7b3
  Author: Jae-hyeon Park <jhyeon at gmail.com>
  Date:   2014-09-05 (Fri, 05 Sep 2014)

  Changed paths:
    M meta/Lattice.m

  Log Message:
  -----------
  meta/Lattice.m: treat unbound CContext[scope] as ""


  Commit: cca418da87950f8062da836188d652ea8d41a18b
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/cca418da87950f8062da836188d652ea8d41a18b
  Author: Jae-hyeon Park <jhyeon at gmail.com>
  Date:   2014-09-05 (Fri, 05 Sep 2014)

  Changed paths:
    M meta/Lattice.m
    M src/lattice_model_interactions.cpp
    M src/lattice_model_interactions.hpp

  Log Message:
  -----------
  Rename get_scale() to scl() in Lattice_model_interactions

so that it can be represented by the same name in a Mathematica
expression.


  Commit: a6d14f351e672e59d8a05e9b75d0b2910e56fa6f
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/a6d14f351e672e59d8a05e9b75d0b2910e56fa6f
  Author: Jae-hyeon Park <jhyeon at gmail.com>
  Date:   2014-09-05 (Fri, 05 Sep 2014)

  Changed paths:
    M meta/Lattice.m

  Log Message:
  -----------
  meta/Lattice.m: fix FindDependence[]

Before the fix, there were objects that FindDependence[] classified as
explicit dependencies even though they were not registered to
ToEnumSymbol[].


  Commit: 85d2e68d954d6a5794d9f28ba96933cde37a33ac
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/85d2e68d954d6a5794d9f28ba96933cde37a33ac
  Author: Jae-hyeon Park <jhyeon at gmail.com>
  Date:   2014-09-05 (Fri, 05 Sep 2014)

  Changed paths:
    M meta/Lattice.m

  Log Message:
  -----------
  CNConstraintsToCCode[]: do not convert dependence list to string

so that dependence lists from multiple calls to this function can be
merged easily afterwards.


  Commit: c286ad4f86544b3cf29cf563df2a259fd039c21a
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/c286ad4f86544b3cf29cf563df2a259fd039c21a
  Author: Jae-hyeon Park <jhyeon at gmail.com>
  Date:   2014-09-05 (Fri, 05 Sep 2014)

  Changed paths:
    M meta/Lattice.m

  Log Message:
  -----------
  meta/Lattice.m: improve expression reality checks


  Commit: a402d7c996ef076cdcadc1c7c4676785bcaad2e1
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/a402d7c996ef076cdcadc1c7c4676785bcaad2e1
  Author: Jae-hyeon Park <jhyeon at gmail.com>
  Date:   2014-09-05 (Fri, 05 Sep 2014)

  Changed paths:
    M meta/Lattice.m
    M src/wrappers.hpp

  Log Message:
  -----------
  Add ComplexLog() to handle negative mass^2


  Commit: 95b25c842c989d2cb9b10e45beafed6aa55dd9ba
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/95b25c842c989d2cb9b10e45beafed6aa55dd9ba
  Author: Jae-hyeon Park <jhyeon at gmail.com>
  Date:   2014-09-05 (Fri, 05 Sep 2014)

  Changed paths:
    M meta/Lattice.m

  Log Message:
  -----------
  Clean up lattice code


  Commit: ac6574fd5aa94c646169f82df2a0989af9309ab1
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/ac6574fd5aa94c646169f82df2a0989af9309ab1
  Author: Jae-hyeon Park <jhyeon at gmail.com>
  Date:   2014-09-05 (Fri, 05 Sep 2014)

  Changed paths:
    M meta/Lattice.m
    M templates/lattice_low_scale_constraint.cpp.in
    M templates/lattice_low_scale_constraint.hpp.in

  Log Message:
  -----------
  Add first draft of lattice low-scale constraints


  Commit: aaa00a13fabc5b2a132b08958554ede0d18abde8
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/aaa00a13fabc5b2a132b08958554ede0d18abde8
  Author: Jae-hyeon Park <jhyeon at gmail.com>
  Date:   2014-09-05 (Fri, 05 Sep 2014)

  Changed paths:
    M meta/Lattice.m
    M meta/TextFormatting.m
    M templates/lattice_ewsb_constraint.cpp.in
    M templates/lattice_low_scale_constraint.cpp.in
    M templates/lattice_tsusy_constraint.cpp.in
    M test/test_TextFormatting.m

  Log Message:
  -----------
  WrapText[]: do not append or trim any trailing newline

to make code formatting easier


Compare: https://github.com/FlexibleSUSY/FlexibleSUSY/compare/4a5217e51b23...aaa00a13fabc


More information about the Flexiblesusy-commits mailing list