|
[Flexiblesusy-commits] [FlexibleSUSY/FlexibleSUSY] f5b3a0: move header inclusion into .cpp fileGitHub noreply at github.comTue Sep 8 08:41:45 BST 2015
Branch: refs/heads/master Home: https://github.com/FlexibleSUSY/FlexibleSUSY Commit: f5b3a0215e1c62d4dfcd3354cbd444d00023f60b https://github.com/FlexibleSUSY/FlexibleSUSY/commit/f5b3a0215e1c62d4dfcd3354cbd444d00023f60b Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-12 (Sun, 12 Jul 2015) Changed paths: M src/two_scale_solver.cpp M src/two_scale_solver.hpp Log Message: ----------- move header inclusion into .cpp file Commit: 6e849b7491e602453065a87fc7a550f89830d872 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/6e849b7491e602453065a87fc7a550f89830d872 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-12 (Sun, 12 Jul 2015) Changed paths: M src/betafunction.hpp M templates/two_scale_soft_parameters.cpp.in M templates/two_scale_soft_parameters.hpp.in M templates/two_scale_susy_parameters.cpp.in M templates/two_scale_susy_parameters.hpp.in M test/test_betafunction.cpp Log Message: ----------- remove const from return type from method which uses return-by-value This makes a difference in C++ 11 and 14 move semantics. Commit: fb4a6e19a46cfecf5154b4fbde9b4e4e8876ea84 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/fb4a6e19a46cfecf5154b4fbde9b4e4e8876ea84 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-12 (Sun, 12 Jul 2015) Changed paths: M config/Makefile.in Log Message: ----------- adding print-% rule that prints a variable from a makefile Commit: 3e6b1ee28178a3337ffd8a8fe3a234a2b8531509 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/3e6b1ee28178a3337ffd8a8fe3a234a2b8531509 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-12 (Sun, 12 Jul 2015) Changed paths: M templates/module.mk.in Log Message: ----------- simplify makefile module for model Commit: b625a3bd6762d0730929987542028180a0a59d8b https://github.com/FlexibleSUSY/FlexibleSUSY/commit/b625a3bd6762d0730929987542028180a0a59d8b Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-12 (Sun, 12 Jul 2015) Changed paths: M meta/Constraint.m M meta/FlexibleSUSY.m M templates/two_scale_high_scale_constraint.cpp.in M templates/two_scale_high_scale_constraint.hpp.in Log Message: ----------- move check of non-perturbative parameters into separate function Commit: ec0a1b127bdd4ba11aa2a8d3ce240dcc9aa743c5 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/ec0a1b127bdd4ba11aa2a8d3ce240dcc9aa743c5 Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-07-13 (Mon, 13 Jul 2015) Changed paths: M meta/Constraint.m M meta/FlexibleSUSY.m M templates/two_scale_susy_scale_constraint.cpp.in Log Message: ----------- allow the user to chose the scale where the EWSB conditions are solved Fixing the EWSB output parameters at some scale is regarded as a boundary condition. The scale where the EWSB output parameters shall be fixed can be selected via the FSSolveEWSBFor[{...}] symbol. If FSSolveEWSBFor[{...}] is not given in any constraint, it will be added automatically to the susy-scale constraint. Example: fixing mu2 at the low-scale EWSBOutputParameters = { mu2 }; LowScaleInput = { {v, 2 MZDRbar / Sqrt[GUTNormalization[g1]^2 g1^2 + g2^2]}, {Yu, Automatic}, {Yd, Automatic}, {Ye, Automatic}, FSSolveEWSBFor[EWSBOutputParameters] }; Commit: f4bde407030fcf9f85747d2fb9704ddf1de77ff0 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/f4bde407030fcf9f85747d2fb9704ddf1de77ff0 Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-07-13 (Mon, 13 Jul 2015) Changed paths: A model_files/SMEWSBAtMZ/FlexibleSUSY.m.in M test/test_run_all_spectrum_generators.sh Log Message: ----------- adding testing model file where EWSB output parameters are fixed at MZ Commit: 3da2b8a492b129dc6cf35661f6e311d905546204 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/3da2b8a492b129dc6cf35661f6e311d905546204 Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-07-13 (Mon, 13 Jul 2015) Changed paths: M ChangeLog Log Message: ----------- update ChangeLog Commit: 5a1cf6760eab9576090bc6ee036db4729692edbb https://github.com/FlexibleSUSY/FlexibleSUSY/commit/5a1cf6760eab9576090bc6ee036db4729692edbb Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-14 (Tue, 14 Jul 2015) Changed paths: A model_files/NUTNMSSM/LesHouches.in.NUTNMSSM_GTP1 A model_files/NUTNMSSM/LesHouches.in.NUTNMSSM_GTP2 Log Message: ----------- adding benchmark points GTP1-2 from NMSSM comparison paper Commit: e9fe4472b32575aa91bb5475d6d26e3206cb0133 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/e9fe4472b32575aa91bb5475d6d26e3206cb0133 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-14 (Tue, 14 Jul 2015) Changed paths: M test/test_run_all_spectrum_generators.sh Log Message: ----------- run GTP1-2 Commit: a929af35226ccf6de9f1ca0265b8f4e438f84f04 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/a929af35226ccf6de9f1ca0265b8f4e438f84f04 Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-07-15 (Wed, 15 Jul 2015) Changed paths: M src/gsl_utils.cpp M src/gsl_utils.hpp Log Message: ----------- add helper functions to copy beween GSL vetors and Eigen arrays Commit: 11dbe2ff9172d4fd3a4992e4ef7fdb22a0d1c316 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/11dbe2ff9172d4fd3a4992e4ef7fdb22a0d1c316 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-15 (Wed, 15 Jul 2015) Changed paths: M src/slha_io.cpp M src/slha_io.hpp M templates/slha_io.cpp.in M templates/slha_io.hpp.in Log Message: ----------- let the SLHA_io read the FlexibleSUSY block because the FlexibleSUSY block is model independent Commit: fb8b82f82c0164937c3df853eed229f899e4be4f https://github.com/FlexibleSUSY/FlexibleSUSY/commit/fb8b82f82c0164937c3df853eed229f899e4be4f Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-16 (Thu, 16 Jul 2015) Changed paths: M src/wrappers.hpp Log Message: ----------- adding wrapper for relative difference Commit: d65f17da780f0efc8ec587d479de03a34b34c361 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/d65f17da780f0efc8ec587d479de03a34b34c361 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-16 (Thu, 16 Jul 2015) Changed paths: M src/wrappers.hpp Log Message: ----------- make epsilon a free parameter Commit: 5530bf9bec550d274590950ab7a398e383e50eaf https://github.com/FlexibleSUSY/FlexibleSUSY/commit/5530bf9bec550d274590950ab7a398e383e50eaf Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-07-17 (Fri, 17 Jul 2015) Changed paths: M meta/Parameters.m Log Message: ----------- Bugfix: find DR-bar/MS-bar masses in expr = M[_] When a scale is set to a DR-bar/MS-bar mass, e.g. SUSYScale = M[hh] the DR-bar/MS-bar mass was not recognized as an output parameter. This lead to a compilation error. Commit: 121942c05109fd2f2e93e70479a904983597e635 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/121942c05109fd2f2e93e70479a904983597e635 Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-07-17 (Fri, 17 Jul 2015) Changed paths: M ChangeLog Log Message: ----------- update ChangeLog Commit: a2fde912faba6ed830a06be919f5c1223c46b3fc https://github.com/FlexibleSUSY/FlexibleSUSY/commit/a2fde912faba6ed830a06be919f5c1223c46b3fc Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-17 (Fri, 17 Jul 2015) Changed paths: M src/eigen_utils.hpp Log Message: ----------- adding helper function to print an Eigen object scientifically Commit: 1cfe0f2ed03955056dc17219be3470d01b59b065 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/1cfe0f2ed03955056dc17219be3470d01b59b065 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-19 (Sun, 19 Jul 2015) Changed paths: M utils/scan-slha.sh Log Message: ----------- use ~ to separate the scan range because a dash - signals a sign Commit: 24935383ffd7b76362c7582b8ceba5f9e17a048b https://github.com/FlexibleSUSY/FlexibleSUSY/commit/24935383ffd7b76362c7582b8ceba5f9e17a048b Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-19 (Sun, 19 Jul 2015) Changed paths: A model_files/SMHighScale/FlexibleSUSY.m.in A model_files/SMHighScale/LesHouches.in.SMHighScale A sarah/SM2/SM2.m A sarah/SM2/parameters.m A sarah/SM2/particles.m Log Message: ----------- adding SM model file which can be run up to the GUT scale Commit: a2e44e64b185e4e633780dcf70498aef076084a9 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/a2e44e64b185e4e633780dcf70498aef076084a9 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-19 (Sun, 19 Jul 2015) Changed paths: M sarah/SM2/parameters.m Log Message: ----------- use GUT normalization Commit: 8a39f6baaad92e9ee5bb93cff418af6bd6a411ca https://github.com/FlexibleSUSY/FlexibleSUSY/commit/8a39f6baaad92e9ee5bb93cff418af6bd6a411ca Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-07-21 (Tue, 21 Jul 2015) Changed paths: A addons/gm2os/ffunctions.cpp A addons/gm2os/ffunctions.hpp A addons/gm2os/gm2.cpp A addons/gm2os/gm2_1loop.cpp A addons/gm2os/gm2_1loop.hpp A addons/gm2os/gm2_2loop.cpp A addons/gm2os/gm2_2loop.hpp A addons/gm2os/gm2_calculator.cpp A addons/gm2os/gm2_calculator.hpp A addons/gm2os/module.mk Log Message: ----------- adding (g-2) functions from Robert Greifenhagen Commit: f994014d364b2767558ab91f6d238ddf572d50ae https://github.com/FlexibleSUSY/FlexibleSUSY/commit/f994014d364b2767558ab91f6d238ddf572d50ae Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-07-21 (Tue, 21 Jul 2015) Changed paths: M addons/gm2os/gm2_calculator.cpp M addons/gm2os/gm2_calculator.hpp Log Message: ----------- replace MUDIM by renormalization scale Commit: 0e4cc24b3e8e2a070945be223b9d5b4fe9e3c10b https://github.com/FlexibleSUSY/FlexibleSUSY/commit/0e4cc24b3e8e2a070945be223b9d5b4fe9e3c10b Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-07-21 (Tue, 21 Jul 2015) Changed paths: M addons/gm2os/gm2.cpp M addons/gm2os/gm2_calculator.cpp M addons/gm2os/gm2_calculator.hpp Log Message: ----------- remove redundant parameters to avoid any ambiguities Commit: c0fb029af1810e9eaf631255b4e095ccc4d586f9 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/c0fb029af1810e9eaf631255b4e095ccc4d586f9 Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-07-21 (Tue, 21 Jul 2015) Changed paths: M addons/gm2os/gm2_calculator.hpp Log Message: ----------- all mass and mixing matrix getters return the pole masses The idea is that the physical struct can be filled with the pole masses and mixing matrices from the SLHA_io class from an SLHA input. After the filling of the physical struct, the conversion of the model parameters can be done by calling convert_to_onshell(). Commit: 927a7bad1dd55ab679fb1c9224df556c7c4c5b01 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/927a7bad1dd55ab679fb1c9224df556c7c4c5b01 Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-07-21 (Tue, 21 Jul 2015) Changed paths: M addons/gm2os/gm2_calculator.cpp Log Message: ----------- add some comments Commit: 1d602da5d66bc2cf934d62df3871aab9d79e7da6 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/1d602da5d66bc2cf934d62df3871aab9d79e7da6 Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-07-21 (Tue, 21 Jul 2015) Changed paths: A addons/gm2os/MSSMNoFV_onshell.cpp A addons/gm2os/MSSMNoFV_onshell.hpp M addons/gm2os/gm2.cpp M addons/gm2os/gm2_1loop.cpp M addons/gm2os/gm2_1loop.hpp M addons/gm2os/gm2_2loop.cpp M addons/gm2os/gm2_2loop.hpp R addons/gm2os/gm2_calculator.cpp R addons/gm2os/gm2_calculator.hpp M addons/gm2os/module.mk Log Message: ----------- rename class to express its intention Commit: c088d974e86857a1d107cab9651bb6f826563821 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/c088d974e86857a1d107cab9651bb6f826563821 Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-07-21 (Tue, 21 Jul 2015) Changed paths: M addons/gm2os/gm2.cpp Log Message: ----------- rename variable Commit: b7f42525f892b7df059e19fc1d8dc06e2866e5ed https://github.com/FlexibleSUSY/FlexibleSUSY/commit/b7f42525f892b7df059e19fc1d8dc06e2866e5ed Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-07-21 (Tue, 21 Jul 2015) Changed paths: M addons/gm2os/gm2_1loop.cpp Log Message: ----------- SvmL is a scalar Commit: 70ae2571cdf4c651480abc53eee02786aa2f2b3a https://github.com/FlexibleSUSY/FlexibleSUSY/commit/70ae2571cdf4c651480abc53eee02786aa2f2b3a Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-07-21 (Tue, 21 Jul 2015) Changed paths: M addons/gm2os/gm2_1loop.cpp M addons/gm2os/gm2_2loop.cpp Log Message: ----------- make local copies const to help the compiler Commit: bd18bb35b7746e3b8a806784836c1d3e4d9fed9e https://github.com/FlexibleSUSY/FlexibleSUSY/commit/bd18bb35b7746e3b8a806784836c1d3e4d9fed9e Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-07-21 (Tue, 21 Jul 2015) Changed paths: M addons/gm2os/gm2_2loop.cpp Log Message: ----------- add missing header inclusion Commit: fb401c3c79fa2acd46d9c94aa43b92d82135da0a https://github.com/FlexibleSUSY/FlexibleSUSY/commit/fb401c3c79fa2acd46d9c94aa43b92d82135da0a Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-07-21 (Tue, 21 Jul 2015) Changed paths: M addons/gm2os/gm2_1loop.cpp M addons/gm2os/gm2_2loop.cpp Log Message: ----------- remove unused header inclusions Commit: 4e90c62468f3325634a18cf7eb09df102b899767 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/4e90c62468f3325634a18cf7eb09df102b899767 Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-07-21 (Tue, 21 Jul 2015) Changed paths: M addons/gm2os/MSSMNoFV_onshell.cpp M addons/gm2os/MSSMNoFV_onshell.hpp M addons/gm2os/ffunctions.cpp M addons/gm2os/ffunctions.hpp M addons/gm2os/gm2.cpp M addons/gm2os/gm2_1loop.cpp M addons/gm2os/gm2_1loop.hpp M addons/gm2os/gm2_2loop.cpp M addons/gm2os/gm2_2loop.hpp Log Message: ----------- rename gm2 namespace to avoid collisons with Jobst's implementation Commit: acaf0653702b26331bbe44d920dbd49bd90cb2a4 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/acaf0653702b26331bbe44d920dbd49bd90cb2a4 Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-07-21 (Tue, 21 Jul 2015) Changed paths: M addons/gm2os/gm2.cpp Log Message: ----------- read model parameters from SLHA input source Commit: e8252c168e1c31bde182cd2ba4af90eb3194493d https://github.com/FlexibleSUSY/FlexibleSUSY/commit/e8252c168e1c31bde182cd2ba4af90eb3194493d Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-07-21 (Tue, 21 Jul 2015) Changed paths: M addons/gm2os/gm2.cpp Log Message: ----------- calculate DR-bar masses before conversion Commit: 5ee7ebfe2e843f0529f27db83eb24f8dbd01d25a https://github.com/FlexibleSUSY/FlexibleSUSY/commit/5ee7ebfe2e843f0529f27db83eb24f8dbd01d25a Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-21 (Tue, 21 Jul 2015) Changed paths: M sarah/MSSMNoFV/particles.m Log Message: ----------- correcting PDG number of heavy down squark Commit: 97fd626727e0850d5c5a6c2cebd920c28cdd612e https://github.com/FlexibleSUSY/FlexibleSUSY/commit/97fd626727e0850d5c5a6c2cebd920c28cdd612e Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-07-21 (Tue, 21 Jul 2015) Changed paths: M sarah/MSSMNoFV/particles.m Log Message: ----------- Merge remote branch 'origin/development' into feature-gm2-MSSM-onshell Commit: 50f84ea27fa0d7d95a54afde4e95a7f8e1614a6f https://github.com/FlexibleSUSY/FlexibleSUSY/commit/50f84ea27fa0d7d95a54afde4e95a7f8e1614a6f Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-21 (Tue, 21 Jul 2015) Changed paths: M model_files/CMSSMNoFV/FlexibleSUSY.m.in M model_files/MSSMNoFV/FlexibleSUSY.m.in M model_files/MSSMNoFVatMGUT/FlexibleSUSY.m.in Log Message: ----------- adding SM particle pole masses to the default output Commit: 473ecff60b0db76e49b3d594208b9611b6e5564a https://github.com/FlexibleSUSY/FlexibleSUSY/commit/473ecff60b0db76e49b3d594208b9611b6e5564a Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-07-22 (Wed, 22 Jul 2015) Changed paths: M model_files/CMSSMNoFV/FlexibleSUSY.m.in M model_files/MSSMNoFV/FlexibleSUSY.m.in M model_files/MSSMNoFVatMGUT/FlexibleSUSY.m.in Log Message: ----------- Merge branch 'development' into feature-gm2-MSSM-onshell Commit: 0afd70a90bc35fd5a5a2345c73fec4e062dd930d https://github.com/FlexibleSUSY/FlexibleSUSY/commit/0afd70a90bc35fd5a5a2345c73fec4e062dd930d Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-07-22 (Wed, 22 Jul 2015) Changed paths: M addons/gm2os/MSSMNoFV_onshell.cpp M addons/gm2os/MSSMNoFV_onshell.hpp Log Message: ----------- implementing DR-bar -> OS conversion for Mu, M1, M2 using the algorithm proposed by Dominik. Commit: 9cfc46818ad511573c527ba3bf78c392c64947eb https://github.com/FlexibleSUSY/FlexibleSUSY/commit/9cfc46818ad511573c527ba3bf78c392c64947eb Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-07-22 (Wed, 22 Jul 2015) Changed paths: M addons/gm2os/MSSMNoFV_onshell.cpp M addons/gm2os/MSSMNoFV_onshell.hpp Log Message: ----------- split DR-bar -> OS conversion into separate functions Warning: Each function changes some model parameters. TB therefore changes it's meaning from function to function. Commit: 57d08a5ae4f939b53abc0708ce5206b17c6507c4 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/57d08a5ae4f939b53abc0708ce5206b17c6507c4 Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-07-22 (Wed, 22 Jul 2015) Changed paths: M test/module.mk A test/test_MSSMNoFV_onshell.cpp Log Message: ----------- adding first tests for DR-bar -> OS conversion Commit: 13713699291cb9bf195dfb80721f24943c1f943c https://github.com/FlexibleSUSY/FlexibleSUSY/commit/13713699291cb9bf195dfb80721f24943c1f943c Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-07-22 (Wed, 22 Jul 2015) Changed paths: M addons/gm2os/MSSMNoFV_onshell.cpp M addons/gm2os/MSSMNoFV_onshell.hpp Log Message: ----------- adding default constructor Commit: 430471dff4a8e1d2d9c29f932cb7bb4239d6df52 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/430471dff4a8e1d2d9c29f932cb7bb4239d6df52 Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-07-22 (Wed, 22 Jul 2015) Changed paths: M addons/gm2os/MSSMNoFV_onshell.cpp M addons/gm2os/MSSMNoFV_onshell.hpp Log Message: ----------- rename function The function convert_vev() recaltulates only the SM-like VEV. tan(beta) is kept as it was before. Commit: 9c8511ceefcac74d497f48ce99b94ac5ec86d6fa https://github.com/FlexibleSUSY/FlexibleSUSY/commit/9c8511ceefcac74d497f48ce99b94ac5ec86d6fa Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-07-22 (Wed, 22 Jul 2015) Changed paths: M addons/gm2os/MSSMNoFV_onshell.cpp Log Message: ----------- recalculate trilinear couplings using the old Ai parameters Commit: e192fdfeb9c78a3016cfb542762cd32287202632 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/e192fdfeb9c78a3016cfb542762cd32287202632 Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-07-22 (Wed, 22 Jul 2015) Changed paths: M addons/gm2os/MSSMNoFV_onshell.cpp M addons/gm2os/MSSMNoFV_onshell.hpp Log Message: ----------- rename function The function convert_weak_mixing_angle() only converts the weak mixing angle to the on-shell scheme. The value of the elecromagnetic gauge coupling e is preserved. Commit: 02416b54c95d280bb2c4e8e1c91654c25f5ec1f4 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/02416b54c95d280bb2c4e8e1c91654c25f5ec1f4 Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-07-22 (Wed, 22 Jul 2015) Changed paths: M addons/gm2os/MSSMNoFV_onshell.cpp M addons/gm2os/MSSMNoFV_onshell.hpp M test/test_MSSMNoFV_onshell.cpp Log Message: ----------- convert soft smuon mass parameters ml2 and me2 Commit: 311130f2d36b781527fe463fe7a2ca29f36d0eef https://github.com/FlexibleSUSY/FlexibleSUSY/commit/311130f2d36b781527fe463fe7a2ca29f36d0eef Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-07-22 (Wed, 22 Jul 2015) Changed paths: M addons/gm2os/MSSMNoFV_onshell.cpp Log Message: ----------- more specific error message Commit: 93cdd53acd2f8f895c3e2e76c2e33824cf3b697c https://github.com/FlexibleSUSY/FlexibleSUSY/commit/93cdd53acd2f8f895c3e2e76c2e33824cf3b697c Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-07-22 (Wed, 22 Jul 2015) Changed paths: M addons/gm2os/MSSMNoFV_onshell.cpp Log Message: ----------- specify ren. scheme in comment Commit: fc4c300d217a517286e6da41a272e66766d4e9e6 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/fc4c300d217a517286e6da41a272e66766d4e9e6 Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-07-22 (Wed, 22 Jul 2015) Changed paths: M addons/gm2os/MSSMNoFV_onshell.cpp Log Message: ----------- write BMu in terms of sin(2 beta) to avoid negative BMu which again avoids tachyons. Commit: af84b10d00a1a8afcb53864eb225203fdb8929d6 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/af84b10d00a1a8afcb53864eb225203fdb8929d6 Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-07-22 (Wed, 22 Jul 2015) Changed paths: M addons/gm2os/MSSMNoFV_onshell.cpp M addons/gm2os/MSSMNoFV_onshell.hpp M addons/gm2os/gm2.cpp M addons/gm2os/module.mk A model_files/MSSMNoFVSLHA2/FlexibleSUSY.m.in A model_files/MSSMNoFVSLHA2/LesHouches.in.MSSMNoFVSLHA2 M test/module.mk M test/test_MSSMNoFV_onshell.cpp Log Message: ----------- exchangeing MSSMNoFV_onshell base class by SLHA2 compilant one Only SLHA-2 supports SMuon masses and mixings. Commit: cd3466fb4399cad0a3a3ad202ff39958479db688 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/cd3466fb4399cad0a3a3ad202ff39958479db688 Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-07-22 (Wed, 22 Jul 2015) Changed paths: M addons/gm2os/MSSMNoFV_onshell.cpp M addons/gm2os/MSSMNoFV_onshell.hpp A addons/gm2os/gm2_error.hpp M addons/gm2os/module.mk Log Message: ----------- check setup and throw exception if error occurs Commit: 5cbd4aaad9537f262d31ac7b6b155548936578f2 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/5cbd4aaad9537f262d31ac7b6b155548936578f2 Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-07-22 (Wed, 22 Jul 2015) Changed paths: M addons/gm2os/gm2.cpp Log Message: ----------- catch exceptions Commit: 52481b51266762417f706b107207bb5ea9a5a7e1 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/52481b51266762417f706b107207bb5ea9a5a7e1 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-22 (Wed, 22 Jul 2015) Changed paths: M addons/gm2os/MSSMNoFV_onshell.cpp Log Message: ----------- remove unused variable Commit: cd8de13fa6c2a5dd322e0f77067006e18fe901e8 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/cd8de13fa6c2a5dd322e0f77067006e18fe901e8 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-22 (Wed, 22 Jul 2015) Changed paths: M addons/gm2os/gm2.cpp Log Message: ----------- adding Robert's debug printout Commit: e8c6b488b3084293576e6335b26d0c15d5c55c1c https://github.com/FlexibleSUSY/FlexibleSUSY/commit/e8c6b488b3084293576e6335b26d0c15d5c55c1c Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-22 (Wed, 22 Jul 2015) Changed paths: M addons/gm2os/gm2.cpp Log Message: ----------- printing converted on-shell parameters Commit: fcc35bd617cc05fc75bbdad635406743351539c0 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/fcc35bd617cc05fc75bbdad635406743351539c0 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-22 (Wed, 22 Jul 2015) Changed paths: M addons/gm2os/module.mk Log Message: ----------- build g-2 addon only if MSSMNoFVSLHA2 is build Commit: e5d7aa4017e28ab655cee99346aaef62217d26cf https://github.com/FlexibleSUSY/FlexibleSUSY/commit/e5d7aa4017e28ab655cee99346aaef62217d26cf Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-07-23 (Thu, 23 Jul 2015) Changed paths: M addons/gm2os/gm2_1loop.cpp M addons/gm2os/gm2_1loop.hpp Log Message: ----------- adding references to the 1-loop (g-2) contributions Commit: b2533af62ef261982092ad57eeaec144a38f2b74 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/b2533af62ef261982092ad57eeaec144a38f2b74 Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-07-23 (Thu, 23 Jul 2015) Changed paths: M addons/gm2os/gm2_1loop.cpp M addons/gm2os/gm2_1loop.hpp Log Message: ----------- adding references to eqs. in arXiv:hep-ph/0609168 Commit: c1fdea5ec106bd2a5daacb8486af513d6d3b6a19 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/c1fdea5ec106bd2a5daacb8486af513d6d3b6a19 Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-07-23 (Thu, 23 Jul 2015) Changed paths: M addons/gm2os/gm2_1loop.cpp Log Message: ----------- reorder functions for better readability Commit: f1d88686d895e4732b61860c01676c2144c4aba8 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/f1d88686d895e4732b61860c01676c2144c4aba8 Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-07-23 (Thu, 23 Jul 2015) Changed paths: M addons/gm2os/MSSMNoFV_onshell.cpp Log Message: ----------- calculate e.m. gauge coupling in Thompson limit from alpha Commit: a47b07136998295088a83a8b0be8803c13e859e6 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/a47b07136998295088a83a8b0be8803c13e859e6 Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-07-23 (Thu, 23 Jul 2015) Changed paths: M addons/gm2os/MSSMNoFV_onshell.cpp M addons/gm2os/MSSMNoFV_onshell.hpp Log Message: ----------- initialize em. gauge couplings Commit: 84fdfc5f807891c471fa575d29b451593c54e6a1 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/84fdfc5f807891c471fa575d29b451593c54e6a1 Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-07-23 (Thu, 23 Jul 2015) Changed paths: M addons/gm2os/MSSMNoFV_onshell.cpp Log Message: ----------- initialize MW, MZ, MM and ren. scale to proper value Commit: 084b991905691671be7f9958fc2d67784fe948fc https://github.com/FlexibleSUSY/FlexibleSUSY/commit/084b991905691671be7f9958fc2d67784fe948fc Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-07-23 (Thu, 23 Jul 2015) Changed paths: M addons/gm2os/MSSMNoFV_onshell.cpp M addons/gm2os/MSSMNoFV_onshell.hpp Log Message: ----------- convert gauge couplings g1, g2 to values used in g-2 calculation Commit: bb350306c9819c3f144e3ac23d0fcad7e215a5bf https://github.com/FlexibleSUSY/FlexibleSUSY/commit/bb350306c9819c3f144e3ac23d0fcad7e215a5bf Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-07-23 (Thu, 23 Jul 2015) Changed paths: M addons/gm2os/MSSMNoFV_onshell.cpp Log Message: ----------- calculate e from gY and g2 This is completely equivalent to returning EL after convert_to_onshell() has been called. However, it avoids frequent use of EL and prefers gY and g2 instead. Commit: eb94711102f7e3af24349d47f3924c2b004c98be https://github.com/FlexibleSUSY/FlexibleSUSY/commit/eb94711102f7e3af24349d47f3924c2b004c98be Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-07-23 (Thu, 23 Jul 2015) Changed paths: M addons/gm2os/MSSMNoFV_onshell.hpp Log Message: ----------- use DR-bar stop, sbottom, stau masses and mixing angles in order to avoid conversion to on-shell scheme. They appear only in the 2-loop terms. Commit: 8db84d793942f15c3b33e54297e886a156e69da1 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/8db84d793942f15c3b33e54297e886a156e69da1 Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-07-23 (Thu, 23 Jul 2015) Changed paths: M addons/gm2os/gm2.cpp A addons/gm2os/gm2_slha_io.cpp A addons/gm2os/gm2_slha_io.hpp M addons/gm2os/module.mk Log Message: ----------- add custom SLHA reader for onshell model Commit: 1e51c19fc55663a8b0861959b0316d205746215f https://github.com/FlexibleSUSY/FlexibleSUSY/commit/1e51c19fc55663a8b0861959b0316d205746215f Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-07-23 (Thu, 23 Jul 2015) Changed paths: M addons/gm2os/gm2_slha_io.cpp Log Message: ----------- no need to read pole masses of massless particles Commit: 04052b6dd27a75c5f8fa95f0ea7b02c2e7d77633 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/04052b6dd27a75c5f8fa95f0ea7b02c2e7d77633 Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-07-23 (Thu, 23 Jul 2015) Changed paths: M addons/gm2os/gm2_slha_io.cpp Log Message: ----------- read SM pole masses from SMINPUTS block Commit: fce1dfeb2f98444e7dc9be1c6519bddb27093ae0 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/fce1dfeb2f98444e7dc9be1c6519bddb27093ae0 Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-07-23 (Thu, 23 Jul 2015) Changed paths: M addons/gm2os/gm2_slha_io.cpp Log Message: ----------- read tan(beta) and vev from HMIX 2 and 3 Commit: 0f225a29b697a9670ee99167c15a666ea4244f81 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/0f225a29b697a9670ee99167c15a666ea4244f81 Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-07-23 (Thu, 23 Jul 2015) Changed paths: M addons/gm2os/gm2_slha_io.cpp Log Message: ----------- read BMu from HMIX 4 Commit: 8c0244b128d0c4940cc1c215727e5408aaf78b1d https://github.com/FlexibleSUSY/FlexibleSUSY/commit/8c0244b128d0c4940cc1c215727e5408aaf78b1d Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-07-23 (Thu, 23 Jul 2015) Changed paths: M addons/gm2os/gm2_slha_io.cpp Log Message: ----------- read soft parameters from MSOFT block in order to be SLHA-1 conform Commit: 968a7caa4459e3a49ac8235fd54753dae9b59c10 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/968a7caa4459e3a49ac8235fd54753dae9b59c10 Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-07-23 (Thu, 23 Jul 2015) Changed paths: M addons/gm2os/MSSMNoFV_onshell.cpp M addons/gm2os/gm2_slha_io.cpp Log Message: ----------- no need to calculate the VEV ourselfs Commit: 1696a74d064d1c20755e6c7a212d0c408c69f756 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/1696a74d064d1c20755e6c7a212d0c408c69f756 Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-07-23 (Thu, 23 Jul 2015) Changed paths: M addons/gm2os/gm2_slha_io.cpp Log Message: ----------- read only A parameters, according to SLHA-1 Commit: ba9f8abd04242a95badddb8c1e8256200f600916 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/ba9f8abd04242a95badddb8c1e8256200f600916 Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-07-23 (Thu, 23 Jul 2015) Changed paths: A addons/gm2os/LesHouches.in.gm2os Log Message: ----------- adding default (minimal) SLHA input file for the g-2 implementation Commit: b0a90f6ab410e781d7c098b02e14d4f5cb1e7769 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/b0a90f6ab410e781d7c098b02e14d4f5cb1e7769 Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-07-23 (Thu, 23 Jul 2015) Changed paths: M addons/gm2os/MSSMNoFV_onshell.cpp M addons/gm2os/MSSMNoFV_onshell.hpp Log Message: ----------- implement operator << for the os model Commit: c19b0ae0346e72fcc4f39d206ac7422e513a46c6 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/c19b0ae0346e72fcc4f39d206ac7422e513a46c6 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-23 (Thu, 23 Jul 2015) Changed paths: M addons/gm2os/LesHouches.in.gm2os Log Message: ----------- use PDG values by default Commit: cd2dea30b570098901ebdcca48973f08ccf3947f https://github.com/FlexibleSUSY/FlexibleSUSY/commit/cd2dea30b570098901ebdcca48973f08ccf3947f Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-24 (Fri, 24 Jul 2015) Changed paths: M addons/gm2os/gm2_1loop.cpp Log Message: ----------- remove unused variable Commit: 3302bffd72ac0de21bacbf26cdcfa3f4a5ede968 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/3302bffd72ac0de21bacbf26cdcfa3f4a5ede968 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-24 (Fri, 24 Jul 2015) Changed paths: M addons/gm2os/MSSMNoFV_onshell.cpp M addons/gm2os/MSSMNoFV_onshell.hpp Log Message: ----------- adding setters for the different alphas Commit: f1e63446694b4b935dff8eecc179c27e0ced7307 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/f1e63446694b4b935dff8eecc179c27e0ced7307 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-24 (Fri, 24 Jul 2015) Changed paths: M addons/gm2os/LesHouches.in.gm2os M addons/gm2os/gm2_slha_io.cpp Log Message: ----------- read alpha(MZ) and alpha_thompson from special FlexibleSUSYGM2 block For the moment I've defined the g-2 specific SLHA input block to read Block FlexibleSUSYGM2 1 0.00781653 # alpha(MZ) 2 0.00729735 # alpha in Thompson limit Commit: 6c01015c87cc30c2559de4fc491e3034ce365273 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/6c01015c87cc30c2559de4fc491e3034ce365273 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-24 (Fri, 24 Jul 2015) Changed paths: M addons/gm2os/MSSMNoFV_onshell.cpp Log Message: ----------- adapt printout operator to g-2 parameter set Commit: 561386b736cae54143ca6250720cba377d2096ed https://github.com/FlexibleSUSY/FlexibleSUSY/commit/561386b736cae54143ca6250720cba377d2096ed Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-24 (Fri, 24 Jul 2015) Changed paths: M addons/gm2os/MSSMNoFV_onshell.cpp Log Message: ----------- better ordering of output Commit: 22f1d5cc6dd6e21e9e23da964dec56cca37b586c https://github.com/FlexibleSUSY/FlexibleSUSY/commit/22f1d5cc6dd6e21e9e23da964dec56cca37b586c Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-24 (Fri, 24 Jul 2015) Changed paths: M addons/gm2os/gm2.cpp Log Message: ----------- use operator << for output Commit: bc165794a9c6571251716d354609b75dd87eaf76 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/bc165794a9c6571251716d354609b75dd87eaf76 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-24 (Fri, 24 Jul 2015) Changed paths: M addons/gm2os/MSSMNoFV_onshell.cpp M addons/gm2os/gm2.cpp M addons/gm2os/gm2_1loop.cpp M addons/gm2os/gm2_1loop.hpp M addons/gm2os/gm2_2loop.cpp Log Message: ----------- make gm2 functions independent of FlexibleSUSY's wrappers module Commit: 3dc21e356501419db54783c78a342cb79d8191b8 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/3dc21e356501419db54783c78a342cb79d8191b8 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-24 (Fri, 24 Jul 2015) Changed paths: M addons/gm2os/MSSMNoFV_onshell.cpp M addons/gm2os/MSSMNoFV_onshell.hpp Log Message: ----------- increase precision of on-shell parameter determination Commit: b171f71cc487eba1eb37528f44b3c4fd2d82122e https://github.com/FlexibleSUSY/FlexibleSUSY/commit/b171f71cc487eba1eb37528f44b3c4fd2d82122e Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-24 (Fri, 24 Jul 2015) Changed paths: M addons/gm2os/gm2_slha_io.cpp Log Message: ----------- remove unused preprocessor macro Commit: b94f82b960001d83603be9b45ece74353249a636 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/b94f82b960001d83603be9b45ece74353249a636 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-24 (Fri, 24 Jul 2015) Changed paths: M addons/gm2os/gm2_slha_io.cpp Log Message: ----------- don't read unused SLHA blocks Commit: 0a3449d914e6f9fee4c57d7a9587b17e0b20becc https://github.com/FlexibleSUSY/FlexibleSUSY/commit/0a3449d914e6f9fee4c57d7a9587b17e0b20becc Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-24 (Fri, 24 Jul 2015) Changed paths: M addons/gm2os/gm2_slha_io.cpp Log Message: ----------- treat non-set block entries as zero Commit: b6daee419e4ac77db4f30a7bf700814d7fd216c3 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/b6daee419e4ac77db4f30a7bf700814d7fd216c3 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-24 (Fri, 24 Jul 2015) Changed paths: M addons/gm2os/gm2_slha_io.cpp Log Message: ----------- don't read gauge couplings from SLHA file Commit: bc5e59eec35586b40de585a7afc544322e77a40a https://github.com/FlexibleSUSY/FlexibleSUSY/commit/bc5e59eec35586b40de585a7afc544322e77a40a Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-24 (Fri, 24 Jul 2015) Changed paths: M addons/gm2os/gm2_slha_io.cpp Log Message: ----------- read ren. scale only from blocks that we use Commit: b2383fe56013fc3a5391189b684285f7ac82f262 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/b2383fe56013fc3a5391189b684285f7ac82f262 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-24 (Fri, 24 Jul 2015) Changed paths: M addons/gm2os/gm2_slha_io.cpp Log Message: ----------- print error if ren. scale could not be found in any SLHA block Commit: 49716f37f2126673a86dea5d4e1ec3697f5607eb https://github.com/FlexibleSUSY/FlexibleSUSY/commit/49716f37f2126673a86dea5d4e1ec3697f5607eb Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-24 (Fri, 24 Jul 2015) Changed paths: M addons/gm2os/MSSMNoFV_onshell.cpp M addons/gm2os/gm2.cpp Log Message: ----------- don't require that DR-bar masses must be initialized by user Commit: a28e4d44847cc84d85c7d179ce4f87695d0c1bf4 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/a28e4d44847cc84d85c7d179ce4f87695d0c1bf4 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-24 (Fri, 24 Jul 2015) Changed paths: M addons/gm2os/MSSMNoFV_onshell.cpp Log Message: ----------- initialize Yukawa couplings to zero for the moment Later, we might use genuine DR-bar Yukawa couplings. Commit: f685eb5443b6e013405a746c035bedb13bbd4a12 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/f685eb5443b6e013405a746c035bedb13bbd4a12 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-24 (Fri, 24 Jul 2015) Changed paths: M addons/gm2os/MSSMNoFV_onshell.cpp Log Message: ----------- calculate tree-level masses at first and do the check afterwards Commit: 7eed6cd97e4fe1e167ca9b32aec488d8fe835008 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/7eed6cd97e4fe1e167ca9b32aec488d8fe835008 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-24 (Fri, 24 Jul 2015) Changed paths: M addons/gm2os/MSSMNoFV_onshell.cpp M addons/gm2os/MSSMNoFV_onshell.hpp Log Message: ----------- if pole masses of SUSY particles were not set, use tree-level masses Background: The user might omit to set SUSY pole masses in the MASS block, and instead set only Mu, M1, M2 etc. In this case, we calculate the tree-level mass spectrum using these parameters, and interpret them as "pole masses". In this way, the user-defined parameters Mu, M1, M2 etc. are automatically interpreted as on-shell parameters. This again allows one to directly input on-shell parameters. Commit: 5c8b6a2284d3623520dab6d7a26d3e67f65111a9 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/5c8b6a2284d3623520dab6d7a26d3e67f65111a9 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-24 (Fri, 24 Jul 2015) Changed paths: M addons/gm2os/MSSMNoFV_onshell.cpp M addons/gm2os/MSSMNoFV_onshell.hpp M addons/gm2os/gm2_slha_io.cpp Log Message: ----------- don't read Yukawa couplings from SLHA file The Yukawa couplings will be calculated inside the MSSMNoFV_onshell class. This change made it necessary to store the trilinear couplings inside the MSSMNoFV_onshell class. Commit: 10e9c3c44ae60bdc6649fd1ce02c3e555facfa77 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/10e9c3c44ae60bdc6649fd1ce02c3e555facfa77 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-24 (Fri, 24 Jul 2015) Changed paths: M addons/gm2os/LesHouches.in.gm2os Log Message: ----------- remove default SLHA input blocks for Yukawas They are now obsolete. Commit: 5a0ad59fc1b49f290e1a06bdeeb19bce10725802 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/5a0ad59fc1b49f290e1a06bdeeb19bce10725802 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-25 (Sat, 25 Jul 2015) Changed paths: M addons/gm2os/MSSMNoFV_onshell.cpp M addons/gm2os/MSSMNoFV_onshell.hpp M addons/gm2os/gm2_2loop.hpp Log Message: ----------- add Yukawa coupling conversion routine w/ tan(beta) resummation Author: Dominik StÃckinger Commit: 2c724ebfd5e8e41d660d6b081be8cc28eb5b4a35 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/2c724ebfd5e8e41d660d6b081be8cc28eb5b4a35 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-25 (Sat, 25 Jul 2015) Changed paths: M addons/gm2os/gm2_2loop.cpp M addons/gm2os/gm2_2loop.hpp Log Message: ----------- implement routines for tan(beta) resummation Author: Dominik StÃckinger Commit: eff29731158b92a2ac42c4fc6305956da4a21160 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/eff29731158b92a2ac42c4fc6305956da4a21160 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-25 (Sat, 25 Jul 2015) Changed paths: M addons/gm2os/gm2_2loop.cpp Log Message: ----------- adding comments to routines w/ tan(beta) resummation Commit: d4c3ed5a9848dea0cfa2e9a4d9450cfbca14cc8b https://github.com/FlexibleSUSY/FlexibleSUSY/commit/d4c3ed5a9848dea0cfa2e9a4d9450cfbca14cc8b Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-25 (Sat, 25 Jul 2015) Changed paths: M addons/gm2os/MSSMNoFV_onshell.cpp Log Message: ----------- use non-resummed tree-level Yukawa couplings for the moment because the resummation is yet not consistent Commit: da75cefa4fdba9f300846abf1b2cefcd1bcbcf90 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/da75cefa4fdba9f300846abf1b2cefcd1bcbcf90 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-25 (Sat, 25 Jul 2015) Changed paths: M addons/gm2os/gm2_1loop.cpp M addons/gm2os/gm2_1loop.hpp Log Message: ----------- implement 1-loop g-2 calculation w/ tan(beta) resummation Author: Dominik StÃckinger, Alexander Voigt Commit: 6cb89100602a90a3d9b13a9d7ae443f7f251c3ea https://github.com/FlexibleSUSY/FlexibleSUSY/commit/6cb89100602a90a3d9b13a9d7ae443f7f251c3ea Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-25 (Sat, 25 Jul 2015) Changed paths: M addons/gm2os/gm2.cpp Log Message: ----------- print g-2 w/ and w/o tan(beta) resummation Commit: f7fc5a488f20218bc9ff6c22f633bf070b958e9f https://github.com/FlexibleSUSY/FlexibleSUSY/commit/f7fc5a488f20218bc9ff6c22f633bf070b958e9f Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-25 (Sat, 25 Jul 2015) Changed paths: M addons/gm2os/gm2_2loop.cpp Log Message: ----------- unify muon and tau corrections Commit: 0701924ef9c436fba7bb539df67f91293940865c https://github.com/FlexibleSUSY/FlexibleSUSY/commit/0701924ef9c436fba7bb539df67f91293940865c Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-25 (Sat, 25 Jul 2015) Changed paths: M addons/gm2os/gm2_2loop.cpp Log Message: ----------- implement tan_beta_cor() by reusing delta_mu_correction() Commit: f7b2d25db575aa6d74e2e45ab7e0c51852b983c5 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/f7b2d25db575aa6d74e2e45ab7e0c51852b983c5 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-25 (Sat, 25 Jul 2015) Changed paths: M addons/gm2os/gm2_1loop.hpp Log Message: ----------- remove n_R, n_L, c_R, c_L from public 1-loop g-2 interface Commit: 88d7bab3169826d108993ca37c3c75cf361189ab https://github.com/FlexibleSUSY/FlexibleSUSY/commit/88d7bab3169826d108993ca37c3c75cf361189ab Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-25 (Sat, 25 Jul 2015) Changed paths: M addons/gm2os/gm2_1loop.cpp Log Message: ----------- Changing sign convention of n_R to Eq. (2.5p) of arXiv:1311.1775 Commit: a6151bcb13c5298dcc5eb21002b1046746510b0d https://github.com/FlexibleSUSY/FlexibleSUSY/commit/a6151bcb13c5298dcc5eb21002b1046746510b0d Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-25 (Sat, 25 Jul 2015) Changed paths: M addons/gm2os/gm2_1loop.cpp Log Message: ----------- changing convention of n_L to Eq. (2.5o) of arXiv:1311.1775 Commit: cbf64eb13c4235ccbdb8aae6e364f55c918c99b8 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/cbf64eb13c4235ccbdb8aae6e364f55c918c99b8 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-25 (Sat, 25 Jul 2015) Changed paths: M addons/gm2os/gm2_1loop.cpp M addons/gm2os/gm2_2loop.cpp Log Message: ----------- changing convention of B function to Eq. (2.7a) in arXiv:1311.1775 Commit: 583710d7d70e03edc846bd14dcbcef3e1ea255e8 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/583710d7d70e03edc846bd14dcbcef3e1ea255e8 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-25 (Sat, 25 Jul 2015) Changed paths: M addons/gm2os/gm2_1loop.cpp M addons/gm2os/gm2_2loop.cpp Log Message: ----------- changing convention of c_L, AAC and BBC according to arXiv:1311.1775 Commit: a3a37bdf04b3bbca75359ba47670ae48ed175e01 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/a3a37bdf04b3bbca75359ba47670ae48ed175e01 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-25 (Sat, 25 Jul 2015) Changed paths: M addons/gm2os/MSSMNoFV_onshell.hpp Log Message: ----------- Bugfix: use smuon mixing matrix which diagonalizes mass matrix Before this commit, the smuon "pole mass" matrix was used, which is the mixing matrix that diagonalizes the loop-corrected smuon mass matrix for p = m_smuon1. Now we're using the mixing matrix, which diagonalizes the "tree-level" mass matrix. The tree-level mass matrix contains the soft mass parameters, which have been determined such that the tree-level smuon mass = the pole mass. Commit: e87a88770a9bfdbc1b7ab9471f12ef2e6861880d https://github.com/FlexibleSUSY/FlexibleSUSY/commit/e87a88770a9bfdbc1b7ab9471f12ef2e6861880d Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-25 (Sat, 25 Jul 2015) Changed paths: M addons/gm2os/gm2_slha_io.cpp Log Message: ----------- don't read non well-defined Smuon mixing matrix Commit: 6c295e408fbbbdc720693511e2382c024332e03d https://github.com/FlexibleSUSY/FlexibleSUSY/commit/6c295e408fbbbdc720693511e2382c024332e03d Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-25 (Sat, 25 Jul 2015) Changed paths: M addons/gm2os/gm2_1loop.cpp M addons/gm2os/gm2_2loop.cpp Log Message: ----------- converting BBC and BBN function to new convention Author: Dominik StÃckinger Commit: b19c5edac5c05d48556392dfe1fd8548dfe40115 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/b19c5edac5c05d48556392dfe1fd8548dfe40115 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-25 (Sat, 25 Jul 2015) Changed paths: M addons/gm2os/MSSMNoFV_onshell.hpp M addons/gm2os/gm2_1loop.cpp Log Message: ----------- reset all Yukawa couplings to tree-level for non-resummed result Rationale: For the tan(beta) resummation y_mu, y_tau and y_b will be modified. For the non-resummed calculation, all these couplings must be reset to tree-level(). Commit: fdaa3641cd68e41b18070fcb1c8dd39a8fe07728 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/fdaa3641cd68e41b18070fcb1c8dd39a8fe07728 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-25 (Sat, 25 Jul 2015) Changed paths: M addons/gm2os/MSSMNoFV_onshell.cpp M addons/gm2os/gm2_1loop.cpp Log Message: ----------- make use of tan(beta) resummation for y_mu and y_tau Note: We must not use an iteration to determine the resummed Yukawa couplings, because in this way we would mix in 2-loop corrections. Commit: 6b90bf1fe9f28039ee249b090d56f028d2ac50ce https://github.com/FlexibleSUSY/FlexibleSUSY/commit/6b90bf1fe9f28039ee249b090d56f028d2ac50ce Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-25 (Sat, 25 Jul 2015) Changed paths: M test/module.mk A test/test_gm2os.cpp Log Message: ----------- adding test for strict g-2 1-loop results These numbers have been verified by Dominik. Commit: a5862e0d9f8f635ee29490a181520c4d1a0fa32e https://github.com/FlexibleSUSY/FlexibleSUSY/commit/a5862e0d9f8f635ee29490a181520c4d1a0fa32e Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-25 (Sat, 25 Jul 2015) Changed paths: M addons/gm2os/MSSMNoFV_onshell.cpp M addons/gm2os/gm2_1loop.cpp Log Message: ----------- recalculate smuon mass and mixing after Yukawa resummation Commit: 24cd36b478d359a142abc6530a94a63feb16e56b https://github.com/FlexibleSUSY/FlexibleSUSY/commit/24cd36b478d359a142abc6530a94a63feb16e56b Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-25 (Sat, 25 Jul 2015) Changed paths: M addons/gm2os/MSSMNoFV_onshell.hpp M addons/gm2os/gm2_1loop.cpp M addons/gm2os/gm2_2loop.cpp Log Message: ----------- avoid double brackets to improve readability Commit: 7d7e4a50af052581d4cfee19b78351d092f6add6 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/7d7e4a50af052581d4cfee19b78351d092f6add6 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-25 (Sat, 25 Jul 2015) Changed paths: M addons/gm2os/MSSMNoFV_onshell.hpp Log Message: ----------- avoid copying Smuon array and matrices Commit: 9632e6910bbdc079d53628ffb86d09b13833218a https://github.com/FlexibleSUSY/FlexibleSUSY/commit/9632e6910bbdc079d53628ffb86d09b13833218a Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-25 (Sat, 25 Jul 2015) Changed paths: M addons/gm2os/LesHouches.in.gm2os Log Message: ----------- remove unused Smuon mixing matrix input block Commit: d1a0672f286df7525f337fd15f89483abb898134 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/d1a0672f286df7525f337fd15f89483abb898134 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-25 (Sat, 25 Jul 2015) Changed paths: M addons/gm2os/LesHouches.in.gm2os Log Message: ----------- remove unused trilinear input elements Commit: 153e764bab9600c70bd73560222b18da993846f7 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/153e764bab9600c70bd73560222b18da993846f7 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-25 (Sat, 25 Jul 2015) Changed paths: M addons/gm2os/LesHouches.in.gm2os Log Message: ----------- remove unused BMu input parameter BMu is determined from the CP-odd Higgs pole mass Commit: 13e75ea1cb572d4434e56de33eaf38601594ea38 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/13e75ea1cb572d4434e56de33eaf38601594ea38 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-25 (Sat, 25 Jul 2015) Changed paths: M addons/gm2os/MSSMNoFV_onshell.cpp M addons/gm2os/gm2_1loop.cpp Log Message: ----------- Merge branch 'feature-gm2-MSSM-onshell-resummation-fix' into feature-gm2-MSSM-onshell Commit: fa99e5fbc8ba97acb745b2dcaea829788f1e64aa https://github.com/FlexibleSUSY/FlexibleSUSY/commit/fa99e5fbc8ba97acb745b2dcaea829788f1e64aa Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-26 (Sun, 26 Jul 2015) Changed paths: M addons/gm2os/ffunctions.cpp M addons/gm2os/ffunctions.hpp Log Message: ----------- implement H2(x,y) function of Eq. (34) of arxiv:0901.2065 Commit: 36a7d341513a143c0251b3225ec88a4ca6b76f57 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/36a7d341513a143c0251b3225ec88a4ca6b76f57 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-26 (Sun, 26 Jul 2015) Changed paths: M addons/gm2os/gm2_2loop.cpp Log Message: ----------- implement Delta_b corrections from arxiv:0901.2065, Eq. (103) and Eqs. (31)-(35) Commit: 5fe0063480a2d1e815ff2465389f9b455a34a925 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/5fe0063480a2d1e815ff2465389f9b455a34a925 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-26 (Sun, 26 Jul 2015) Changed paths: M addons/gm2os/ffunctions.cpp Log Message: ----------- adding relation between Iabc and H2 Commit: 641e840b93b1ef45bc28662f966c5cd21375265a https://github.com/FlexibleSUSY/FlexibleSUSY/commit/641e840b93b1ef45bc28662f966c5cd21375265a Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-26 (Sun, 26 Jul 2015) Changed paths: M addons/gm2os/gm2_slha_io.cpp Log Message: ----------- read g3 from SLHA input file Commit: 7a879a1eaa87a3d9d1791523ec059571726bc14d https://github.com/FlexibleSUSY/FlexibleSUSY/commit/7a879a1eaa87a3d9d1791523ec059571726bc14d Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-26 (Sun, 26 Jul 2015) Changed paths: M addons/gm2os/LesHouches.in.gm2os Log Message: ----------- adding default value for alpha_S alpha_S is needed for the Delta-b corrections Commit: 86426ae8df187228e2f1e63e41b6403a38646558 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/86426ae8df187228e2f1e63e41b6403a38646558 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-26 (Sun, 26 Jul 2015) Changed paths: M test/test_gm2os.cpp Log Message: ----------- fix tests due to new Delta-b corrections Commit: 933c9eb0ce2384acb539e0584c9103634c6d028c https://github.com/FlexibleSUSY/FlexibleSUSY/commit/933c9eb0ce2384acb539e0584c9103634c6d028c Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-26 (Sun, 26 Jul 2015) Changed paths: M addons/gm2os/MSSMNoFV_onshell.cpp Log Message: ----------- Bugfix: DR-bar -> OS conversion in limit tan(beta) -> infinity Before this commit, the conversion ml2(1,1) and me2(1,1) from DR-bar to on-shell did not converge in the limit tan(beta) -> infinity (for example tan(beta) = 100000). The reason was that in the smuon mass matrix the "tree-level" Yukawa coupling (defined in terms of the pole masses, w/o tan(beta) resummation) was used. This commit implements an initial guess for the resummed Yukawa couplings *before* the DR-bar to on-shell conversion for ml2(1,1) and me2(1,1) is performed. In this way, the resummed Yukawa coupling is used in the calculation of the smuon mass matrix during the DR-bar to on-shell conversion. Author: Dominik Stockinger Commit: e9c323895e360647249c42c5204dc06cc5ebd38f https://github.com/FlexibleSUSY/FlexibleSUSY/commit/e9c323895e360647249c42c5204dc06cc5ebd38f Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-26 (Sun, 26 Jul 2015) Changed paths: M test/test_gm2os.cpp Log Message: ----------- adapt g-2 tests to initial Yukawa coupling guess Commit: 09cdc83e15af5daa433ee6cf88a05edf16ae9c0b https://github.com/FlexibleSUSY/FlexibleSUSY/commit/09cdc83e15af5daa433ee6cf88a05edf16ae9c0b Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-26 (Sun, 26 Jul 2015) Changed paths: M addons/gm2os/ffunctions.hpp Log Message: ----------- remove unused header inclusions Commit: 217a4af695e0e0057df3c17d650a2f7b6cd65c3a https://github.com/FlexibleSUSY/FlexibleSUSY/commit/217a4af695e0e0057df3c17d650a2f7b6cd65c3a Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-26 (Sun, 26 Jul 2015) Changed paths: M addons/gm2os/MSSMNoFV_onshell.cpp M addons/gm2os/ffunctions.cpp M addons/gm2os/gm2.cpp Log Message: ----------- remove direct dependency of logger module Commit: 81c466bbe96c7f4a22466986c277fe7b8a0a3d83 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/81c466bbe96c7f4a22466986c277fe7b8a0a3d83 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-26 (Sun, 26 Jul 2015) Changed paths: M addons/gm2os/ffunctions.cpp Log Message: ----------- make ffunctions module independent of SoftSUSY's numerics.{h,cpp} Commit: 7036bd444647ae7eeebe1c7e052e4b5d93f78816 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/7036bd444647ae7eeebe1c7e052e4b5d93f78816 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-26 (Sun, 26 Jul 2015) Changed paths: A addons/gm2os/Makefile.in A addons/gm2os/module.gm2.mk M addons/gm2os/module.mk Log Message: ----------- adding standalone makefile and makefile module Later the `make export-gm2os' command will create an alone standing program for the calculation of g-2. Commit: 0be26c05546e1ac1b9817f1a340487872a101a92 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/0be26c05546e1ac1b9817f1a340487872a101a92 Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-07-27 (Mon, 27 Jul 2015) Changed paths: M addons/gm2os/MSSMNoFV_onshell.cpp M addons/gm2os/MSSMNoFV_onshell.hpp Log Message: ----------- write custom smuon mass iteration to be independent of the GSL Commit: 030f3d2fcaf1988ad18030eb912ea98079bf8c6d https://github.com/FlexibleSUSY/FlexibleSUSY/commit/030f3d2fcaf1988ad18030eb912ea98079bf8c6d Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-07-27 (Mon, 27 Jul 2015) Changed paths: M addons/gm2os/MSSMNoFV_onshell.cpp M addons/gm2os/Makefile.in M addons/gm2os/module.gm2.mk Log Message: ----------- remove dependency on any GSL functions or libs Commit: 1b55cd4dd401dd5668ed39f9859f62cbce81b1f6 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/1b55cd4dd401dd5668ed39f9859f62cbce81b1f6 Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-07-27 (Mon, 27 Jul 2015) Changed paths: M addons/gm2os/Makefile.in M addons/gm2os/module.mk Log Message: ----------- export dilog and numerics2 module Commit: 96a94322c1da5231eb474dfd1e996d19b2486d98 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/96a94322c1da5231eb474dfd1e996d19b2486d98 Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-07-27 (Mon, 27 Jul 2015) Changed paths: M addons/gm2os/MSSMNoFV_onshell.cpp M addons/gm2os/MSSMNoFV_onshell.hpp A addons/gm2os/MSSMNoFV_onshell_mass_eigenstates.cpp A addons/gm2os/MSSMNoFV_onshell_mass_eigenstates.hpp A addons/gm2os/MSSMNoFV_onshell_physical.cpp A addons/gm2os/MSSMNoFV_onshell_physical.hpp A addons/gm2os/MSSMNoFV_onshell_soft_parameters.cpp A addons/gm2os/MSSMNoFV_onshell_soft_parameters.hpp A addons/gm2os/MSSMNoFV_onshell_susy_parameters.cpp A addons/gm2os/MSSMNoFV_onshell_susy_parameters.hpp M addons/gm2os/ffunctions.cpp M addons/gm2os/ffunctions.hpp M addons/gm2os/gm2_slha_io.cpp M addons/gm2os/module.gm2.mk M addons/gm2os/module.mk Log Message: ----------- add alone-standing MSSM model class hierarchy RGE running is stripped off, because the beta-functions of the on-shell model are not known. Commit: 6c56a40a34bf6a4f3c873cc7c770272fbc021cbc https://github.com/FlexibleSUSY/FlexibleSUSY/commit/6c56a40a34bf6a4f3c873cc7c770272fbc021cbc Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-07-27 (Mon, 27 Jul 2015) Changed paths: M addons/gm2os/MSSMNoFV_onshell_mass_eigenstates.cpp M addons/gm2os/MSSMNoFV_onshell_mass_eigenstates.hpp M addons/gm2os/MSSMNoFV_onshell_soft_parameters.cpp M addons/gm2os/MSSMNoFV_onshell_soft_parameters.hpp M addons/gm2os/MSSMNoFV_onshell_susy_parameters.cpp M addons/gm2os/MSSMNoFV_onshell_susy_parameters.hpp Log Message: ----------- remove beta-function interface Commit: 1565a4e6dac72e7ad79d21f2824ad1279c413c4b https://github.com/FlexibleSUSY/FlexibleSUSY/commit/1565a4e6dac72e7ad79d21f2824ad1279c413c4b Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-07-27 (Mon, 27 Jul 2015) Changed paths: M addons/gm2os/Makefile.in Log Message: ----------- use C++11 features by default Commit: 6ea32f1662e131d14f38be69408535186e5cf2db https://github.com/FlexibleSUSY/FlexibleSUSY/commit/6ea32f1662e131d14f38be69408535186e5cf2db Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-07-27 (Mon, 27 Jul 2015) Changed paths: M addons/gm2os/module.gm2.mk Log Message: ----------- build all MSSM model files Commit: 2b7e537038c3beecc48ace19ead35ce361c0b21b https://github.com/FlexibleSUSY/FlexibleSUSY/commit/2b7e537038c3beecc48ace19ead35ce361c0b21b Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-07-27 (Mon, 27 Jul 2015) Changed paths: M addons/gm2os/ffunctions.cpp M addons/gm2os/ffunctions.hpp Log Message: ----------- adding helper function for SLHA file reading and parameter conversion Commit: 9a2dea6521abc92e3beacd78da3f3e84ba50a49f https://github.com/FlexibleSUSY/FlexibleSUSY/commit/9a2dea6521abc92e3beacd78da3f3e84ba50a49f Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-07-27 (Mon, 27 Jul 2015) Changed paths: M addons/gm2os/gm2.cpp M addons/gm2os/gm2_slha_io.cpp M addons/gm2os/gm2_slha_io.hpp Log Message: ----------- add custom, minmal SLHA reader for g-2 Commit: 38e281c8bc1cd8d10d745ca1b70d86ca188896c7 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/38e281c8bc1cd8d10d745ca1b70d86ca188896c7 Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-07-27 (Mon, 27 Jul 2015) Changed paths: M src/eigen_utils.hpp Log Message: ----------- make eigen_utils.hpp independent of wrappers.hpp Commit: 47e568a885f37547f7e253929829c01c4d969332 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/47e568a885f37547f7e253929829c01c4d969332 Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-07-27 (Mon, 27 Jul 2015) Changed paths: M addons/gm2os/MSSMNoFV_onshell_mass_eigenstates.cpp Log Message: ----------- make mass eigenstates module independent of wrappers Commit: 3239c1d25cacf6085a1885c302ad7a76d91e3acc https://github.com/FlexibleSUSY/FlexibleSUSY/commit/3239c1d25cacf6085a1885c302ad7a76d91e3acc Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-07-27 (Mon, 27 Jul 2015) Changed paths: M addons/gm2os/Makefile.in M addons/gm2os/module.mk Log Message: ----------- export slhaea Commit: ad8baea13d4ae96f5bb9e66aaf0ad1b9eaae54e0 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/ad8baea13d4ae96f5bb9e66aaf0ad1b9eaae54e0 Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-07-27 (Mon, 27 Jul 2015) Changed paths: M src/eigen_utils.hpp Log Message: ----------- Merge remote branch 'origin/development' into feature-gm2-MSSM-onshell Commit: fe31c27109094e982660775530c1d66b8c66b8f4 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/fe31c27109094e982660775530c1d66b8c66b8f4 Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-07-27 (Mon, 27 Jul 2015) Changed paths: M addons/gm2os/MSSMNoFV_onshell_physical.hpp Log Message: ----------- remove unused header inclusion Commit: 3309a8c543cb8e14122bda92d593e2f142948d9d https://github.com/FlexibleSUSY/FlexibleSUSY/commit/3309a8c543cb8e14122bda92d593e2f142948d9d Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-07-27 (Mon, 27 Jul 2015) Changed paths: M addons/gm2os/MSSMNoFV_onshell_mass_eigenstates.cpp Log Message: ----------- simplify Gluino and Gluon mass calculation Commit: 77da66a341472046e0cbcbb8750fd617a2318dbc https://github.com/FlexibleSUSY/FlexibleSUSY/commit/77da66a341472046e0cbcbb8750fd617a2318dbc Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-07-27 (Mon, 27 Jul 2015) Changed paths: M addons/gm2os/MSSMNoFV_onshell_physical.cpp Log Message: ----------- make physical struct independent of slha_io Commit: 1d8390cf9ce374e8e2a78b6ac21bddeb20bf0b94 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/1d8390cf9ce374e8e2a78b6ac21bddeb20bf0b94 Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-07-27 (Mon, 27 Jul 2015) Changed paths: M addons/gm2os/Makefile.in R addons/gm2os/module.gm2.mk M addons/gm2os/module.mk A addons/gm2os/module.src.mk Log Message: ----------- put all source files into src/ for simplicity Commit: 77251e6ef5c2dbf40ebffa6c0e0ac0ba39db97ff https://github.com/FlexibleSUSY/FlexibleSUSY/commit/77251e6ef5c2dbf40ebffa6c0e0ac0ba39db97ff Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-07-27 (Mon, 27 Jul 2015) Changed paths: M addons/gm2os/module.mk M addons/gm2os/module.src.mk Log Message: ----------- export gm2.cpp Commit: 2f296445528799d32e247852e73c2c38b42adf00 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/2f296445528799d32e247852e73c2c38b42adf00 Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-07-27 (Mon, 27 Jul 2015) Changed paths: M addons/gm2os/gm2.cpp Log Message: ----------- make main module independent of cmd line options module Commit: 1f520e53bb160963a8179c40a8a7f6ddb4f6f376 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/1f520e53bb160963a8179c40a8a7f6ddb4f6f376 Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-07-27 (Mon, 27 Jul 2015) Changed paths: M addons/gm2os/gm2.cpp Log Message: ----------- correct line breaks in help message Commit: 0ca1526648f58a49603cd46422dd87e45f1a53ff https://github.com/FlexibleSUSY/FlexibleSUSY/commit/0ca1526648f58a49603cd46422dd87e45f1a53ff Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-07-27 (Mon, 27 Jul 2015) Changed paths: M addons/gm2os/gm2_slha_io.hpp Log Message: ----------- make g-2 indepentend of boost/function.hpp Commit: 4e63c7bd498ce185d36ab8ba819d32ae39845f10 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/4e63c7bd498ce185d36ab8ba819d32ae39845f10 Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-07-27 (Mon, 27 Jul 2015) Changed paths: M addons/gm2os/module.mk Log Message: ----------- remove dependency of loop function libs and GSL Commit: 3e1a468f14831c9fb8e7ed437c598a6a4d093b2c https://github.com/FlexibleSUSY/FlexibleSUSY/commit/3e1a468f14831c9fb8e7ed437c598a6a4d093b2c Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-07-27 (Mon, 27 Jul 2015) Changed paths: M addons/gm2os/gm2_1loop.cpp Log Message: ----------- implement tan(beta) resummation in amu1Lapprox() Author: Dominik Stockinger Commit: 522380ed2fc4c1c50bf99023707ff72394e64535 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/522380ed2fc4c1c50bf99023707ff72394e64535 Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-07-27 (Mon, 27 Jul 2015) Changed paths: M addons/gm2os/MSSMNoFV_onshell.cpp M addons/gm2os/gm2_1loop.cpp M addons/gm2os/gm2_1loop.hpp M addons/gm2os/gm2_2loop.cpp M addons/gm2os/gm2_2loop.hpp Log Message: ----------- move tan(beta) corrections to 1-loop g-2 module in order to avoid a circular dependency Commit: 47f26469cb3a591ea08c3a5bbc3f608663ecbc2b https://github.com/FlexibleSUSY/FlexibleSUSY/commit/47f26469cb3a591ea08c3a5bbc3f608663ecbc2b Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-07-27 (Mon, 27 Jul 2015) Changed paths: M addons/gm2os/gm2.cpp M addons/gm2os/gm2_1loop.cpp M addons/gm2os/gm2_1loop.hpp Log Message: ----------- change naming convention gm2 -> amu because all routines really calculate amu = (g-2)/2 Commit: 1f76ffb1c430459d4c14f66dc4140911924edff9 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/1f76ffb1c430459d4c14f66dc4140911924edff9 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-27 (Mon, 27 Jul 2015) Changed paths: M addons/gm2os/MSSMNoFV_onshell.cpp M addons/gm2os/MSSMNoFV_onshell.hpp Log Message: ----------- make precision goal configurable Commit: 27a2e0280cc602a9d37b5162e08d088792b53bae https://github.com/FlexibleSUSY/FlexibleSUSY/commit/27a2e0280cc602a9d37b5162e08d088792b53bae Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-27 (Mon, 27 Jul 2015) Changed paths: M addons/gm2os/MSSMNoFV_onshell_mass_eigenstates.hpp M test/module.mk M test/test_MSSMNoFV_onshell.cpp A test/test_MSSMNoFV_onshell.hpp M test/test_gm2os.cpp Log Message: ----------- fix tests Commit: d5d5d75efd4d373c969c35f6b9a4ce52f43dd538 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/d5d5d75efd4d373c969c35f6b9a4ce52f43dd538 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-27 (Mon, 27 Jul 2015) Changed paths: M addons/gm2os/Makefile.in Log Message: ----------- create config header Commit: cc2702885a85550160b22d1efc733a3f135d4fac https://github.com/FlexibleSUSY/FlexibleSUSY/commit/cc2702885a85550160b22d1efc733a3f135d4fac Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-27 (Mon, 27 Jul 2015) Changed paths: M addons/gm2os/gm2.cpp Log Message: ----------- print version information Commit: 3c56d0c926b1ed97248347fedbf5ed49d2b90e88 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/3c56d0c926b1ed97248347fedbf5ed49d2b90e88 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-27 (Mon, 27 Jul 2015) Changed paths: A addons/gm2calc/LesHouches.in.gm2os A addons/gm2calc/MSSMNoFV_onshell.cpp A addons/gm2calc/MSSMNoFV_onshell.hpp A addons/gm2calc/MSSMNoFV_onshell_mass_eigenstates.cpp A addons/gm2calc/MSSMNoFV_onshell_mass_eigenstates.hpp A addons/gm2calc/MSSMNoFV_onshell_physical.cpp A addons/gm2calc/MSSMNoFV_onshell_physical.hpp A addons/gm2calc/MSSMNoFV_onshell_soft_parameters.cpp A addons/gm2calc/MSSMNoFV_onshell_soft_parameters.hpp A addons/gm2calc/MSSMNoFV_onshell_susy_parameters.cpp A addons/gm2calc/MSSMNoFV_onshell_susy_parameters.hpp A addons/gm2calc/Makefile.in A addons/gm2calc/ffunctions.cpp A addons/gm2calc/ffunctions.hpp A addons/gm2calc/gm2.cpp A addons/gm2calc/gm2_1loop.cpp A addons/gm2calc/gm2_1loop.hpp A addons/gm2calc/gm2_2loop.cpp A addons/gm2calc/gm2_2loop.hpp A addons/gm2calc/gm2_error.hpp A addons/gm2calc/gm2_slha_io.cpp A addons/gm2calc/gm2_slha_io.hpp A addons/gm2calc/module.mk A addons/gm2calc/module.src.mk R addons/gm2os/LesHouches.in.gm2os R addons/gm2os/MSSMNoFV_onshell.cpp R addons/gm2os/MSSMNoFV_onshell.hpp R addons/gm2os/MSSMNoFV_onshell_mass_eigenstates.cpp R addons/gm2os/MSSMNoFV_onshell_mass_eigenstates.hpp R addons/gm2os/MSSMNoFV_onshell_physical.cpp R addons/gm2os/MSSMNoFV_onshell_physical.hpp R addons/gm2os/MSSMNoFV_onshell_soft_parameters.cpp R addons/gm2os/MSSMNoFV_onshell_soft_parameters.hpp R addons/gm2os/MSSMNoFV_onshell_susy_parameters.cpp R addons/gm2os/MSSMNoFV_onshell_susy_parameters.hpp R addons/gm2os/Makefile.in R addons/gm2os/ffunctions.cpp R addons/gm2os/ffunctions.hpp R addons/gm2os/gm2.cpp R addons/gm2os/gm2_1loop.cpp R addons/gm2os/gm2_1loop.hpp R addons/gm2os/gm2_2loop.cpp R addons/gm2os/gm2_2loop.hpp R addons/gm2os/gm2_error.hpp R addons/gm2os/gm2_slha_io.cpp R addons/gm2os/gm2_slha_io.hpp R addons/gm2os/module.mk R addons/gm2os/module.src.mk M test/module.mk M test/test_MSSMNoFV_onshell.cpp M test/test_MSSMNoFV_onshell.hpp A test/test_gm2calc.cpp R test/test_gm2os.cpp Log Message: ----------- rename gm2os -> gm2calc Commit: 39af37f883eb89e6e78230f056613f43a0c05a6b https://github.com/FlexibleSUSY/FlexibleSUSY/commit/39af37f883eb89e6e78230f056613f43a0c05a6b Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-27 (Mon, 27 Jul 2015) Changed paths: M addons/gm2calc/MSSMNoFV_onshell.cpp M addons/gm2calc/MSSMNoFV_onshell.hpp M addons/gm2calc/MSSMNoFV_onshell_mass_eigenstates.cpp M addons/gm2calc/Makefile.in M addons/gm2calc/ffunctions.cpp M addons/gm2calc/ffunctions.hpp M addons/gm2calc/gm2.cpp M addons/gm2calc/gm2_1loop.cpp M addons/gm2calc/gm2_1loop.hpp M addons/gm2calc/gm2_2loop.cpp M addons/gm2calc/gm2_2loop.hpp M addons/gm2calc/gm2_error.hpp M addons/gm2calc/gm2_slha_io.cpp M addons/gm2calc/gm2_slha_io.hpp M addons/gm2calc/module.mk M config/config.h.in M configure Log Message: ----------- rename g-2 program gm2os -> gm2calc Commit: 1949ebe8e8b2cf9f1f61a7a7e84dcc9a7e11d493 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/1949ebe8e8b2cf9f1f61a7a7e84dcc9a7e11d493 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-27 (Mon, 27 Jul 2015) Changed paths: M addons/gm2calc/Makefile.in Log Message: ----------- remove empty rm statements Commit: 54686395675c101a0a0000ec7c4acc9f3ba524d9 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/54686395675c101a0a0000ec7c4acc9f3ba524d9 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-27 (Mon, 27 Jul 2015) Changed paths: M addons/gm2calc/Makefile.in Log Message: ----------- move definition of LIBEXT down to compilation variables Commit: 1784b4e3b3f8e258555cc352ad2efe7f5e1149da https://github.com/FlexibleSUSY/FlexibleSUSY/commit/1784b4e3b3f8e258555cc352ad2efe7f5e1149da Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-27 (Mon, 27 Jul 2015) Changed paths: M addons/gm2calc/Makefile.in Log Message: ----------- increase optimization level to -O2 Commit: 07b6e03e989b748dff2de52665fdfaca17610423 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/07b6e03e989b748dff2de52665fdfaca17610423 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-27 (Mon, 27 Jul 2015) Changed paths: M addons/gm2calc/module.mk Log Message: ----------- export default SLHA file as an example Commit: 5126776c47ec1848930c3004bf243189f1631c50 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/5126776c47ec1848930c3004bf243189f1631c50 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-27 (Mon, 27 Jul 2015) Changed paths: A addons/gm2calc/README Log Message: ----------- adding a first draft of the README Commit: 4174726957057e38032d230f0f64c8a04f40d127 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/4174726957057e38032d230f0f64c8a04f40d127 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-27 (Mon, 27 Jul 2015) Changed paths: M addons/gm2calc/Makefile.in Log Message: ----------- create bin/ directory Commit: 3be4853f01c52246945bc1f36e2a6b8231eae074 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/3be4853f01c52246945bc1f36e2a6b8231eae074 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-27 (Mon, 27 Jul 2015) Changed paths: M addons/gm2calc/README M addons/gm2calc/module.src.mk Log Message: ----------- move executables to bin/ directory Commit: d188dcd6783cb8af5068231fa3cb63e2a0efcbc0 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/d188dcd6783cb8af5068231fa3cb63e2a0efcbc0 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-27 (Mon, 27 Jul 2015) Changed paths: M addons/gm2calc/MSSMNoFV_onshell.cpp M addons/gm2calc/ffunctions.cpp M addons/gm2calc/gm2.cpp Log Message: ----------- newline after ERROR message Commit: 4b16da43c3ddd506532574b68bf7f4c964a28772 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/4b16da43c3ddd506532574b68bf7f4c964a28772 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-27 (Mon, 27 Jul 2015) Changed paths: M addons/gm2calc/module.src.mk Log Message: ----------- remove executables from bin/ Commit: 8d501a6ccd006569d521b68bb1aa16c5a43f14eb https://github.com/FlexibleSUSY/FlexibleSUSY/commit/8d501a6ccd006569d521b68bb1aa16c5a43f14eb Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-28 (Tue, 28 Jul 2015) Changed paths: A addons/gm2calc/AUTHORS A addons/gm2calc/COPYING M addons/gm2calc/module.mk Log Message: ----------- export README, AUTHORS and COPYING Commit: 982460435e9db09bee64db7ce45240c3dbcffe40 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/982460435e9db09bee64db7ce45240c3dbcffe40 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-28 (Tue, 28 Jul 2015) Changed paths: M addons/gm2calc/MSSMNoFV_onshell.cpp M addons/gm2calc/MSSMNoFV_onshell.hpp M addons/gm2calc/MSSMNoFV_onshell_mass_eigenstates.cpp M addons/gm2calc/MSSMNoFV_onshell_mass_eigenstates.hpp M addons/gm2calc/MSSMNoFV_onshell_physical.cpp M addons/gm2calc/MSSMNoFV_onshell_physical.hpp M addons/gm2calc/MSSMNoFV_onshell_soft_parameters.cpp M addons/gm2calc/MSSMNoFV_onshell_soft_parameters.hpp M addons/gm2calc/MSSMNoFV_onshell_susy_parameters.cpp M addons/gm2calc/MSSMNoFV_onshell_susy_parameters.hpp M addons/gm2calc/ffunctions.cpp M addons/gm2calc/ffunctions.hpp M addons/gm2calc/gm2.cpp M addons/gm2calc/gm2_1loop.cpp M addons/gm2calc/gm2_1loop.hpp M addons/gm2calc/gm2_2loop.cpp M addons/gm2calc/gm2_2loop.hpp M addons/gm2calc/gm2_error.hpp M addons/gm2calc/gm2_slha_io.cpp M addons/gm2calc/gm2_slha_io.hpp Log Message: ----------- put correct program name into copying note Commit: 19f909be158e1b699a0fbd74082d5787380d5790 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/19f909be158e1b699a0fbd74082d5787380d5790 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-28 (Tue, 28 Jul 2015) Changed paths: M addons/gm2calc/MSSMNoFV_onshell_physical.hpp M addons/gm2calc/MSSMNoFV_onshell_soft_parameters.cpp M addons/gm2calc/MSSMNoFV_onshell_soft_parameters.hpp M addons/gm2calc/MSSMNoFV_onshell_susy_parameters.cpp Log Message: ----------- remove generation time note Commit: d833a9a9589c2f9499e8c9930dfce72a7d14e3ac https://github.com/FlexibleSUSY/FlexibleSUSY/commit/d833a9a9589c2f9499e8c9930dfce72a7d14e3ac Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-28 (Tue, 28 Jul 2015) Changed paths: M addons/gm2calc/Makefile.in M addons/gm2calc/README Log Message: ----------- use g++ and gfortran for dependency generation by default Commit: 406a93536ff1875f9adc19115fd5cc0de902b05e https://github.com/FlexibleSUSY/FlexibleSUSY/commit/406a93536ff1875f9adc19115fd5cc0de902b05e Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-28 (Tue, 28 Jul 2015) Changed paths: M addons/gm2calc/README Log Message: ----------- complete the example using icc for compilation Commit: 13d17fdb8cbc81f6628e3d3ac45a50834ff8c7b4 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/13d17fdb8cbc81f6628e3d3ac45a50834ff8c7b4 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-28 (Tue, 28 Jul 2015) Changed paths: M addons/gm2calc/Makefile.in Log Message: ----------- write make arguments to a file to help the user Commit: 36f523d27bef04928dceabef88ceba91aeecdc8b https://github.com/FlexibleSUSY/FlexibleSUSY/commit/36f523d27bef04928dceabef88ceba91aeecdc8b Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-28 (Tue, 28 Jul 2015) Changed paths: M addons/gm2calc/gm2_slha_io.cpp Log Message: ----------- read MW(pole) from MASS[24], or if not given there, from SMINPUTS[9] Rationale: Usually, MW is a prediction. In this case MASS[24] contains the predicted MW. In any other case, we read MW from SMINPUTS[9]. Commit: 027d7e07cedfacf51201b752b18076b09de83932 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/027d7e07cedfacf51201b752b18076b09de83932 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-28 (Tue, 28 Jul 2015) Changed paths: A addons/gm2calc/LesHouches.in.gm2calc R addons/gm2calc/LesHouches.in.gm2os Log Message: ----------- rename SLHA input file Commit: d97fa758ab5d1c7dbc1c1b9a8dddf7997f4592e5 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/d97fa758ab5d1c7dbc1c1b9a8dddf7997f4592e5 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-28 (Tue, 28 Jul 2015) Changed paths: M addons/gm2calc/MSSMNoFV_onshell.hpp Log Message: ----------- adding element setters for trilinear couplings Commit: ab6bf230e7500e360da68ee70deac9e92f86d7fb https://github.com/FlexibleSUSY/FlexibleSUSY/commit/ab6bf230e7500e360da68ee70deac9e92f86d7fb Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-28 (Tue, 28 Jul 2015) Changed paths: M addons/gm2calc/LesHouches.in.gm2calc M addons/gm2calc/MSSMNoFV_onshell.cpp M addons/gm2calc/MSSMNoFV_onshell.hpp M addons/gm2calc/gm2.cpp M addons/gm2calc/gm2_slha_io.cpp M addons/gm2calc/gm2_slha_io.hpp Log Message: ----------- first draft of g-2 specific SLHA input Commit: 2b0612ae12b676dfaaf3fb6429e5bbc512e65ad6 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/2b0612ae12b676dfaaf3fb6429e5bbc512e65ad6 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-28 (Tue, 28 Jul 2015) Changed paths: A addons/gm2calc/gm2calc.in Log Message: ----------- adding g-2 onshell input file Run it with: cat addons/gm2calc/gm2calc.in | \ ./addons/gm2calc/gm2.x --gm2calc-input-file=- Commit: bc912317ba75d9401d8ce643a844d1e45bd322d3 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/bc912317ba75d9401d8ce643a844d1e45bd322d3 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-28 (Tue, 28 Jul 2015) Changed paths: M addons/gm2calc/MSSMNoFV_onshell.cpp M addons/gm2calc/MSSMNoFV_onshell.hpp Log Message: ----------- decompose check_input() and copying Commit: 9333549c4b8f54f91990acc1edbea89fbc08916b https://github.com/FlexibleSUSY/FlexibleSUSY/commit/9333549c4b8f54f91990acc1edbea89fbc08916b Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-28 (Tue, 28 Jul 2015) Changed paths: M addons/gm2calc/MSSMNoFV_onshell.cpp Log Message: ----------- check input at first step Commit: 83943bd1bd580c949fe58646c9bf8d1063fa7475 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/83943bd1bd580c949fe58646c9bf8d1063fa7475 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-28 (Tue, 28 Jul 2015) Changed paths: M addons/gm2calc/gm2.cpp Log Message: ----------- put model setup into separate function Commit: 1e98b7f78e3372f96a0c3e7bd19ebd8938aac423 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/1e98b7f78e3372f96a0c3e7bd19ebd8938aac423 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-28 (Tue, 28 Jul 2015) Changed paths: M addons/gm2calc/LesHouches.in.gm2calc M addons/gm2calc/gm2_slha_io.cpp M addons/gm2calc/gm2calc.in Log Message: ----------- rename input block to GM2CalcInput Commit: c52f07c8c6bf05b349ff0ff224217ec807bb123d https://github.com/FlexibleSUSY/FlexibleSUSY/commit/c52f07c8c6bf05b349ff0ff224217ec807bb123d Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-28 (Tue, 28 Jul 2015) Changed paths: R addons/gm2calc/LesHouches.in.gm2calc M addons/gm2calc/gm2calc.in M addons/gm2calc/module.mk A addons/gm2calc/slha.in Log Message: ----------- export gm2calc input file Commit: 0237c8bb4e29d644021437fdba1611bd4e46647b https://github.com/FlexibleSUSY/FlexibleSUSY/commit/0237c8bb4e29d644021437fdba1611bd4e46647b Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-28 (Tue, 28 Jul 2015) Changed paths: M addons/gm2calc/gm2.cpp M addons/gm2calc/gm2_slha_io.cpp M addons/gm2calc/gm2_slha_io.hpp M addons/gm2calc/gm2calc.in M addons/gm2calc/slha.in Log Message: ----------- first implementation of different output formats Commit: 16a4ac21352221b86c7f97adec663a3c6fd5d7b8 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/16a4ac21352221b86c7f97adec663a3c6fd5d7b8 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-28 (Tue, 28 Jul 2015) Changed paths: M addons/gm2calc/gm2_slha_io.cpp M addons/gm2calc/gm2_slha_io.hpp Log Message: ----------- use tuple processor to read Block GM2CalcConfig This avoids overwriting default values and properly handles unset values. Commit: d18495509870cd644c5fb4226f395b738d8625a0 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/d18495509870cd644c5fb4226f395b738d8625a0 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-28 (Tue, 28 Jul 2015) Changed paths: M addons/gm2calc/gm2_slha_io.cpp M addons/gm2calc/gm2_slha_io.hpp Log Message: ----------- read GM2CalcInput block via a tuple processor for speed reasons Commit: a9ca6f28b9e9c1ec6fcd3430315b441fd7946044 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/a9ca6f28b9e9c1ec6fcd3430315b441fd7946044 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-28 (Tue, 28 Jul 2015) Changed paths: M addons/gm2calc/gm2_slha_io.cpp Log Message: ----------- don't read alphas twice Commit: 0010dc3e686c27717f2da5723ebf6f293271926c https://github.com/FlexibleSUSY/FlexibleSUSY/commit/0010dc3e686c27717f2da5723ebf6f293271926c Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-28 (Tue, 28 Jul 2015) Changed paths: M addons/gm2calc/gm2_slha_io.cpp M addons/gm2calc/gm2_slha_io.hpp Log Message: ----------- read fermion masses from SMINPUTS via tuple processor for speed reasons Commit: c9ca4b87b4ee3bc7f816114864cda19260e504e8 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/c9ca4b87b4ee3bc7f816114864cda19260e504e8 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-28 (Tue, 28 Jul 2015) Changed paths: M addons/gm2calc/gm2_slha_io.cpp Log Message: ----------- read the masses from SMINPUTS in one run Commit: 72462fb01cf860f8cd5cfe58b86ee3fd99bab26d https://github.com/FlexibleSUSY/FlexibleSUSY/commit/72462fb01cf860f8cd5cfe58b86ee3fd99bab26d Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-28 (Tue, 28 Jul 2015) Changed paths: M addons/gm2calc/gm2_slha_io.cpp M addons/gm2calc/gm2_slha_io.hpp Log Message: ----------- read SUSY masses from MASS block via processor tuple for spead reasons Commit: 5c06af66d0b2dda7fd0b1ba87e50919394082161 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/5c06af66d0b2dda7fd0b1ba87e50919394082161 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-28 (Tue, 28 Jul 2015) Changed paths: M addons/gm2calc/gm2_slha_io.cpp M addons/gm2calc/gm2_slha_io.hpp Log Message: ----------- read soft-breaking parameters from MSOFT block via tuple processor for speed reasons Commit: 554e05aa0060ab3bdc2b57f01b2ff505b65c0148 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/554e05aa0060ab3bdc2b57f01b2ff505b65c0148 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-28 (Tue, 28 Jul 2015) Changed paths: M addons/gm2calc/gm2_slha_io.cpp Log Message: ----------- avoid warning when MW entry is found in MASS block Commit: c9e2d1312dfb5e8cd30141abd04bf121d697a231 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/c9e2d1312dfb5e8cd30141abd04bf121d697a231 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-28 (Tue, 28 Jul 2015) Changed paths: M addons/gm2calc/gm2.cpp Log Message: ----------- always enable tan(beta) resummation at 2-loop level Commit: 43d8c56c50133e93ca6282e3cb4a371877d105ce https://github.com/FlexibleSUSY/FlexibleSUSY/commit/43d8c56c50133e93ca6282e3cb4a371877d105ce Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-28 (Tue, 28 Jul 2015) Changed paths: M addons/gm2calc/gm2.cpp M test/test_MSSMNoFV_onshell.hpp Log Message: ----------- simplify amu calculation routine Commit: 04ea47329fadcfd8fe393b525f42efccc976196a https://github.com/FlexibleSUSY/FlexibleSUSY/commit/04ea47329fadcfd8fe393b525f42efccc976196a Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-28 (Tue, 28 Jul 2015) Changed paths: M test/test_MSSMNoFV_onshell.hpp Log Message: ----------- correcting input block name in test Commit: e9ff34efc6463e8bdffe686f1623e18e0c065be2 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/e9ff34efc6463e8bdffe686f1623e18e0c065be2 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-28 (Tue, 28 Jul 2015) Changed paths: M addons/gm2calc/MSSMNoFV_onshell_mass_eigenstates.hpp M addons/gm2calc/MSSMNoFV_onshell_physical.cpp M addons/gm2calc/MSSMNoFV_onshell_physical.hpp M addons/gm2calc/MSSMNoFV_onshell_soft_parameters.cpp M addons/gm2calc/MSSMNoFV_onshell_soft_parameters.hpp M addons/gm2calc/MSSMNoFV_onshell_susy_parameters.cpp M addons/gm2calc/MSSMNoFV_onshell_susy_parameters.hpp M addons/gm2calc/gm2_slha_io.hpp Log Message: ----------- put all classes into the gm2calc namespace Commit: 31f69f0f2c07f76c1432f0f6155d993e2d1467d3 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/31f69f0f2c07f76c1432f0f6155d993e2d1467d3 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-28 (Tue, 28 Jul 2015) Changed paths: M addons/gm2calc/README M addons/gm2calc/module.mk Log Message: ----------- update README file and rename input file directory Commit: bea4a88811af7831df3a05654cb6100bc0574047 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/bea4a88811af7831df3a05654cb6100bc0574047 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-28 (Tue, 28 Jul 2015) Changed paths: M addons/gm2calc/README R addons/gm2calc/gm2.cpp A addons/gm2calc/gm2calc.cpp M addons/gm2calc/module.mk M addons/gm2calc/module.src.mk Log Message: ----------- rename executable gm2.x -> gm2calc.x Commit: cd978f47d8c4926a81cef21da9c8c87270fefd11 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/cd978f47d8c4926a81cef21da9c8c87270fefd11 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-29 (Wed, 29 Jul 2015) Changed paths: M addons/gm2calc/gm2calc.cpp Log Message: ----------- rename variables for consistency Commit: 91fff72b4f340db8878b7f58cf498e2bda5ce2f7 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/91fff72b4f340db8878b7f58cf498e2bda5ce2f7 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-29 (Wed, 29 Jul 2015) Changed paths: M addons/gm2calc/gm2calc.cpp Log Message: ----------- add documentation Commit: 0fc45d3ad361b650965fc60cc119e9d1f26672f9 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/0fc45d3ad361b650965fc60cc119e9d1f26672f9 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-29 (Wed, 29 Jul 2015) Changed paths: M addons/gm2calc/gm2calc.cpp Log Message: ----------- print error in case of unknown output format Commit: caabc3837c113118dd9ee8cc233e34740aba3372 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/caabc3837c113118dd9ee8cc233e34740aba3372 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-29 (Wed, 29 Jul 2015) Changed paths: M addons/gm2calc/MSSMNoFV_onshell.cpp Log Message: ----------- throw exception if muon mass is zero Commit: e2dab9e0a11b72fa69577e4d65975e3d76d85888 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/e2dab9e0a11b72fa69577e4d65975e3d76d85888 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-29 (Wed, 29 Jul 2015) Changed paths: M addons/gm2calc/README Log Message: ----------- extend the README file Commit: 51ee88ef951968b19dafda9928f98a0c56e9d0fa https://github.com/FlexibleSUSY/FlexibleSUSY/commit/51ee88ef951968b19dafda9928f98a0c56e9d0fa Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-29 (Wed, 29 Jul 2015) Changed paths: M addons/gm2calc/gm2calc.in M addons/gm2calc/slha.in Log Message: ----------- use default alpha from arxiv:1311.1775 Commit: 311baf9c59e2cfdca38ca180857a3bc36bf5d382 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/311baf9c59e2cfdca38ca180857a3bc36bf5d382 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-29 (Wed, 29 Jul 2015) Changed paths: M addons/gm2calc/MSSMNoFV_onshell.cpp Log Message: ----------- add more debug output to operator<< Commit: dd261918b242edc1c1b81a849f8918352d0a2dae https://github.com/FlexibleSUSY/FlexibleSUSY/commit/dd261918b242edc1c1b81a849f8918352d0a2dae Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-29 (Wed, 29 Jul 2015) Changed paths: M addons/gm2calc/gm2calc.cpp Log Message: ----------- pretty detailed output Commit: 09e5e87c967b56d338cdcbee9577496f6aa22bce https://github.com/FlexibleSUSY/FlexibleSUSY/commit/09e5e87c967b56d338cdcbee9577496f6aa22bce Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-29 (Wed, 29 Jul 2015) Changed paths: M addons/gm2calc/README Log Message: ----------- update compiler requirements I printed the minimum version I've tested compilation with. Commit: f14776e30557d2211dc3244af91576bf2d3c886b https://github.com/FlexibleSUSY/FlexibleSUSY/commit/f14776e30557d2211dc3244af91576bf2d3c886b Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-29 (Wed, 29 Jul 2015) Changed paths: M addons/gm2calc/README Log Message: ----------- a little more precise description of GM2Calc Commit: b4b0e8f83d1bd6bc3242cc61667200def473967c https://github.com/FlexibleSUSY/FlexibleSUSY/commit/b4b0e8f83d1bd6bc3242cc61667200def473967c Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-29 (Wed, 29 Jul 2015) Changed paths: M addons/gm2calc/Makefile.in M configure Log Message: ----------- set version number of GM2Calc to 0.2.0 I regard Robert Geifenhagen's version as 0.1. Commit: 6a9277f6e55676cbcb9de045bed2f6a58e27191b https://github.com/FlexibleSUSY/FlexibleSUSY/commit/6a9277f6e55676cbcb9de045bed2f6a58e27191b Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-29 (Wed, 29 Jul 2015) Changed paths: M addons/gm2calc/gm2calc.cpp Log Message: ----------- set numeric output format to max. precision except for SLHA output, where the output precision is defined to be %16.8E Commit: c4af709c6fa63ae0b3b7f671cce14d44f89bd14c https://github.com/FlexibleSUSY/FlexibleSUSY/commit/c4af709c6fa63ae0b3b7f671cce14d44f89bd14c Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-29 (Wed, 29 Jul 2015) Changed paths: M addons/gm2calc/gm2calc.cpp Log Message: ----------- print function does not need to modify model Commit: 9090e5792ce2570a890dc7cd5066698787283f8b https://github.com/FlexibleSUSY/FlexibleSUSY/commit/9090e5792ce2570a890dc7cd5066698787283f8b Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-29 (Wed, 29 Jul 2015) Changed paths: M addons/gm2calc/MSSMNoFV_onshell_mass_eigenstates.cpp Log Message: ----------- apply cwiseAbs() before sqrt() to handle tachyons Commit: f178f34f2472608ff50ea0f10c4f50699c5b6045 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/f178f34f2472608ff50ea0f10c4f50699c5b6045 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-29 (Wed, 29 Jul 2015) Changed paths: M test/test_MSSMNoFV_onshell.cpp Log Message: ----------- fix test (muon mass must not be zero) Commit: 8486aedd052dc23451c47d86144103e7158275d7 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/8486aedd052dc23451c47d86144103e7158275d7 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-29 (Wed, 29 Jul 2015) Changed paths: M addons/gm2calc/Makefile.in M configure Log Message: ----------- GM2Calc version 0.2.1 Commit: 6102ba740857fd01658ae779e3e055cabf6d410b https://github.com/FlexibleSUSY/FlexibleSUSY/commit/6102ba740857fd01658ae779e3e055cabf6d410b Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-30 (Thu, 30 Jul 2015) Changed paths: M addons/gm2calc/module.src.mk Log Message: ----------- append EIGENFLAGS and BOOSTFLAGS even if user has overwritten CPPFLAGS via the command line. Commit: a00232ded82fb618fe8e23d3051833def0305fd0 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/a00232ded82fb618fe8e23d3051833def0305fd0 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-30 (Thu, 30 Jul 2015) Changed paths: M addons/gm2calc/README Log Message: ----------- add documentation of how to re-run make with the stored cmd line arguments Commit: df36f4eb369ff726f083655351e058f35b349b4e https://github.com/FlexibleSUSY/FlexibleSUSY/commit/df36f4eb369ff726f083655351e058f35b349b4e Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-30 (Thu, 30 Jul 2015) Changed paths: M addons/gm2calc/Makefile.in M configure Log Message: ----------- GM2Calc version 0.2.2 Commit: 5b9d6531422b6f7555d06f7c690ec6882772b2e2 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/5b9d6531422b6f7555d06f7c690ec6882772b2e2 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-30 (Thu, 30 Jul 2015) Changed paths: M configure Log Message: ----------- build no models by default Commit: e52343430dc031893bf047f72f92d8314451c212 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/e52343430dc031893bf047f72f92d8314451c212 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-30 (Thu, 30 Jul 2015) Changed paths: M ChangeLog Log Message: ----------- update ChangeLog Commit: 1993f29586b67bfdedd26aa4afbff4beec4d8d0f https://github.com/FlexibleSUSY/FlexibleSUSY/commit/1993f29586b67bfdedd26aa4afbff4beec4d8d0f Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-30 (Thu, 30 Jul 2015) Changed paths: M addons/gm2calc/gm2_2loop.cpp Log Message: ----------- adding references to the photonic 2-loop contribution functions Commit: 9aab7d483d20325141f7c7d1f390a677f6522068 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/9aab7d483d20325141f7c7d1f390a677f6522068 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-30 (Thu, 30 Jul 2015) Changed paths: M addons/gm2calc/ffunctions.cpp M addons/gm2calc/ffunctions.hpp M addons/gm2calc/gm2_2loop.cpp M addons/gm2calc/gm2_2loop.hpp Log Message: ----------- adding documentation to the 2-loop routines Commit: 004f3fd43c887588bfafd9fa98b4ae4deb223743 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/004f3fd43c887588bfafd9fa98b4ae4deb223743 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-30 (Thu, 30 Jul 2015) Changed paths: M addons/gm2calc/gm2_2loop.cpp Log Message: ----------- reuse code to avoid code duplication Commit: 2727dea4859f00d799696149b7a1307dd94acbd9 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/2727dea4859f00d799696149b7a1307dd94acbd9 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-30 (Thu, 30 Jul 2015) Changed paths: M addons/gm2calc/gm2_2loop.cpp M addons/gm2calc/gm2_2loop.hpp Log Message: ----------- adding documentation to the 2-loop fermion/sfermion contributions Commit: 33e5e7fb96b902909a12b6a1d8c13e7c6e3a1bac https://github.com/FlexibleSUSY/FlexibleSUSY/commit/33e5e7fb96b902909a12b6a1d8c13e7c6e3a1bac Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-07-30 (Thu, 30 Jul 2015) Changed paths: M addons/gm2calc/ffunctions.hpp Log Message: ----------- adding documentation to F-functions Commit: 905306377b727b4b795618268f8f240ef4617761 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/905306377b727b4b795618268f8f240ef4617761 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-08-03 (Mon, 03 Aug 2015) Changed paths: M addons/gm2calc/MSSMNoFV_onshell.cpp M addons/gm2calc/MSSMNoFV_onshell.hpp M addons/gm2calc/gm2_slha_io.cpp Log Message: ----------- use MA as input, instead of BMu Commit: 3d073aaf0450ab59a5fb8e557897f42f9b3fdce1 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/3d073aaf0450ab59a5fb8e557897f42f9b3fdce1 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-08-04 (Tue, 04 Aug 2015) Changed paths: M addons/gm2calc/gm2calc.in Log Message: ----------- adapt default GM2Calc input file to new MA input Commit: b91f7253cbc979530abc13fecc1700134c60148d https://github.com/FlexibleSUSY/FlexibleSUSY/commit/b91f7253cbc979530abc13fecc1700134c60148d Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-08-04 (Tue, 04 Aug 2015) Changed paths: M addons/gm2calc/Makefile.in M configure Log Message: ----------- GM2Calc version 0.2.3 Commit: c0e1db3d61e5bc3666f10ba726158b96055da2ac https://github.com/FlexibleSUSY/FlexibleSUSY/commit/c0e1db3d61e5bc3666f10ba726158b96055da2ac Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-08-06 (Thu, 06 Aug 2015) Changed paths: M addons/gm2calc/MSSMNoFV_onshell.cpp M addons/gm2calc/MSSMNoFV_onshell.hpp M addons/gm2calc/MSSMNoFV_onshell_mass_eigenstates.cpp M addons/gm2calc/MSSMNoFV_onshell_mass_eigenstates.hpp M addons/gm2calc/MSSMNoFV_onshell_physical.cpp M addons/gm2calc/MSSMNoFV_onshell_physical.hpp A addons/gm2calc/MSSMNoFV_onshell_problems.cpp A addons/gm2calc/MSSMNoFV_onshell_problems.hpp M addons/gm2calc/MSSMNoFV_onshell_soft_parameters.cpp M addons/gm2calc/MSSMNoFV_onshell_soft_parameters.hpp M addons/gm2calc/MSSMNoFV_onshell_susy_parameters.cpp M addons/gm2calc/MSSMNoFV_onshell_susy_parameters.hpp M addons/gm2calc/ffunctions.cpp M addons/gm2calc/ffunctions.hpp M addons/gm2calc/gm2_1loop.cpp M addons/gm2calc/gm2_1loop.hpp M addons/gm2calc/gm2_2loop.cpp M addons/gm2calc/gm2_2loop.hpp M addons/gm2calc/gm2_error.hpp M addons/gm2calc/gm2_slha_io.cpp M addons/gm2calc/gm2_slha_io.hpp M addons/gm2calc/gm2calc.cpp A addons/gm2calc/gm2scan.cpp M addons/gm2calc/module.mk M configure Log Message: ----------- backporting GM2Calc 0.2.7 Commit: 3612fa175dd773af8eaca7a3d62a4f661c951754 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/3612fa175dd773af8eaca7a3d62a4f661c951754 Author: Peter Athron <peter.athron at coepp.org.au> Date: 2015-08-13 (Thu, 13 Aug 2015) Changed paths: M sarah/NSM/NSM.m M sarah/NSM/particles.m Log Message: ----------- changed S -> s in NSM to avoid SARAH bug or naming misuse by us. Commit: 8042b5b96a7ae89f45f230da5ef4e5fea01f5bae https://github.com/FlexibleSUSY/FlexibleSUSY/commit/8042b5b96a7ae89f45f230da5ef4e5fea01f5bae Author: Peter Athron <peter.athron at coepp.org.au> Date: 2015-08-13 (Thu, 13 Aug 2015) Changed paths: M addons/gm2calc/MSSMNoFV_onshell.cpp M addons/gm2calc/MSSMNoFV_onshell.hpp M addons/gm2calc/MSSMNoFV_onshell_mass_eigenstates.cpp M addons/gm2calc/MSSMNoFV_onshell_mass_eigenstates.hpp M addons/gm2calc/MSSMNoFV_onshell_physical.cpp M addons/gm2calc/MSSMNoFV_onshell_physical.hpp A addons/gm2calc/MSSMNoFV_onshell_problems.cpp A addons/gm2calc/MSSMNoFV_onshell_problems.hpp M addons/gm2calc/MSSMNoFV_onshell_soft_parameters.cpp M addons/gm2calc/MSSMNoFV_onshell_soft_parameters.hpp M addons/gm2calc/MSSMNoFV_onshell_susy_parameters.cpp M addons/gm2calc/MSSMNoFV_onshell_susy_parameters.hpp M addons/gm2calc/ffunctions.cpp M addons/gm2calc/ffunctions.hpp M addons/gm2calc/gm2_1loop.cpp M addons/gm2calc/gm2_1loop.hpp M addons/gm2calc/gm2_2loop.cpp M addons/gm2calc/gm2_2loop.hpp M addons/gm2calc/gm2_error.hpp M addons/gm2calc/gm2_slha_io.cpp M addons/gm2calc/gm2_slha_io.hpp M addons/gm2calc/gm2calc.cpp A addons/gm2calc/gm2scan.cpp M addons/gm2calc/module.mk M configure Log Message: ----------- Merge branch 'development' of https://github.com/FlexibleSUSY/FlexibleSUSY into development Commit: 5fd59754c729fe9b8d8ae840617fc456346de250 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/5fd59754c729fe9b8d8ae840617fc456346de250 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-08-17 (Mon, 17 Aug 2015) Changed paths: M addons/gm2calc/MSSMNoFV_onshell.cpp M addons/gm2calc/MSSMNoFV_onshell_mass_eigenstates.cpp M addons/gm2calc/MSSMNoFV_onshell_soft_parameters.cpp M addons/gm2calc/gm2_1loop.hpp M addons/gm2calc/gm2_2loop.cpp M addons/gm2calc/gm2_2loop.hpp M addons/gm2calc/gm2_slha_io.cpp M addons/gm2calc/gm2_slha_io.hpp M addons/gm2calc/gm2calc.cpp M addons/gm2calc/gm2scan.cpp Log Message: ----------- merge GM2Calc upstream changes Commit: 716870fceb2d930a4ba6e0f6ebfe6cdc67d22703 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/716870fceb2d930a4ba6e0f6ebfe6cdc67d22703 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-08-31 (Mon, 31 Aug 2015) Changed paths: M templates/mass_eigenstates.hpp.in Log Message: ----------- change inclusion protection to match class/module name Commit: f5d77aaf2749048f87fe40cda8179c1c1c1d6def https://github.com/FlexibleSUSY/FlexibleSUSY/commit/f5d77aaf2749048f87fe40cda8179c1c1c1d6def Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-09-01 (Tue, 01 Sep 2015) Changed paths: A model_files/MSSMNoEWVEVs/FlexibleSUSY.m.in R model_files/UnbrokenMSSM/FlexibleSUSY.m.in A sarah/MSSMNoEWVEVs/MSSMNoEWVEVs.m A sarah/MSSMNoEWVEVs/parameters.m A sarah/MSSMNoEWVEVs/particles.m R sarah/UnbrokenMSSM/UnbrokenMSSM.m R sarah/UnbrokenMSSM/parameters.m R sarah/UnbrokenMSSM/particles.m Log Message: ----------- rename model UnbrokenMSSM -> MSSMNoEWVEVs because EWSB is still broken (only the VEVs are set to zero). This model is therefore inconsistent and only used for testing. Commit: 2d6c0d2cf6c48ae12d8dd4b28a1b27a5ac14daef https://github.com/FlexibleSUSY/FlexibleSUSY/commit/2d6c0d2cf6c48ae12d8dd4b28a1b27a5ac14daef Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-09-01 (Tue, 01 Sep 2015) Changed paths: M meta/Constraint.m M src/lowe.cpp M src/slha_io.cpp M templates/two_scale_low_scale_constraint.cpp.in Log Message: ----------- Bugfix: use user defined value of Z pole mass for low-energy scale Before this commit, the hard-coded value of MZ = 91.1876 GeV was always used as scale for the low-energy constraint. This commit allows the user to use the value of MZ given in the SLHA input file as low-energy scale. Note: The low-energy scale is still fixed to be MZ. It cannot be set to a scale != MZ. The reason for this is, that the current implementation of the calculation of the Weinberg angle at the low-energy scale assumes that the renormalization scale is MZ. Commit: a6b7876b8236dab6194a11b2368a1c2f776596c2 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/a6b7876b8236dab6194a11b2368a1c2f776596c2 Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-09-01 (Tue, 01 Sep 2015) Changed paths: M ChangeLog Log Message: ----------- update ChangeLog Commit: 87cfe280f5151d43bacc1f8ed7d522efee09b337 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/87cfe280f5151d43bacc1f8ed7d522efee09b337 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-09-02 (Wed, 02 Sep 2015) Changed paths: M templates/two_scale_high_scale_constraint.cpp.in M templates/two_scale_susy_scale_constraint.cpp.in Log Message: ----------- add preprocessor #define MZPole in all constraints after commit 2d6c0d2 Some models have constraints where MZ is used as initial scale guess. In these constraints MZPole needs to be available. Commit: 6cc2b88bac7fe5ce7e38b2864d5fa269345bfa7e https://github.com/FlexibleSUSY/FlexibleSUSY/commit/6cc2b88bac7fe5ce7e38b2864d5fa269345bfa7e Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-09-02 (Wed, 02 Sep 2015) Changed paths: M ChangeLog Log Message: ----------- update ChangeLog Commit: 1ac0aa0614355c7f04da439d122e92ce55a655af https://github.com/FlexibleSUSY/FlexibleSUSY/commit/1ac0aa0614355c7f04da439d122e92ce55a655af Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-09-03 (Thu, 03 Sep 2015) Changed paths: M meta/Parameters.m M meta/WriteOut.m Log Message: ----------- Bugfix: use math/physics index convention in extra SLHA blocks Commit: 3fefe6f11e88345568a98e6fefae9212364cd53b https://github.com/FlexibleSUSY/FlexibleSUSY/commit/3fefe6f11e88345568a98e6fefae9212364cd53b Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-09-03 (Thu, 03 Sep 2015) Changed paths: M ChangeLog Log Message: ----------- update ChangeLog Commit: 0737c4da95af30eca4e1610cc667181903c06d3c https://github.com/FlexibleSUSY/FlexibleSUSY/commit/0737c4da95af30eca4e1610cc667181903c06d3c Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-09-04 (Fri, 04 Sep 2015) Changed paths: M meta/CConversion.m M test/test_CConversion.m Log Message: ----------- Bugfix: convert greek symbols in function arguments Fixes #5 Commit: 7de1ace31660a72c449fe3819f18c5cd40d52a66 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/7de1ace31660a72c449fe3819f18c5cd40d52a66 Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-09-04 (Fri, 04 Sep 2015) Changed paths: M meta/CConversion.m Log Message: ----------- avoid redundant greek symbol replacement rules Commit: c822ea8d95724dec730583288afa9bef37b01026 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/c822ea8d95724dec730583288afa9bef37b01026 Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-09-04 (Fri, 04 Sep 2015) Changed paths: M ChangeLog Log Message: ----------- update ChangeLog Commit: 2f2a91c7f4a2d29f0794e3515a742d1ea95adbc3 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/2f2a91c7f4a2d29f0794e3515a742d1ea95adbc3 Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-09-04 (Fri, 04 Sep 2015) Changed paths: M src/wrappers.hpp Log Message: ----------- use STL min/max functions instead of Softsusy ones Commit: 873ba60e8bfcf41c8b59ed63d2d75db628b0b639 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/873ba60e8bfcf41c8b59ed63d2d75db628b0b639 Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-09-04 (Fri, 04 Sep 2015) Changed paths: M templates/mass_eigenstates.cpp.in Log Message: ----------- add explicit namespace std:: since std is not included via `using' Commit: 438d148b95417c2603991037614797a157a2ed9d https://github.com/FlexibleSUSY/FlexibleSUSY/commit/438d148b95417c2603991037614797a157a2ed9d Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-09-04 (Fri, 04 Sep 2015) Changed paths: M templates/utilities.cpp.in Log Message: ----------- remove unnecessary namespace using Commit: 88e3695247dbac3678ae79dc844b51d4b0809f6a https://github.com/FlexibleSUSY/FlexibleSUSY/commit/88e3695247dbac3678ae79dc844b51d4b0809f6a Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-09-04 (Fri, 04 Sep 2015) Changed paths: M templates/slha_io.cpp.in M templates/slha_io.hpp.in Log Message: ----------- include lowe.h in header file as QedQcd is exlicitly used there Commit: a3cd19a8aa507c840644df69ff03c252f05b6fc2 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/a3cd19a8aa507c840644df69ff03c252f05b6fc2 Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-09-04 (Fri, 04 Sep 2015) Changed paths: M test/test_CMSSM_slha.cpp Log Message: ----------- add missing header inclusions Commit: 42aed8e820e25b89b170370e9f896b0d1e01a303 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/42aed8e820e25b89b170370e9f896b0d1e01a303 Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-09-04 (Fri, 04 Sep 2015) Changed paths: M templates/two_scale_soft_parameters.hpp.in Log Message: ----------- remove unnecessary Softsusy rge.h header inclusion This avoids the ambiguities found by Dylan Harries in #6 . Commit: dd28a25e3fe8745f5ea24cec7362d97791249114 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/dd28a25e3fe8745f5ea24cec7362d97791249114 Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-09-04 (Fri, 04 Sep 2015) Changed paths: M legacy/diagonalization.cpp Log Message: ----------- adding softsusy namespace Commit: f9595358e8d7ebacff37d09b2bd348d2c1f19d56 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/f9595358e8d7ebacff37d09b2bd348d2c1f19d56 Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-09-04 (Fri, 04 Sep 2015) Changed paths: M models/SoftsusyMSSM/SoftsusyMSSM_solver.hpp M models/SoftsusyMSSM/SoftsusyMSSM_two_scale.cpp M models/SoftsusyMSSM/SoftsusyMSSM_two_scale.hpp M models/SoftsusyMSSM/SoftsusyMSSM_two_scale_initial_guesser.cpp M models/SoftsusyMSSM/SoftsusyMSSM_two_scale_initial_guesser.hpp M models/SoftsusyMSSM/SoftsusyMSSM_two_scale_low_scale_constraint.cpp M models/SoftsusyMSSM/softpars.cpp M models/SoftsusyMSSM/softsusy.cpp M models/SoftsusyNMSSM/SoftsusyNMSSM_two_scale.cpp M models/SoftsusyNMSSM/SoftsusyNMSSM_two_scale.hpp M models/SoftsusyNMSSM/SoftsusyNMSSM_two_scale_initial_guesser.cpp M models/SoftsusyNMSSM/SoftsusyNMSSM_two_scale_initial_guesser.hpp M models/SoftsusyNMSSM/SoftsusyNMSSM_two_scale_low_scale_constraint.cpp Log Message: ----------- adding explicit softsusy namespace Commit: 76581578d9246965bcbc87d8e89afd7d86c861c3 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/76581578d9246965bcbc87d8e89afd7d86c861c3 Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-09-04 (Fri, 04 Sep 2015) Changed paths: M models/SoftsusyMSSM/softsusy.h Log Message: ----------- adding explicit softsusy namespace Commit: 6cbe2de7d69d62070288fbfea5e88cd52b0a13f8 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/6cbe2de7d69d62070288fbfea5e88cd52b0a13f8 Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-09-04 (Fri, 04 Sep 2015) Changed paths: M test/test.h M test/test_CMSSM.hpp M test/test_CMSSM_like.hpp M test/test_CMSSM_slha.cpp M test/test_CMSSM_slha_input.cpp M test/test_CMSSM_two_loop_spectrum.cpp M test/test_betafunction.cpp M test/test_two_scale_mssm_initial_guesser.cpp M test/test_two_scale_mssm_solver.cpp Log Message: ----------- adding explicit softsusy namespace Commit: d818017fde19cfbf2084c1d4e542d947430e6fe5 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/d818017fde19cfbf2084c1d4e542d947430e6fe5 Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-09-04 (Fri, 04 Sep 2015) Changed paths: M src/def.h Log Message: ----------- adding explicit std namespace Commit: 3fa132b43b23dccb5b1fe43fb86d133200620d26 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/3fa132b43b23dccb5b1fe43fb86d133200620d26 Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-09-04 (Fri, 04 Sep 2015) Changed paths: M legacy/rk_legacy.cpp Log Message: ----------- adding explicit softsusy namespace Commit: a21b6cd4c6ae22a8410b20c15c9243ee5b711db2 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/a21b6cd4c6ae22a8410b20c15c9243ee5b711db2 Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-09-04 (Fri, 04 Sep 2015) Changed paths: M src/lowe.cpp Log Message: ----------- adding explicit softsusy namespace Commit: 9f96c76865fc44137655f797bad3bff57669e6b6 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/9f96c76865fc44137655f797bad3bff57669e6b6 Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-09-04 (Fri, 04 Sep 2015) Changed paths: M src/numerics.h M src/rge.cpp M src/slha_io.cpp M src/utils.cpp M src/utils.h M src/xpr-matrix.h M templates/run.cpp.in M templates/run_cmd_line.cpp.in M templates/scan.cpp.in M templates/two_scale_initial_guesser.cpp.in M templates/two_scale_initial_guesser.hpp.in M templates/two_scale_initial_guesser_low_scale_model.cpp.in M templates/two_scale_initial_guesser_low_scale_model.hpp.in M templates/two_scale_low_scale_constraint.cpp.in M templates/two_scale_low_scale_constraint.hpp.in Log Message: ----------- explicitly adding softsusy and std namespace Commit: f4eed5d6dfe3bbbb8ef9afa01203b2be3d6f7530 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/f4eed5d6dfe3bbbb8ef9afa01203b2be3d6f7530 Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-09-04 (Fri, 04 Sep 2015) Changed paths: M src/linalg.cpp M src/linalg.h M src/mycomplex.h Log Message: ----------- put Complex into softsusy namespace Fixes #6 Thanks to Dylan Harries Commit: e420a6809ead7c89309ce506ba1cb76561cabe06 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/e420a6809ead7c89309ce506ba1cb76561cabe06 Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-09-04 (Fri, 04 Sep 2015) Changed paths: M ChangeLog Log Message: ----------- update ChangeLog Commit: 6ac8ef4c55e2348c718bf3c03a9e58a265a415bb https://github.com/FlexibleSUSY/FlexibleSUSY/commit/6ac8ef4c55e2348c718bf3c03a9e58a265a415bb Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-09-04 (Fri, 04 Sep 2015) Changed paths: M test/test_SM_low_scale_constraint.cpp Log Message: ----------- add explicit softsusy namespace Commit: e0be0dab5180fdc47b2d9243e1f68fb84e064428 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/e0be0dab5180fdc47b2d9243e1f68fb84e064428 Author: Alexander Voigt <alexander.voigt at desy.de> Date: 2015-09-04 (Fri, 04 Sep 2015) Changed paths: M examples/customized-betas/MSSMcbs_spectrum_generator.hpp M examples/customized-betas/MSSMcbs_two_scale_initial_guesser.cpp M examples/customized-betas/MSSMcbs_two_scale_initial_guesser.hpp M examples/customized-betas/MSSMcbs_two_scale_low_scale_constraint.cpp M examples/customized-betas/MSSMcbs_two_scale_low_scale_constraint.hpp Log Message: ----------- add explicit softsusy namespace Commit: 74a1355c886a708c57c8c2a04ad04e8adf7954e4 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/74a1355c886a708c57c8c2a04ad04e8adf7954e4 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-09-05 (Sat, 05 Sep 2015) Changed paths: M models/sm/sm_two_scale.cpp M models/sm/sm_two_scale.hpp M models/smcw/smcw_two_scale.cpp M models/smcw/smcw_two_scale.hpp M test/test_two_scale_sm.cpp M test/test_two_scale_sm_smcw_integration.cpp Log Message: ----------- fix compilation of sm and smcw after commit f4eed5d Commit: 42ec7671b16fd6e5e4e7dc2954a3d36b82ceeec5 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/42ec7671b16fd6e5e4e7dc2954a3d36b82ceeec5 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-09-05 (Sat, 05 Sep 2015) Changed paths: M doc/release Log Message: ----------- typo Commit: abd32e70b90abba06f17085d2aed05016ef8abc2 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/abd32e70b90abba06f17085d2aed05016ef8abc2 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-09-06 (Sun, 06 Sep 2015) Changed paths: M test/test_CMSSMLowPrecision.cpp M test/test_CMSSMNoFV.hpp M test/test_CMSSMNoFV_two_loop_spectrum.cpp M test/test_NSM_low_scale_constraint.cpp Log Message: ----------- fix compilation of tests after commit f4eed5d Commit: f1c06237be03b470e47ed8a6efd3c7ac53478156 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/f1c06237be03b470e47ed8a6efd3c7ac53478156 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-09-06 (Sun, 06 Sep 2015) Changed paths: M test/module.mk A test/test_namespace_collisions.cpp Log Message: ----------- adding test for symbol collisions/ambiguities in namespaces This checks for issue #6 . Commit: 0f31928c3803cdbac89beb6a9d81a1483b80904d https://github.com/FlexibleSUSY/FlexibleSUSY/commit/0f31928c3803cdbac89beb6a9d81a1483b80904d Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-09-06 (Sun, 06 Sep 2015) Changed paths: M createmodel Log Message: ----------- fix missing space Commit: 500cd165ec1b67ea531849b95056e825fa3c6c02 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/500cd165ec1b67ea531849b95056e825fa3c6c02 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-09-06 (Sun, 06 Sep 2015) Changed paths: M src/dilog.h Log Message: ----------- declare dilogwrap_ void as it points to a subroutine which does not return a value Commit: d28e7f3084a3dc18bf1c08e766abc4bb40b50508 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/d28e7f3084a3dc18bf1c08e766abc4bb40b50508 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-09-06 (Sun, 06 Sep 2015) Changed paths: M src/dilog.f Log Message: ----------- document arguments of complex dilog function and restrict parameter types via intent attribute Commit: 9a752b236bc9ef879f2aba6b076efbfbd9701182 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/9a752b236bc9ef879f2aba6b076efbfbd9701182 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-09-06 (Sun, 06 Sep 2015) Changed paths: M addons/gm2calc/MSSMNoFV_onshell.cpp M addons/gm2calc/MSSMNoFV_onshell.hpp M addons/gm2calc/MSSMNoFV_onshell_mass_eigenstates.cpp M addons/gm2calc/MSSMNoFV_onshell_mass_eigenstates.hpp M addons/gm2calc/MSSMNoFV_onshell_problems.cpp M addons/gm2calc/MSSMNoFV_onshell_problems.hpp M addons/gm2calc/ffunctions.cpp M addons/gm2calc/ffunctions.hpp M addons/gm2calc/gm2_1loop.cpp M addons/gm2calc/gm2_2loop.cpp M addons/gm2calc/gm2_2loop.hpp M addons/gm2calc/gm2_slha_io.cpp M addons/gm2calc/gm2_slha_io.hpp M addons/gm2calc/gm2calc.cpp M addons/gm2calc/gm2scan.cpp M configure M src/dilog.f M src/dilog.h M src/numerics.cpp M test/test_MSSMNoFV_onshell.cpp M test/test_gm2calc.cpp Log Message: ----------- update to GM2Calc-0.2.10-dev Commit: a9584ae6e779ca233a0a8590f2866f61b5d1a6d1 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/a9584ae6e779ca233a0a8590f2866f61b5d1a6d1 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-09-06 (Sun, 06 Sep 2015) Changed paths: M addons/gm2calc/Makefile.in Log Message: ----------- update GM2Calc version number Commit: 7aecd1e8581b0f02dbe265055f2b4c8e5f5c653d https://github.com/FlexibleSUSY/FlexibleSUSY/commit/7aecd1e8581b0f02dbe265055f2b4c8e5f5c653d Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-09-06 (Sun, 06 Sep 2015) Changed paths: M .gitattributes Log Message: ----------- do not ship GM2Calc so far Commit: 85d06edce7b43a1f3bd09d261a0f9398cbfb662c https://github.com/FlexibleSUSY/FlexibleSUSY/commit/85d06edce7b43a1f3bd09d261a0f9398cbfb662c Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-09-06 (Sun, 06 Sep 2015) Changed paths: M utils/scan-slha.sh Log Message: ----------- correcting documentation of scan options Commit: d7b63ed71e3fab84557216d6bb84efd0cec5867f https://github.com/FlexibleSUSY/FlexibleSUSY/commit/d7b63ed71e3fab84557216d6bb84efd0cec5867f Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-09-07 (Mon, 07 Sep 2015) Changed paths: M examples/tower/MSSMD5O_MSSMRHN_spectrum_generator.hpp M examples/tower/MSSMD5O_MSSMRHN_two_scale_initial_guesser.cpp M examples/tower/MSSMD5O_MSSMRHN_two_scale_initial_guesser.hpp Log Message: ----------- fix compilation of tests after commit f4eed5d Commit: a8c5506c71ee4e699b4cd25eec83f5fc393f0640 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/a8c5506c71ee4e699b4cd25eec83f5fc393f0640 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2015-09-08 (Tue, 08 Sep 2015) Changed paths: M ChangeLog M configure Log Message: ----------- version 1.2.2 Compare: https://github.com/FlexibleSUSY/FlexibleSUSY/compare/b8558d04082f...a8c5506c71ee
More information about the Flexiblesusy-commits mailing list |