[Flexiblesusy-commits] [FlexibleSUSY/FlexibleSUSY] 42787d: better indentation to avoid confusion

GitHub noreply at github.com
Tue Feb 9 12:40:12 GMT 2016


  Branch: refs/heads/development
  Home:   https://github.com/FlexibleSUSY/FlexibleSUSY
  Commit: 42787dcc41df5ec15cf3b3f8757ba8ac74cd5475
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/42787dcc41df5ec15cf3b3f8757ba8ac74cd5475
  Author: Alexander Voigt <Alexander.Voigt at desy.de>
  Date:   2016-02-09 (Tue, 09 Feb 2016)

  Changed paths:
    M src/numerics.cpp

  Log Message:
  -----------
  better indentation to avoid confusion


  Commit: 060b492269b4d31c4918f437b24441d85c942211
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/060b492269b4d31c4918f437b24441d85c942211
  Author: Alexander Voigt <Alexander.Voigt at desy.de>
  Date:   2016-02-09 (Tue, 09 Feb 2016)

  Changed paths:
    M src/numerics.cpp

  Log Message:
  -----------
  adding cases where one or more masses are zero for C0 function

according to the Denner notation:

C0den[p1_, p2_, m0_, m1_, m2_, x_, y_, eps_] :=
    -1/(x^2 p1^2 + y^2 p2^2 + x y 2 p1 p2 -
  x (p1^2 - m1^2 + m0^2) - y (p2^2 - m2^2 + m0^2) + m0^2 - I eps);

C0[p1_, p2_, m0_, m1_, m2_] :=
  Limit[Integrate[
  C0den[p1, p2, m0, m1, m2, x, y, 0], {x, 0, 1}, {y, 0, 1 - x}],
   eps -> 0];

C0[0, 0, m1, m2, 0]
C0[0, 0, m1, m1, 0]
C0[0, 0, m1, 0, m3]
C0[0, 0, m1, 0, m1]
C0[0, 0, 0, m2, m3]
C0[0, 0, 0, m2, m2]
C0[0, 0, m1, 0, 0]
C0[0, 0, 0, m2, 0]
C0[0, 0, 0, 0, m3]


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

  Changed paths:
    M src/numerics.cpp

  Log Message:
  -----------
  correcting wrong case


  Commit: 306385b54bfb742a1197b3cb242dd74f114f61bf
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/306385b54bfb742a1197b3cb242dd74f114f61bf
  Author: Alexander Voigt <Alexander.Voigt at desy.de>
  Date:   2016-02-09 (Tue, 09 Feb 2016)

  Changed paths:
    M src/numerics.cpp

  Log Message:
  -----------
  implement massless limit in D0


Compare: https://github.com/FlexibleSUSY/FlexibleSUSY/compare/ec8c5d6e8f37...306385b54bfb


More information about the Flexiblesusy-commits mailing list