|
[Flexiblesusy-commits] [FlexibleSUSY/FlexibleSUSY] d7e2d9: convert 1-dimensional mass matrices to scalar typeGitHub noreply at github.comTue Jul 26 13:33:53 BST 2016
Branch: refs/heads/feature-SMtower-noSMgeneration-no-hacks Home: https://github.com/FlexibleSUSY/FlexibleSUSY Commit: d7e2d9f350319b353c3a2cc1207697f3809f8d6f https://github.com/FlexibleSUSY/FlexibleSUSY/commit/d7e2d9f350319b353c3a2cc1207697f3809f8d6f Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-06 (Wed, 06 Jan 2016) Changed paths: M meta/TreeMasses.m Log Message: ----------- convert 1-dimensional mass matrices to scalar type This fixes a compilation bug in models where the user has specified singlet fields, whose mass matrices should be "diagonalized" (example models: MDM with 1 generation of extra fermion fields). However, to make such model compile, another problem needs to be solved: the call to the diagonalization functions of linalg2.hpp need to be corrected, either by providing overloads for mass matrices of type double, or by writing a bit of wrapper code around the function calls which maps Matrix<Real,1,1> to Real etc. Commit: cec79f79b0d8247bcacb54dc77bdd78d7a64fb4b https://github.com/FlexibleSUSY/FlexibleSUSY/commit/cec79f79b0d8247bcacb54dc77bdd78d7a64fb4b Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-07 (Thu, 07 Jan 2016) Changed paths: M ChangeLog Log Message: ----------- update agreement between HSSUSY and SUSYHD after a bugfix in SARAH concerning the finite MS-DR conversion terms in the fermion 1L self-energies Commit: a48eb7bf7ecbdedf8302d36e284a008391e2d7c3 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/a48eb7bf7ecbdedf8302d36e284a008391e2d7c3 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-07 (Thu, 07 Jan 2016) Changed paths: M meta/EWSB.m M meta/Utils.m Log Message: ----------- move helper function InputFormOfNonStrings[] to Utils` module Commit: e9b7ac89f5d1b575fba28544c853907a00f84785 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/e9b7ac89f5d1b575fba28544c853907a00f84785 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-07 (Thu, 07 Jan 2016) Changed paths: M meta/FlexibleSUSY.m Log Message: ----------- adding unrotated particle list to debug output Commit: 9ccdb4da71c35b8e4fa0624bbdff9682705310e8 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/9ccdb4da71c35b8e4fa0624bbdff9682705310e8 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-07 (Thu, 07 Jan 2016) Changed paths: M meta/TreeMasses.m Log Message: ----------- Bugfix: workaround inconsistently filled SARAH`Masses[EWSB] for massless particles. In the MDM SARAH`Masses[EWSB] reads {0 -> MassGiven[VG], Mass[gG] -> MassGiven[gG], Mass[Hp] -> MassGiven[Hp], Mass[Fv[1]] -> MassGiven[Fv[1]], Mass[Fv[2]] -> MassGiven[Fv[2]], Mass[Fv[3]] -> MassGiven[Fv[3]], 0 -> MassGiven[Fc], 0 -> MassGiven[Fg], Mass[Fn] -> MassGiven[Fn], 0 -> MassGiven[Fc], 0 -> MassGiven[Fg], Mass[Ah] -> MassGiven[Ah], ... } Formerly, we've expected SARAH`Masses[EWSB] to contain replacement rules of the form {Mass[X] -> _, ...} Due to this expectation, some particles have not been extracted from this list. This commit works around this issue by extracting all particles X from the list elements which are of the form Mass[X] -> _ or _ -> MassGiven[X] Commit: d08a8571b23201fdd96371602ecf7da0d7ded991 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/d08a8571b23201fdd96371602ecf7da0d7ded991 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-07 (Thu, 07 Jan 2016) Changed paths: M meta/FlexibleSUSY.m Log Message: ----------- adding debug output for particle mass eigenstates Commit: dc45d86244f557981b643f74684d03f38fc3572d https://github.com/FlexibleSUSY/FlexibleSUSY/commit/dc45d86244f557981b643f74684d03f38fc3572d Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-07 (Thu, 07 Jan 2016) Changed paths: M ChangeLog Log Message: ----------- update ChangeLog Commit: 6cc0faa0a94d3515277fd2da867f1024a8cf16e7 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/6cc0faa0a94d3515277fd2da867f1024a8cf16e7 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-07 (Thu, 07 Jan 2016) Changed paths: M meta/TreeMasses.m Log Message: ----------- Bugfix: enable "diagonalization" of singlet fields Commit: ddca832e7b4839ebba8152c1160237a7bbbcd97c https://github.com/FlexibleSUSY/FlexibleSUSY/commit/ddca832e7b4839ebba8152c1160237a7bbbcd97c Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-08 (Fri, 08 Jan 2016) Changed paths: M ChangeLog M configure Log Message: ----------- version 1.3.0 Commit: aa8dc76005e6a1e4052f735b52440c43242bfea4 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/aa8dc76005e6a1e4052f735b52440c43242bfea4 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-08 (Fri, 08 Jan 2016) Changed paths: M model_files/CMSSMNoFV/FlexibleSUSY.m.in Log Message: ----------- revert conversion to mass eigenstates of sparticles in CMSSMNoFV Commit: b85a2555969d61b85f5edca4e2d3fc6c60d7ae31 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/b85a2555969d61b85f5edca4e2d3fc6c60d7ae31 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-08 (Fri, 08 Jan 2016) Changed paths: M ChangeLog Log Message: ----------- update ChangeLog Commit: ea47c2f33ca4bbe080dbcad68770e5c8d6773dad https://github.com/FlexibleSUSY/FlexibleSUSY/commit/ea47c2f33ca4bbe080dbcad68770e5c8d6773dad Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-08 (Fri, 08 Jan 2016) Changed paths: M ChangeLog M configure Log Message: ----------- version 1.3.1 Commit: d76ca79bbfa148e92f3ccc2ace3c6d29c03c474b https://github.com/FlexibleSUSY/FlexibleSUSY/commit/d76ca79bbfa148e92f3ccc2ace3c6d29c03c474b Author: Jae-hyeon Park <jhyeon at gmail.com> Date: 2016-01-09 (Sat, 09 Jan 2016) Changed paths: M src/linalg2.hpp Log Message: ----------- Fix error compiling src/linalg2.hpp with Eigen 3.3-beta1 by matching the size of each permutation matrix to that of the corresponding mixing matrix. Commit: eb86864921243b65649209ca56d4df0aeae13bc9 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/eb86864921243b65649209ca56d4df0aeae13bc9 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-10 (Sun, 10 Jan 2016) Changed paths: M ChangeLog Log Message: ----------- update ChangeLog Commit: fe5c8ab0154dd7a59c14a41fd5a0b34d75095ddb https://github.com/FlexibleSUSY/FlexibleSUSY/commit/fe5c8ab0154dd7a59c14a41fd5a0b34d75095ddb Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-10 (Sun, 10 Jan 2016) Changed paths: M ChangeLog M configure Log Message: ----------- version 1.3.2 Commit: 9d25f786659e8de3bbec9b9efb02bfc52e5cf62a https://github.com/FlexibleSUSY/FlexibleSUSY/commit/9d25f786659e8de3bbec9b9efb02bfc52e5cf62a Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-11 (Mon, 11 Jan 2016) Changed paths: A model_files/MDM/FlexibleSUSY.m.in A model_files/MDM/LesHouches.in.MDM A sarah/MDM/MDM.m A sarah/MDM/parameters.m A sarah/MDM/particles.m Log Message: ----------- adding MDM model file for testing The MDM model defines singlet fields (1-plets), which are supposed to be "diagonalized" via SVD. This is a special case, which should be tested. Commit: de20483faef8dfcdf857f9fce63af6a378c4ee59 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/de20483faef8dfcdf857f9fce63af6a378c4ee59 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-11 (Mon, 11 Jan 2016) Changed paths: M .gitattributes Log Message: ----------- don't ship MDM testing model file Commit: 3c8c1742e5b72f688adbb08863d9e607c96c9724 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/3c8c1742e5b72f688adbb08863d9e607c96c9724 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-11 (Mon, 11 Jan 2016) Changed paths: M test/test_run_all_spectrum_generators.sh Log Message: ----------- run MDM testing model Commit: f7ff872c8e2f0cc0b2235847a937a1224573d2db https://github.com/FlexibleSUSY/FlexibleSUSY/commit/f7ff872c8e2f0cc0b2235847a937a1224573d2db Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-13 (Wed, 13 Jan 2016) Changed paths: M meta/Vertices.m Log Message: ----------- strip epsilon tensor with color indices from vertices I'm assuming that the color summation is correctly carried out in the presence of the epsilon tensor. Commit: b426f0171cb36857f2a17db999f41c698b502cd8 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/b426f0171cb36857f2a17db999f41c698b502cd8 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-14 (Thu, 14 Jan 2016) Changed paths: M ChangeLog Log Message: ----------- update ChangeLog Commit: 1faaab76793bf02c3629a59e4d530d5bb4a0d16e https://github.com/FlexibleSUSY/FlexibleSUSY/commit/1faaab76793bf02c3629a59e4d530d5bb4a0d16e Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-14 (Thu, 14 Jan 2016) Changed paths: A model_files/HGTHDMIIMSSMBC/FlexibleSUSY.m.in A model_files/HGTHDMIIMSSMBC/LesHouches.in.HGTHDMIIMSSMBC A model_files/HTHDMIIMSSMBC/FlexibleSUSY.m.in A model_files/HTHDMIIMSSMBC/LesHouches.in.HTHDMIIMSSMBC A model_files/THDMIIMSSMBC/FlexibleSUSY.m.in A model_files/THDMIIMSSMBC/LesHouches.in.THDMIIMSSMBC A sarah/HGTHDM-II/HGTHDM-II.m A sarah/HGTHDM-II/parameters.m A sarah/HGTHDM-II/particles.m A sarah/HTHDM-II/HTHDM-II.m A sarah/HTHDM-II/parameters.m A sarah/HTHDM-II/particles.m M test/test_run_all_spectrum_generators.sh Log Message: ----------- adding THDM, THDM + Higgsinos + THDM + split models including 1- and 2-loop boundary conditions to the MSSM from arxiv:1508.00576 . Commit: 4e62b1adb5f81f69f7d7a094cb549523a7f6e7b4 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/4e62b1adb5f81f69f7d7a094cb549523a7f6e7b4 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-18 (Mon, 18 Jan 2016) Changed paths: M model_files/HSSUSY/FlexibleSUSY.m.in Log Message: ----------- adding bracket around 2L O(alpha_t^3) delta lambda terms in HSSUSY Commit: d72a76e885950e4e2812c6b33e9058dbbf222987 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/d72a76e885950e4e2812c6b33e9058dbbf222987 Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-01-19 (Tue, 19 Jan 2016) Changed paths: M meta/WriteOut.m Log Message: ----------- Add flags to allow specifying scale in extra SLHA blocks e.g. NoScale to indicate that the block should not have a scale associated with it. Commit: 9675c74f0bc297d3a109c38d67ba4f5e6bb216f9 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/9675c74f0bc297d3a109c38d67ba4f5e6bb216f9 Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-01-19 (Tue, 19 Jan 2016) Changed paths: M meta/FlexibleSUSY.m Log Message: ----------- Add flags to FlexibleSUSY context Commit: 516429e491973e2c62d361fe695de9ea28151453 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/516429e491973e2c62d361fe695de9ea28151453 Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-01-19 (Tue, 19 Jan 2016) Changed paths: M meta/Parameters.m Log Message: ----------- Add function for getting PDG codes of a particle multiplet which is required for writing out in a format that is analogous to SPheno and compatible with CalcHEP Commit: d650b1a67d7bd6aaa3aed6733050dc27d48b59e9 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/d650b1a67d7bd6aaa3aed6733050dc27d48b59e9 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-19 (Tue, 19 Jan 2016) Changed paths: M model_files/HSSUSY/FlexibleSUSY.m.in M model_files/HSSUSY/LesHouches.in.HSSUSY M test/test_HSSUSY_SUSYHD.sh M test/test_HSSUSY_SUSYHD_msq_m3_degenerate.in.spc M test/test_HSSUSY_SUSYHD_msq_msu_m3_degenerate.in.spc M test/test_HSSUSY_SUSYHD_msq_msu_m3_msusy_degenerate.in.spc M test/test_HSSUSY_SUSYHD_msu_m3_degenerate.in.spc M test/test_HSSUSY_SUSYHD_nondegenerate.in.spc Log Message: ----------- make loop order of lambda thresholds configurable in HSSUSY Commit: abf8fe61fbdfdc389b879a08018b0d83ec8e3d13 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/abf8fe61fbdfdc389b879a08018b0d83ec8e3d13 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-19 (Tue, 19 Jan 2016) Changed paths: M utils/scan-slha.sh Log Message: ----------- ignore block head when searching for block entries Commit: 7f27b4b169c0952a18c4637c7f8d931ad2823c58 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/7f27b4b169c0952a18c4637c7f8d931ad2823c58 Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-01-20 (Wed, 20 Jan 2016) Changed paths: M meta/FlexibleSUSY.m M meta/Observables.m M meta/WriteOut.m M src/slha_io.hpp M templates/observables.cpp.in M templates/observables.hpp.in M templates/run.cpp.in M templates/run_cmd_line.cpp.in M templates/slha_io.hpp.in M templates/utilities.cpp.in M templates/utilities.hpp.in Log Message: ----------- Add partially filled in interface for effective couplings to illustrate the changes that might be needed Commit: 3f55fb32385b26851def3c3c7d4da1706831bb20 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/3f55fb32385b26851def3c3c7d4da1706831bb20 Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-01-21 (Thu, 21 Jan 2016) Changed paths: M meta/CConversion.m M meta/FlexibleSUSY.m M meta/Observables.m M meta/Parameters.m M src/module.mk R src/observables.cpp R src/observables.hpp Log Message: ----------- Add remainder of interface for printing couplings in observables using model dependent observables class, which takes over the functionality of the model independent observables class. Commit: 9d0f49223ba5343a56385785f9d0ae8f434b16a6 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/9d0f49223ba5343a56385785f9d0ae8f434b16a6 Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-01-21 (Thu, 21 Jan 2016) Changed paths: M templates/observables.hpp.in Log Message: ----------- Fix indentation Commit: 88a24ab203204a1b7c3e50bb3163f2893100acb1 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/88a24ab203204a1b7c3e50bb3163f2893100acb1 Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-01-21 (Thu, 21 Jan 2016) Changed paths: M meta/WriteOut.m Log Message: ----------- Correct type of couplings in SLHA write out Commit: 17e234a39edd22b5268943f593bfeefb5b86bb8c https://github.com/FlexibleSUSY/FlexibleSUSY/commit/17e234a39edd22b5268943f593bfeefb5b86bb8c Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-01-21 (Thu, 21 Jan 2016) Changed paths: M meta/Observables.m Log Message: ----------- Check particles are present in the model Commit: 327cc41de4f30f08cfcb2c70d4fbc16f3497a0e1 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/327cc41de4f30f08cfcb2c70d4fbc16f3497a0e1 Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-01-21 (Thu, 21 Jan 2016) Changed paths: A src/effective_couplings.cpp A src/effective_couplings.hpp M src/module.mk M test/module.mk A test/test_effective_couplings.cpp Log Message: ----------- Add generic loop functions for effective couplings and a small set of unit tests Commit: b4baab17f21d9cdfea9d430bbfcd5270fd4702b2 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/b4baab17f21d9cdfea9d430bbfcd5270fd4702b2 Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-01-21 (Thu, 21 Jan 2016) Changed paths: M meta/Observables.m M templates/observables.cpp.in M templates/observables.hpp.in M templates/slha_io.hpp.in M templates/utilities.cpp.in Log Message: ----------- Handle case in which no observables are defined by making set a no-op and defining the get functions to return trivial values. Also fix compilation issues. Commit: acf326d1e9d3a186adb2571fbd95612ad8b4ab5e https://github.com/FlexibleSUSY/FlexibleSUSY/commit/acf326d1e9d3a186adb2571fbd95612ad8b4ab5e Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-01-21 (Thu, 21 Jan 2016) Changed paths: A templates/effective_couplings.cpp.in A templates/effective_couplings.hpp.in M templates/module.mk M templates/module.mk.in Log Message: ----------- Add skeleton templates for effective couplings Commit: 6beb17a56b4b246e917373e499d654d972ecb604 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/6beb17a56b4b246e917373e499d654d972ecb604 Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-01-22 (Fri, 22 Jan 2016) Changed paths: A meta/EffectiveCouplings.m M meta/FlexibleSUSY.m M meta/module.mk M templates/effective_couplings.hpp.in Log Message: ----------- Add metacode module for generating effective couplings Commit: f7ad043b1ca75b62a1313a0fa1315a2ea2bb06c5 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/f7ad043b1ca75b62a1313a0fa1315a2ea2bb06c5 Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-01-22 (Fri, 22 Jan 2016) Changed paths: M meta/EffectiveCouplings.m M meta/FlexibleSUSY.m M meta/Observables.m M templates/effective_couplings.cpp.in M templates/effective_couplings.hpp.in M templates/observables.cpp.in Log Message: ----------- Evaluate effective couplings for all members of a multiplet but only save couplings for physical eigenstates to the observables class Commit: 42b6945d0b62b4f8777d869f84b9a2a6b4c34b86 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/42b6945d0b62b4f8777d869f84b9a2a6b4c34b86 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-22 (Fri, 22 Jan 2016) Changed paths: M meta/ThreeLoopSM.m Log Message: ----------- more specific SUSYHD version information for 3L beta functions Commit: 5806f04fce021f934654428e0af30ef8ae50e0e8 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/5806f04fce021f934654428e0af30ef8ae50e0e8 Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-01-23 (Sat, 23 Jan 2016) Changed paths: M meta/EffectiveCouplings.m M meta/TreeMasses.m M templates/effective_couplings.cpp.in Log Message: ----------- Add functions for getting potential interaction vertices by looping over all possible candidates. This is not tested yet, though does agree with SARAH's internal routines in the MSSM. The functions are also very slow, as we do not yet precalculate all of the vertices or save them, which should be done. Commit: 594583721d452aa5bed6f104ee67775a512fe184 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/594583721d452aa5bed6f104ee67775a512fe184 Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-01-23 (Sat, 23 Jan 2016) Changed paths: M meta/EffectiveCouplings.m Log Message: ----------- Search for particles coupling to vector bosons as SARAH does to ensure consistency to start with, even if it is slower Commit: 86a0909d5d49eef0c52a3da04530a838413d6ef1 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/86a0909d5d49eef0c52a3da04530a838413d6ef1 Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-01-23 (Sat, 23 Jan 2016) Changed paths: M templates/effective_couplings.hpp.in Log Message: ----------- Use non-virtual destructor Commit: d75749c79816c38bc35ba19306deff7c65acece8 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/d75749c79816c38bc35ba19306deff7c65acece8 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-23 (Sat, 23 Jan 2016) Changed paths: A utils/convert_SPheno_to_FlexibleSUSY.m Log Message: ----------- adding first version of SPheno.m -> FlexibleSUSY.m.in conversion script Commit: b7366609b321364fe8d64d3d43a0930910655fae https://github.com/FlexibleSUSY/FlexibleSUSY/commit/b7366609b321364fe8d64d3d43a0930910655fae Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-23 (Sat, 23 Jan 2016) Changed paths: M meta/TreeMasses.m Log Message: ----------- taking sqrt of scalar 1-plets Commit: 1154c03b6b063deb3471704bb4b7d8f1c7e3aec1 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/1154c03b6b063deb3471704bb4b7d8f1c7e3aec1 Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-01-24 (Sun, 24 Jan 2016) Changed paths: M meta/EffectiveCouplings.m M meta/FlexibleSUSY.m M templates/effective_couplings.hpp.in Log Message: ----------- Write out required vertices in list of saved rules Note that currently the required vertices are now being written in the model class, rather than the effective couplings class. Commit: 35c6ef76bed4f678a0d73a681005b3a35f5442ef https://github.com/FlexibleSUSY/FlexibleSUSY/commit/35c6ef76bed4f678a0d73a681005b3a35f5442ef Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-01-24 (Sun, 24 Jan 2016) Changed paths: M meta/EffectiveCouplings.m M meta/FlexibleSUSY.m M meta/Observables.m M templates/effective_couplings.cpp.in M templates/effective_couplings.hpp.in Log Message: ----------- Separate RG running from vertices calculation Commit: 0fc110babf0f185a86dd297026450fc615684384 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/0fc110babf0f185a86dd297026450fc615684384 Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-01-24 (Sun, 24 Jan 2016) Changed paths: M meta/EffectiveCouplings.m M templates/effective_couplings.cpp.in Log Message: ----------- Only run couplings in supersymmetric models Commit: 432b08fe28e6da7b5d74d286af7ce1980cb1d38e https://github.com/FlexibleSUSY/FlexibleSUSY/commit/432b08fe28e6da7b5d74d286af7ce1980cb1d38e Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-01-24 (Sun, 24 Jan 2016) Changed paths: M meta/EffectiveCouplings.m Log Message: ----------- Exclude massless internal states and Goldstones with only one generation Commit: 1972fa05c9683e5e567d278b0da4661f923e59e8 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/1972fa05c9683e5e567d278b0da4661f923e59e8 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-24 (Sun, 24 Jan 2016) Changed paths: M meta/FlexibleSUSY.m Log Message: ----------- making RGE loop order selectable (1-loop or 2-loop) by introducing the new model file variable `FSRGELoopOrder`. If the user sets FSRGELoopOrder = 1; only 1-loop RGEs will be generated by SARAH. If the user sets FSRGELoopOrder = 2; (default) 2-loop RGEs will be generated by SARAH. Commit: a9e5a09808a6ffbbd0c87198d995c05fbd67fa17 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/a9e5a09808a6ffbbd0c87198d995c05fbd67fa17 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-24 (Sun, 24 Jan 2016) Changed paths: M ChangeLog Log Message: ----------- update ChangeLog Commit: 820a95fa26bc846ccf69cd3a0e4cfcd2e624e525 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/820a95fa26bc846ccf69cd3a0e4cfcd2e624e525 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-24 (Sun, 24 Jan 2016) Changed paths: M doc/model_file.dox Log Message: ----------- adding documentation for the selection of the RGE loop order Commit: a0d3542416fd303db81d17c804bd9b90064598d5 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/a0d3542416fd303db81d17c804bd9b90064598d5 Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-01-25 (Mon, 25 Jan 2016) Changed paths: M meta/EffectiveCouplings.m Log Message: ----------- Only keep vertices involving a particle and its antiparticle Commit: f5212c62da3e6ee430c2f187306e4d93054333e8 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/f5212c62da3e6ee430c2f187306e4d93054333e8 Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-01-25 (Mon, 25 Jan 2016) Changed paths: M ChangeLog M doc/model_file.dox M meta/FlexibleSUSY.m M meta/ThreeLoopSM.m M meta/TreeMasses.m M model_files/HSSUSY/FlexibleSUSY.m.in M model_files/HSSUSY/LesHouches.in.HSSUSY M test/test_HSSUSY_SUSYHD.sh M test/test_HSSUSY_SUSYHD_msq_m3_degenerate.in.spc M test/test_HSSUSY_SUSYHD_msq_msu_m3_degenerate.in.spc M test/test_HSSUSY_SUSYHD_msq_msu_m3_msusy_degenerate.in.spc M test/test_HSSUSY_SUSYHD_msu_m3_degenerate.in.spc M test/test_HSSUSY_SUSYHD_nondegenerate.in.spc A utils/convert_SPheno_to_FlexibleSUSY.m M utils/scan-slha.sh Log Message: ----------- Merge branch 'development' into feature-loop-vertices Commit: 324efa778b1013e35b3e054ef521918bb5c42060 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/324efa778b1013e35b3e054ef521918bb5c42060 Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-01-25 (Mon, 25 Jan 2016) Changed paths: M meta/EffectiveCouplings.m M meta/TreeMasses.m M meta/WriteOut.m Log Message: ----------- Handle complex conjugates in type queries and correct indexing in SLHA write out Commit: 808b9acc6349a0449254260cf506ad4b51dee183 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/808b9acc6349a0449254260cf506ad4b51dee183 Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-01-25 (Mon, 25 Jan 2016) Changed paths: M meta/EffectiveCouplings.m M templates/effective_couplings.cpp.in M templates/effective_couplings.hpp.in Log Message: ----------- Generate contributions to effective couplings which now need to be tested numerically against SPheno. Commit: 8e2b0a323eecc28e4fc21897769a7c60cb78eb34 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/8e2b0a323eecc28e4fc21897769a7c60cb78eb34 Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-01-25 (Mon, 25 Jan 2016) Changed paths: M meta/EffectiveCouplings.m Log Message: ----------- Do not include Goldstones in internal lines Commit: f2811b217dd64a618827a4259c3965fdd5dbac79 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/f2811b217dd64a618827a4259c3965fdd5dbac79 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-25 (Mon, 25 Jan 2016) Changed paths: M src/module.mk A src/physical_input.cpp A src/physical_input.hpp M src/slha_io.cpp M src/slha_io.hpp M templates/run.cpp.in M templates/slha_io.cpp.in M templates/slha_io.hpp.in M templates/utilities.cpp.in M templates/utilities.hpp.in M test/test_CMSSM_database.cpp Log Message: ----------- adding support for FlexibleSUSYInput block Atm., the FlexibleSUSYInput contains alpha_em(0) (the Thompson limit) as the 0th entry. Commit: c89ce19884504d1c617a5d945ec7dbe245911fed https://github.com/FlexibleSUSY/FlexibleSUSY/commit/c89ce19884504d1c617a5d945ec7dbe245911fed Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-01-25 (Mon, 25 Jan 2016) Changed paths: M src/module.mk A src/physical_input.cpp A src/physical_input.hpp M src/slha_io.cpp M src/slha_io.hpp M templates/run.cpp.in M templates/slha_io.cpp.in M templates/slha_io.hpp.in M templates/utilities.cpp.in M templates/utilities.hpp.in M test/test_CMSSM_database.cpp Log Message: ----------- Merge branch 'feature-flexiblesusyinput-block' into feature-loop-vertices Conflicts: templates/utilities.cpp.in templates/utilities.hpp.in Commit: a95feeaa63c5ade7f8d58ce90168bd02954f1f7f https://github.com/FlexibleSUSY/FlexibleSUSY/commit/a95feeaa63c5ade7f8d58ce90168bd02954f1f7f Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-01-26 (Tue, 26 Jan 2016) Changed paths: M meta/CConversion.m M meta/EffectiveCouplings.m M meta/FlexibleSUSY.m M meta/Observables.m M meta/SelfEnergies.m M templates/effective_couplings.cpp.in M templates/effective_couplings.hpp.in M templates/observables.cpp.in M templates/observables.hpp.in M templates/run.cpp.in M templates/run_cmd_line.cpp.in Log Message: ----------- Use new physical inputs structure to get alpha_em(0) and also define couplings in effective couplings class Commit: a62f68a141c74b955d5812b80b5e44a422f9a2cf https://github.com/FlexibleSUSY/FlexibleSUSY/commit/a62f68a141c74b955d5812b80b5e44a422f9a2cf Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-25 (Mon, 25 Jan 2016) Changed paths: M meta/WriteOut.m Log Message: ----------- Bugfix: calculate CKM matrix only if Vu and Vd are 3x3 matrices In models where a 4th generation mixes with the others, CKM matrix is not defined. Commit: c30bb8fbc3579659b5cf759942cf353a7d929fb6 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/c30bb8fbc3579659b5cf759942cf353a7d929fb6 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-25 (Mon, 25 Jan 2016) Changed paths: M meta/FlexibleSUSY.m Log Message: ----------- Bugfix: decrease indices of up- and down-type mass matrics on r.h.s. of constraints. In this way, the user can write constraints of the form LowScaleInput = { {Yu[1,1], topDRbar[1,1] / (-Sqrt[2] v)}, {Yu[2,2], topDRbar[2,2] / (-Sqrt[2] v)}, {Yu[3,3], topDRbar[3,3] / (-Sqrt[2] v)}, {Yd[1,1], bottomDRbar[1,1] / (Sqrt[2] v)}, {Yd[2,2], bottomDRbar[2,2] / (Sqrt[2] v)}, {Yd[3,3], bottomDRbar[3,3] / (Sqrt[2] v)}, {Ye, Automatic} }; Commit: 5760ae29c97da85f144c00dbb45889a3b9c2b821 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/5760ae29c97da85f144c00dbb45889a3b9c2b821 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-25 (Mon, 25 Jan 2016) Changed paths: M meta/Constraint.m M meta/ThresholdCorrections.m Log Message: ----------- allow user to set Yukawa matrix elements Commit: 1b9b87b8dce00ecc6b4639ff511cbcfbd3515edb https://github.com/FlexibleSUSY/FlexibleSUSY/commit/1b9b87b8dce00ecc6b4639ff511cbcfbd3515edb Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-25 (Mon, 25 Jan 2016) Changed paths: M meta/WriteOut.m Log Message: ----------- fix typo Commit: c73a6b7b00d2dd4e8a5a7ed73f6929655b868921 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/c73a6b7b00d2dd4e8a5a7ed73f6929655b868921 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-25 (Mon, 25 Jan 2016) Changed paths: M test/test_CMSSM_slha.cpp Log Message: ----------- adding debug output for the CKM matrix element test Commit: a3f0bef774e2c6dfd6c8d4cab8c5a0071dd1b932 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/a3f0bef774e2c6dfd6c8d4cab8c5a0071dd1b932 Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-01-26 (Tue, 26 Jan 2016) Changed paths: M meta/EffectiveCouplings.m Log Message: ----------- Correct normalisation of scalar and vector contributions Commit: 46eef6f07f1641fed3bbd367bad0e8e8011c2508 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/46eef6f07f1641fed3bbd367bad0e8e8011c2508 Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-01-26 (Tue, 26 Jan 2016) Changed paths: M meta/EffectiveCouplings.m M meta/FlexibleSUSY.m M templates/effective_couplings.cpp.in M templates/effective_couplings.hpp.in Log Message: ----------- Use pole mixings for decaying particle in couplings Commit: 78d79d1acfe33929126f952892c250a7c9a080cb https://github.com/FlexibleSUSY/FlexibleSUSY/commit/78d79d1acfe33929126f952892c250a7c9a080cb Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-01-26 (Tue, 26 Jan 2016) Changed paths: M meta/EffectiveCouplings.m M templates/effective_couplings.cpp.in M templates/effective_couplings.hpp.in Log Message: ----------- Correct normalisation of pseudoscalar coupling and add missing QCD factor Commit: 3c2ba5d5f7a2d00c14b0f4dad2531e8fb86595d9 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/3c2ba5d5f7a2d00c14b0f4dad2531e8fb86595d9 Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-01-26 (Tue, 26 Jan 2016) Changed paths: M meta/WriteOut.m Log Message: ----------- Correct indexing in SLHA output Commit: e1dd6b0eea29568a8169bbf4d5254bbbf7fe5c51 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/e1dd6b0eea29568a8169bbf4d5254bbbf7fe5c51 Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-01-26 (Tue, 26 Jan 2016) Changed paths: M meta/Constraint.m M meta/FlexibleSUSY.m M meta/ThresholdCorrections.m M meta/WriteOut.m M test/test_CMSSM_slha.cpp Log Message: ----------- Merge branch 'development' into feature-loop-vertices Commit: e7592a3ef32ce0127e310622ee1db6dde1437000 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/e7592a3ef32ce0127e310622ee1db6dde1437000 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-26 (Tue, 26 Jan 2016) Changed paths: M meta/Parameters.m Log Message: ----------- adding helper function to remove SARAH indices from a symbol Commit: 9bea2a7064cb3054773ca86b0340dd6cdd32713c https://github.com/FlexibleSUSY/FlexibleSUSY/commit/9bea2a7064cb3054773ca86b0340dd6cdd32713c Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-26 (Tue, 26 Jan 2016) Changed paths: M meta/BetaFunction.m Log Message: ----------- Strip all SARAH indices from parameter symbol to get the name Commit: e397143b0fec9256ed3f63e08316dd861821c0bd https://github.com/FlexibleSUSY/FlexibleSUSY/commit/e397143b0fec9256ed3f63e08316dd861821c0bd Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-26 (Tue, 26 Jan 2016) Changed paths: M meta/AnomalousDimension.m Log Message: ----------- remove all possible SARAH indices from anomalous dimension content Commit: c1c4371323ac743469508b7fe17de906c7b8d309 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/c1c4371323ac743469508b7fe17de906c7b8d309 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-26 (Tue, 26 Jan 2016) Changed paths: M meta/FlexibleSUSY.m Log Message: ----------- replace all SARAH indices from model parameters Commit: 39c003e08fb24c6fe6713e60e2a633da0d6f7b99 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/39c003e08fb24c6fe6713e60e2a633da0d6f7b99 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-26 (Tue, 26 Jan 2016) Changed paths: M meta/CConversion.m Log Message: ----------- adding TODO item Commit: d6860aaa285d3ad58c1f3d33a0b0fd112c65aa9a https://github.com/FlexibleSUSY/FlexibleSUSY/commit/d6860aaa285d3ad58c1f3d33a0b0fd112c65aa9a Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-26 (Tue, 26 Jan 2016) Changed paths: M meta/FlexibleSUSY.m Log Message: ----------- allow user to not generate beta-functions with SARAH Commit: 46e8c60b938cf2fdb842b2b961ab5273ac35521d https://github.com/FlexibleSUSY/FlexibleSUSY/commit/46e8c60b938cf2fdb842b2b961ab5273ac35521d Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-26 (Tue, 26 Jan 2016) Changed paths: M ChangeLog M doc/model_file.dox Log Message: ----------- update ChangeLog Commit: 8a2a8784e729630284b3de3d694ce3fbdb3fc9ad https://github.com/FlexibleSUSY/FlexibleSUSY/commit/8a2a8784e729630284b3de3d694ce3fbdb3fc9ad Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-26 (Tue, 26 Jan 2016) Changed paths: M .gitattributes A model_files/SMNoRGEs/FlexibleSUSY.m.in Log Message: ----------- adding testing model file for SM w/o RGEs Commit: 937c702ca0de9e5c7fb44b4e1ea4e6ca3a6c06f5 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/937c702ca0de9e5c7fb44b4e1ea4e6ca3a6c06f5 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-26 (Tue, 26 Jan 2016) Changed paths: M meta/ThresholdCorrections.m Log Message: ----------- make sure f is set to sensible value Commit: ed14dfaef9e0ffd5f3e0763bf3a3fced2156ad34 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/ed14dfaef9e0ffd5f3e0763bf3a3fced2156ad34 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-26 (Tue, 26 Jan 2016) Changed paths: M meta/FlexibleSUSY.m Log Message: ----------- Bugfix: Filter out buggy and duplicate SARAH beta functions Commit: 4e7543779c0d1b74e769ef35358860f44b63226a https://github.com/FlexibleSUSY/FlexibleSUSY/commit/4e7543779c0d1b74e769ef35358860f44b63226a Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-26 (Tue, 26 Jan 2016) Changed paths: M src/weinberg_angle.cpp Log Message: ----------- warn if delta_r > 1 Commit: f2261cfeed723cdeb889929ea3ef8ab6234dcefc https://github.com/FlexibleSUSY/FlexibleSUSY/commit/f2261cfeed723cdeb889929ea3ef8ab6234dcefc Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-01-27 (Wed, 27 Jan 2016) Changed paths: M .gitattributes M ChangeLog M doc/model_file.dox M meta/AnomalousDimension.m M meta/BetaFunction.m M meta/CConversion.m M meta/FlexibleSUSY.m M meta/Parameters.m M meta/ThresholdCorrections.m A model_files/SMNoRGEs/FlexibleSUSY.m.in M src/weinberg_angle.cpp Log Message: ----------- Merge branch 'development' into feature-loop-vertices Commit: 714df82ab9e65d498780715a61bcf5fa2e788582 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/714df82ab9e65d498780715a61bcf5fa2e788582 Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-01-27 (Wed, 27 Jan 2016) Changed paths: M meta/EffectiveCouplings.m M meta/FlexibleSUSY.m Log Message: ----------- Only save physical mixing if it is defined Commit: 580325439dcbdf2182b12fee250d743dd0d05a01 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/580325439dcbdf2182b12fee250d743dd0d05a01 Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-01-27 (Wed, 27 Jan 2016) Changed paths: M meta/EffectiveCouplings.m M meta/FlexibleSUSY.m M templates/effective_couplings.cpp.in M templates/effective_couplings.hpp.in Log Message: ----------- Add up to NNNLO for scalar -> gg coupling, and a flag for turning on or off Commit: 2e6d866d6c1016428706c3424d642d1739f156e2 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/2e6d866d6c1016428706c3424d642d1739f156e2 Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-01-27 (Wed, 27 Jan 2016) Changed paths: M test/module.mk A test/test_SM_effective_couplings.cpp Log Message: ----------- Add unit test for SM effective couplings Commit: d42725a982daff43c281baf0196d7c26527c75a6 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/d42725a982daff43c281baf0196d7c26527c75a6 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-27 (Wed, 27 Jan 2016) Changed paths: M meta/FlexibleSUSY.m Log Message: ----------- remove redundant debug output Commit: 8c1ca398fc4d64e1d2507e9d282ddec5a3b0c447 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/8c1ca398fc4d64e1d2507e9d282ddec5a3b0c447 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-27 (Wed, 27 Jan 2016) Changed paths: M meta/Constraint.m M templates/high_scale_spectrum_generator.hpp.in M templates/low_scale_spectrum_generator.hpp.in M templates/two_scale_susy_scale_constraint.cpp.in M templates/two_scale_susy_scale_constraint.hpp.in M test/test_CMSSMMassWInput_spectrum.cpp M test/test_CMSSM_initial_guesser.cpp M test/test_CMSSM_spectrum.cpp M test/test_CMSSM_susy_scale_constraint.cpp M test/test_NMSSM_initial_guesser.cpp M test/test_NMSSM_spectrum.cpp M test/test_NMSSM_susy_scale_constraint.cpp M test/test_NUTNMSSM_spectrum.cpp Log Message: ----------- allow user to use LowEnergyConstant[MZ] in susy-scale constraint as well. In the C++ code LowEnergyConstant[MZ] is replaced by the user-defined input value for the Z pole mass (SMINPUTS block). Commit: 5a440361535805eb27d9d66c78d2dfbcfd57a743 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/5a440361535805eb27d9d66c78d2dfbcfd57a743 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-27 (Wed, 27 Jan 2016) Changed paths: M ChangeLog Log Message: ----------- update ChangeLog Commit: ef36c794c1bc62524591ac2e727186a8d1bb9285 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/ef36c794c1bc62524591ac2e727186a8d1bb9285 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-27 (Wed, 27 Jan 2016) Changed paths: M ChangeLog Log Message: ----------- emphasize that FSRGELoopOrder should be used only in low-energy models Commit: 7667cd25f42e2da1075ce674f5005d45c2ede650 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/7667cd25f42e2da1075ce674f5005d45c2ede650 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-27 (Wed, 27 Jan 2016) Changed paths: M utils/convert_SPheno_to_FlexibleSUSY.m Log Message: ----------- adding default value for RGE loop order Commit: 71550e4a0b24bfe356b57ff5205be73107b92717 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/71550e4a0b24bfe356b57ff5205be73107b92717 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-27 (Wed, 27 Jan 2016) Changed paths: M src/ew_input.hpp Log Message: ----------- adding SM MS-bar couplings at Q = MZ obtained with FlexibleSUSY/SM and the SLHA input file: Block MODSEL # Select model 12 9.118760000e+01 # parameter output scale (GeV) Block FlexibleSUSY 0 1.000000000e-04 # precision goal 1 0 # max. iterations (0 = automatic) 2 0 # algorithm (0 = two_scale, 1 = lattice) 3 1 # calculate SM pole masses 4 2 # pole mass loop order 5 2 # EWSB loop order 6 3 # beta-functions loop order 7 2 # threshold corrections loop order 8 1 # Higgs 2-loop corrections O(alpha_t alpha_s) 9 0 # Higgs 2-loop corrections O(alpha_b alpha_s) 10 1 # Higgs 2-loop corrections O((alpha_t + alpha_b)^2) 11 0 # Higgs 2-loop corrections O(alpha_tau^2) 12 0 # force output 13 1 # Top quark 2-loop corrections QCD 14 1.000000000e-11 # beta-function zero threshold Block SMINPUTS # Standard Model inputs 1 1.279340000e+02 # alpha^(-1) SM MSbar(MZ) 2 1.166370000e-05 # G_Fermi 3 1.176000000e-01 # alpha_s(MZ) SM MSbar 4 9.118760000e+01 # MZ(pole) 5 4.200000000e+00 # mb(mb) SM MSbar 6 1.733000000e+02 # mtop(pole) 7 1.777000000e+00 # mtau(pole) 8 0.000000000e+00 # mnu3(pole) 9 80.404 # MW pole 11 5.109989020e-04 # melectron(pole) 12 0.000000000e+00 # mnu1(pole) 13 1.056583570e-01 # mmuon(pole) 14 0.000000000e+00 # mnu2(pole) 21 4.750000000e-03 # md(2 GeV) MS-bar 22 2.400000000e-03 # mu(2 GeV) MS-bar 23 1.040000000e-01 # ms(2 GeV) MS-bar 24 1.270000000e+00 # mc(mc) MS-bar Block MINPAR # Input parameters 1 0.19 # LambdaIN Block EXTPAR # Input parameters 0 1000 # input scale Qin Commit: ca36b8a6af463eb8061be22a88d569cf29a5debb https://github.com/FlexibleSUSY/FlexibleSUSY/commit/ca36b8a6af463eb8061be22a88d569cf29a5debb Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-01-28 (Thu, 28 Jan 2016) Changed paths: M ChangeLog M meta/Constraint.m M meta/FlexibleSUSY.m M src/ew_input.hpp M templates/high_scale_spectrum_generator.hpp.in M templates/low_scale_spectrum_generator.hpp.in M templates/two_scale_susy_scale_constraint.cpp.in M templates/two_scale_susy_scale_constraint.hpp.in M test/test_CMSSMMassWInput_spectrum.cpp M test/test_CMSSM_initial_guesser.cpp M test/test_CMSSM_spectrum.cpp M test/test_CMSSM_susy_scale_constraint.cpp M test/test_NMSSM_initial_guesser.cpp M test/test_NMSSM_spectrum.cpp M test/test_NMSSM_susy_scale_constraint.cpp M test/test_NUTNMSSM_spectrum.cpp M utils/convert_SPheno_to_FlexibleSUSY.m Log Message: ----------- Merge branch 'development' into feature-loop-vertices Commit: bfae08975fa5a4912df39f7bed01aa17c8330bc7 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/bfae08975fa5a4912df39f7bed01aa17c8330bc7 Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-01-28 (Thu, 28 Jan 2016) Changed paths: M test/test_SM_effective_couplings.cpp Log Message: ----------- Change sign of couplings in SM test case as there is currently an overall minus sign difference with SPheno. Also only apply QCD corrections in the test case for heavy quark masses. Commit: 8c661b160504ba98ce7b951369bf4d1cf820d11c https://github.com/FlexibleSUSY/FlexibleSUSY/commit/8c661b160504ba98ce7b951369bf4d1cf820d11c Author: Peter Athron <peter.athron at coepp.org.au> Date: 2016-01-28 (Thu, 28 Jan 2016) Changed paths: M sarah/E6SSM/parameters.m Log Message: ----------- fix bug in setting of ThetaWp in parameters.m. Commit: 16322beba3aeabf4748fad9af5cb7a0d463ccfa2 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/16322beba3aeabf4748fad9af5cb7a0d463ccfa2 Author: Peter Athron <peter.athron at coepp.org.au> Date: 2016-01-28 (Thu, 28 Jan 2016) Changed paths: M ChangeLog M meta/Constraint.m M src/ew_input.hpp M templates/high_scale_spectrum_generator.hpp.in M templates/low_scale_spectrum_generator.hpp.in M templates/two_scale_susy_scale_constraint.cpp.in M templates/two_scale_susy_scale_constraint.hpp.in M test/test_CMSSMMassWInput_spectrum.cpp M test/test_CMSSM_initial_guesser.cpp M test/test_CMSSM_spectrum.cpp M test/test_CMSSM_susy_scale_constraint.cpp M test/test_NMSSM_initial_guesser.cpp M test/test_NMSSM_spectrum.cpp M test/test_NMSSM_susy_scale_constraint.cpp M test/test_NUTNMSSM_spectrum.cpp M utils/convert_SPheno_to_FlexibleSUSY.m Log Message: ----------- Merge branch 'development' of https://github.com/FlexibleSUSY/FlexibleSUSY into development Commit: a40bae5edb1324f657477667b5404168c08e15ff https://github.com/FlexibleSUSY/FlexibleSUSY/commit/a40bae5edb1324f657477667b5404168c08e15ff Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-28 (Thu, 28 Jan 2016) Changed paths: M meta/TreeMasses.m Log Message: ----------- Bugfix: fix compilation error in models w/ pure goldstone multiplets due to a syntactically incorrect tachyon pole mass check. Commit: 29234002ca241edb531723933096b477a6dd2587 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/29234002ca241edb531723933096b477a6dd2587 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-28 (Thu, 28 Jan 2016) Changed paths: M ChangeLog Log Message: ----------- update ChangeLog Commit: a5b187e898d5a88f9dac8b53fb8470c5e5cbca5a https://github.com/FlexibleSUSY/FlexibleSUSY/commit/a5b187e898d5a88f9dac8b53fb8470c5e5cbca5a Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-28 (Thu, 28 Jan 2016) Changed paths: M meta/Constraint.m M meta/FlexibleSUSY.m M templates/two_scale_initial_guesser.cpp.in M templates/two_scale_initial_guesser_low_scale_model.cpp.in Log Message: ----------- perform initial guess for SM gauge couplings only if they exists Commit: f02e2b043e24707f95472c2c9976b683ac25ee23 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/f02e2b043e24707f95472c2c9976b683ac25ee23 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-28 (Thu, 28 Jan 2016) Changed paths: M meta/ThresholdCorrections.m M templates/two_scale_low_scale_constraint.cpp.in M templates/two_scale_low_scale_constraint.hpp.in Log Message: ----------- fix variable names for gauge couplings in low-energy constraint Commit: 702c5002c34598a8a457ef780d4fbc88c2972998 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/702c5002c34598a8a457ef780d4fbc88c2972998 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-28 (Thu, 28 Jan 2016) Changed paths: M templates/two_scale_high_scale_constraint.cpp.in Log Message: ----------- do not reset gauge couplings at high-scale if they are non-perturbative 1. The gauge couplings may not exist in the model. 2. Resetting them can lead to convergence of the FPI to the wrong point, namely a point where the gauge couplings are set to the non-perturbativity threshold. Commit: 37b64dcb637d8cbba6c7a9de0468b53851a627df https://github.com/FlexibleSUSY/FlexibleSUSY/commit/37b64dcb637d8cbba6c7a9de0468b53851a627df Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-28 (Thu, 28 Jan 2016) Changed paths: M meta/Constraint.m Log Message: ----------- adding helper function checking if a parameter is set in a constraint Commit: 0692d5fccef303f4616a01fee2632742e96e7c74 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/0692d5fccef303f4616a01fee2632742e96e7c74 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-28 (Thu, 28 Jan 2016) Changed paths: M meta/FlexibleSUSY.m M templates/two_scale_low_scale_constraint.cpp.in Log Message: ----------- set SM gauge couplings at low-energies only if they exist and are not set in any other constraint Commit: 82180d0ce8afa12fc8a310ee3af53b38dad6205c https://github.com/FlexibleSUSY/FlexibleSUSY/commit/82180d0ce8afa12fc8a310ee3af53b38dad6205c Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-28 (Thu, 28 Jan 2016) Changed paths: M meta/ThresholdCorrections.m Log Message: ----------- set weinberg angle to 0 if not defined Commit: d6c64862a321abd7b0922137c08b87d636928203 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/d6c64862a321abd7b0922137c08b87d636928203 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-28 (Thu, 28 Jan 2016) Changed paths: M meta/Parameters.m Log Message: ----------- create helper functions to extract DependenceSPheno rules Commit: 375e2e9d8536286e8a201bbb43aa3a7eaaeeb387 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/375e2e9d8536286e8a201bbb43aa3a7eaaeeb387 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-28 (Thu, 28 Jan 2016) Changed paths: M meta/Parameters.m Log Message: ----------- helper function returning output parameters which an expr depends on Commit: bafa8897826e6b9f11b0cf21722eeb7af3bd8ae7 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/bafa8897826e6b9f11b0cf21722eeb7af3bd8ae7 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-28 (Thu, 28 Jan 2016) Changed paths: M meta/Parameters.m Log Message: ----------- return only final dependencies It might be, that a mass matrix depends on M --> ThetaW, ZZ where ThetaW --> ZZ The function GetOutputParameterDependencies[M] now returns only the final dependency on the output parameters, i.e. ZZ. Commit: 1f8f392b44d26b4cfb1f7c1f0658655612ee89ba https://github.com/FlexibleSUSY/FlexibleSUSY/commit/1f8f392b44d26b4cfb1f7c1f0658655612ee89ba Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-28 (Thu, 28 Jan 2016) Changed paths: M meta/FlexibleSUSY.m Log Message: ----------- don't use potentially undefined parameters as default value Commit: 6816466091223ec7e066c60247d4c7751b539a2e https://github.com/FlexibleSUSY/FlexibleSUSY/commit/6816466091223ec7e066c60247d4c7751b539a2e Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-28 (Thu, 28 Jan 2016) Changed paths: M meta/FlexibleSUSY.m M meta/TreeMasses.m M templates/mass_eigenstates.cpp.in M templates/mass_eigenstates.hpp.in Log Message: ----------- rename function Commit: a9df302ef890e8cc29bcc6f8aca762b93e9e41e3 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/a9df302ef890e8cc29bcc6f8aca762b93e9e41e3 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-28 (Thu, 28 Jan 2016) Changed paths: M meta/Parameters.m M meta/TreeMasses.m Log Message: ----------- use DependenceSPheno instead of DependenceNum in order to be independent of the requirement that the Weinberg angle has to be expressed in terms of the gauge couplings etc. Commit: b4c40e3738afa2d5ddc51be3dd2fb2dbedb72ff8 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/b4c40e3738afa2d5ddc51be3dd2fb2dbedb72ff8 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-28 (Thu, 28 Jan 2016) Changed paths: M meta/Parameters.m Log Message: ----------- adding helper function to get intermediate output parameters Commit: afb1609ee9b8632ce8696554cd9bf3dd69c3bb07 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/afb1609ee9b8632ce8696554cd9bf3dd69c3bb07 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-28 (Thu, 28 Jan 2016) Changed paths: M meta/FlexibleSUSY.m Log Message: ----------- ensure no particle is counted multiple times Commit: 96542c8eeb32c89fcaee46c9866ddd06b2b5ea71 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/96542c8eeb32c89fcaee46c9866ddd06b2b5ea71 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-28 (Thu, 28 Jan 2016) Changed paths: M meta/TreeMasses.m M meta/WriteOut.m Log Message: ----------- diagonalize mass matrix for photon and Z bosons Commit: 68abf3bc5b84915404bb2624ed54f3be14897306 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/68abf3bc5b84915404bb2624ed54f3be14897306 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-28 (Thu, 28 Jan 2016) Changed paths: M meta/TreeMasses.m Log Message: ----------- sort mass calculations such that needed mixing matrizes are calcluated first Commit: 094dbff0e2e10ab10326123337e6b5dcb2b6c89a https://github.com/FlexibleSUSY/FlexibleSUSY/commit/094dbff0e2e10ab10326123337e6b5dcb2b6c89a Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-28 (Thu, 28 Jan 2016) Changed paths: M meta/TreeMasses.m Log Message: ----------- correcting index access Commit: 02fe3cdb41c9aeff82b4bf375fa401aec7b2ded2 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/02fe3cdb41c9aeff82b4bf375fa401aec7b2ded2 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-28 (Thu, 28 Jan 2016) Changed paths: M meta/WriteOut.m Log Message: ----------- skip splitted multiplets in SLHA output Commit: bc3b48f4c575b8a0132c2f1d95257cd862743880 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/bc3b48f4c575b8a0132c2f1d95257cd862743880 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-29 (Fri, 29 Jan 2016) Changed paths: M meta/TreeMasses.m Log Message: ----------- remove conj from combined multiplet Commit: 5b002b21b73567a9dbe2ce4279eb1e54db4ee981 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/5b002b21b73567a9dbe2ce4279eb1e54db4ee981 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-29 (Fri, 29 Jan 2016) Changed paths: M meta/TreeMasses.m Log Message: ----------- correcting sorting predicate However, the sorting fails, because the predicate is not tranisiv, I think. Commit: 48962d738a3d0e60ebb1410850c42c6eff7101f4 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/48962d738a3d0e60ebb1410850c42c6eff7101f4 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-29 (Fri, 29 Jan 2016) Changed paths: M meta/TreeMasses.m Log Message: ----------- use a bubble sort algorithm to ensure correct ordering Commit: 820a28a764a2168e1175adafca5f7ea64f29c75e https://github.com/FlexibleSUSY/FlexibleSUSY/commit/820a28a764a2168e1175adafca5f7ea64f29c75e Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-29 (Fri, 29 Jan 2016) Changed paths: M meta/Parameters.m Log Message: ----------- omit input parameter (charges etc.) from intermediate pars list Commit: a63887d5f98b9eee619e5e62f800db77660b8904 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/a63887d5f98b9eee619e5e62f800db77660b8904 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-29 (Fri, 29 Jan 2016) Changed paths: M meta/TreeMasses.m Log Message: ----------- remove Nulls from mass eigenstates list Commit: ac925433619063e734cf3641de9f0ddd9ac1f153 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/ac925433619063e734cf3641de9f0ddd9ac1f153 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-29 (Fri, 29 Jan 2016) Changed paths: M meta/FlexibleSUSY.m M meta/TreeMasses.m M meta/WriteOut.m Log Message: ----------- do not append intermediate mixing matrices to physical (pole) output Commit: fd8aa17ba4f256d3951368ae97ee16dc9fab4b57 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/fd8aa17ba4f256d3951368ae97ee16dc9fab4b57 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-29 (Fri, 29 Jan 2016) Changed paths: M test/test_CMSSM_model.cpp Log Message: ----------- test CMSSM weak mixing angle calculation Commit: f9e6c1d07c5a3ddccd01249553bc3358105dbc72 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/f9e6c1d07c5a3ddccd01249553bc3358105dbc72 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-29 (Fri, 29 Jan 2016) Changed paths: M meta/Parameters.m Log Message: ----------- allow to search for different entries in SARAH parameter definitions Commit: 09d7884ad6392e7e509474b0262a3bd7d137c4f4 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/09d7884ad6392e7e509474b0262a3bd7d137c4f4 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-29 (Fri, 29 Jan 2016) Changed paths: M meta/FlexibleSUSY.m Log Message: ----------- provide a default expression for the Weinberg angle at low energies as a function of running MW and MZ. Commit: afc47cd64c20a6b95bba5de482c5f8685c51d688 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/afc47cd64c20a6b95bba5de482c5f8685c51d688 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-29 (Fri, 29 Jan 2016) Changed paths: M meta/ThresholdCorrections.m Log Message: ----------- if weinberg angle expr not in DependenceNum, read from FSWeakMixingAngleExpr Commit: 16d09598a93cf953c1422d72ecf0d6d573450eac https://github.com/FlexibleSUSY/FlexibleSUSY/commit/16d09598a93cf953c1422d72ecf0d6d573450eac Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-29 (Fri, 29 Jan 2016) Changed paths: M model_files/MRSSM/FlexibleSUSY.m.in M model_files/TMSSM/FlexibleSUSY.m.in M model_files/UMSSM/FlexibleSUSY.m.in Log Message: ----------- remove old-fashioned weinberg angle expression Commit: 2b37f57a4828456da41ba54c4e8a16e88dc9384c https://github.com/FlexibleSUSY/FlexibleSUSY/commit/2b37f57a4828456da41ba54c4e8a16e88dc9384c Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-01-30 (Sat, 30 Jan 2016) Changed paths: M meta/EffectiveCouplings.m M meta/FlexibleSUSY.m M templates/effective_couplings.cpp.in M templates/effective_couplings.hpp.in Log Message: ----------- Add QCD corrections in the light quark limit and also add helper functions for computing partial width from coupling. Note there now appear to be more substantial differences with SPheno that need to be checked. Commit: 7e2d3b36b91b0ce7d33343b5b8e51ac85107bc0a https://github.com/FlexibleSUSY/FlexibleSUSY/commit/7e2d3b36b91b0ce7d33343b5b8e51ac85107bc0a Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-29 (Fri, 29 Jan 2016) Changed paths: M meta/Parameters.m Log Message: ----------- helper function to return only used intermediate parameters Commit: 3084736395dbf98017886655a8fbc4d10f9f6aee https://github.com/FlexibleSUSY/FlexibleSUSY/commit/3084736395dbf98017886655a8fbc4d10f9f6aee Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-29 (Fri, 29 Jan 2016) Changed paths: M meta/Constraint.m Log Message: ----------- correcting warning on unset Yukawa couplings ValueQ[list[[x]]] returns always true, because an evaluation (list access) is performed. Commit: cd5dfa7a21dd804a3b538d85368420f9aa0c0934 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/cd5dfa7a21dd804a3b538d85368420f9aa0c0934 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-29 (Fri, 29 Jan 2016) Changed paths: M meta/Constraint.m Log Message: ----------- fix typo Commit: c3d3e4562419b043a0b12009b38960eeded65926 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/c3d3e4562419b043a0b12009b38960eeded65926 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-29 (Fri, 29 Jan 2016) Changed paths: M meta/Parameters.m Log Message: ----------- consider only DependenceSPheno parameters in SARAHparameters list Commit: f40f68dfbd8925391b3f9388bc33ede10ea83000 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/f40f68dfbd8925391b3f9388bc33ede10ea83000 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-29 (Fri, 29 Jan 2016) Changed paths: M meta/FlexibleSUSY.m Log Message: ----------- decrease index literals of output parameters in mass matrices Commit: a87042f5ed1dff22fa86cf05dfc7647a9acdd54c https://github.com/FlexibleSUSY/FlexibleSUSY/commit/a87042f5ed1dff22fa86cf05dfc7647a9acdd54c Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-29 (Fri, 29 Jan 2016) Changed paths: M meta/Parameters.m M test/test_CMSSM_info.cpp Log Message: ----------- Bugfix: rename enum entries for matrices to prevent compilation errors in models where mixing matrices larger than 10x10 appear. Commit: 3fbc98af415879f0a57a8ff46d547eb045620c4a https://github.com/FlexibleSUSY/FlexibleSUSY/commit/3fbc98af415879f0a57a8ff46d547eb045620c4a Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-29 (Fri, 29 Jan 2016) Changed paths: M ChangeLog Log Message: ----------- update ChangeLog Commit: 10f32784e23a761fd71dc7fc43e3c0dd0c33a2a7 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/10f32784e23a761fd71dc7fc43e3c0dd0c33a2a7 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-29 (Fri, 29 Jan 2016) Changed paths: M BUGS Log Message: ----------- remove Weinberg angle issue from BUGS file Commit: f30b295e1ae64189bb9132d2af0351f5c16a1103 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/f30b295e1ae64189bb9132d2af0351f5c16a1103 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-29 (Fri, 29 Jan 2016) Changed paths: M ChangeLog Log Message: ----------- update ChangeLog Commit: b37216db4996bf5eaad2913d06617a964a5060f1 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/b37216db4996bf5eaad2913d06617a964a5060f1 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-29 (Fri, 29 Jan 2016) Changed paths: M BUGS M ChangeLog M meta/Constraint.m M meta/FlexibleSUSY.m M meta/Parameters.m M meta/ThresholdCorrections.m M meta/TreeMasses.m M model_files/MRSSM/FlexibleSUSY.m.in M model_files/TMSSM/FlexibleSUSY.m.in M model_files/UMSSM/FlexibleSUSY.m.in M test/test_CMSSM_model.cpp Log Message: ----------- Merge branch 'feature-ZZp-mixing' into development Commit: 474250fe190a3db6ab73e3b45cf9652a2f4db852 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/474250fe190a3db6ab73e3b45cf9652a2f4db852 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-29 (Fri, 29 Jan 2016) Changed paths: M model_files/UMSSM/FlexibleSUSY.m.in Log Message: ----------- provide initial guess for lambda and ms2 at the low-energy scale Commit: a08e2606e24d8b3f9014bc1535bb618b8048c782 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/a08e2606e24d8b3f9014bc1535bb618b8048c782 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-29 (Fri, 29 Jan 2016) Changed paths: M model_files/UMSSM/LesHouches.in.UMSSM Log Message: ----------- use working UMSSM parameter point Commit: 63b995d64e5c998cb4fa016e0e33544a5d05a358 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/63b995d64e5c998cb4fa016e0e33544a5d05a358 Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-01-30 (Sat, 30 Jan 2016) Changed paths: M BUGS M ChangeLog M meta/Constraint.m M meta/FlexibleSUSY.m M meta/Parameters.m M meta/ThresholdCorrections.m M meta/TreeMasses.m M model_files/MRSSM/FlexibleSUSY.m.in M model_files/TMSSM/FlexibleSUSY.m.in M model_files/UMSSM/FlexibleSUSY.m.in M model_files/UMSSM/LesHouches.in.UMSSM M sarah/E6SSM/parameters.m M templates/mass_eigenstates.cpp.in M templates/mass_eigenstates.hpp.in M templates/two_scale_high_scale_constraint.cpp.in M templates/two_scale_initial_guesser.cpp.in M templates/two_scale_initial_guesser_low_scale_model.cpp.in M templates/two_scale_low_scale_constraint.cpp.in M templates/two_scale_low_scale_constraint.hpp.in M test/test_CMSSM_info.cpp M test/test_CMSSM_model.cpp Log Message: ----------- Merge branch 'development' into feature-loop-vertices Conflicts: meta/TreeMasses.m Commit: 22466e52c75468eec6b0b34350cf604714db0557 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/22466e52c75468eec6b0b34350cf604714db0557 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-30 (Sat, 30 Jan 2016) Changed paths: M meta/TreeMasses.m Log Message: ----------- fix compilation error when configured with --enable-mass-error-check Commit: 0ac525733b2617050063a630b786e8a51311978b https://github.com/FlexibleSUSY/FlexibleSUSY/commit/0ac525733b2617050063a630b786e8a51311978b Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-30 (Sat, 30 Jan 2016) Changed paths: M meta/TreeMasses.m Log Message: ----------- refactor tachyon check Commit: b1fa9a473bda955656d0dcfb489c9a0f57d876b1 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/b1fa9a473bda955656d0dcfb489c9a0f57d876b1 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-30 (Sat, 30 Jan 2016) Changed paths: M meta/LoopMasses.m M meta/TreeMasses.m Log Message: ----------- flag bad mass only for massive particles The criterion for an imprecise mass output will almost always fail for multiplets which contain at least one massless particle. The reason is, that the smallest eigenvalue will be close to zero, but not quite. The criterion to flag a bad mass, eigenvalue_error > precision * Abs(MVPVZ(0)) will certainly be true, because on the r.h.s. you multiply my approximately zero (the massless eigenvalue). Commit: 49056dea25f32aea7d2adb1d9c2a77eaf5c19604 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/49056dea25f32aea7d2adb1d9c2a77eaf5c19604 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-30 (Sat, 30 Jan 2016) Changed paths: M sarah/NSM/parameters.m Log Message: ----------- undefine DependenceSPheno for vH in the NSM Commit: e32643eda07075e0ecface989b37b3aa648a813a https://github.com/FlexibleSUSY/FlexibleSUSY/commit/e32643eda07075e0ecface989b37b3aa648a813a Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-30 (Sat, 30 Jan 2016) Changed paths: M sarah/HGTHDM-II/parameters.m M sarah/HTHDM-II/parameters.m A sarah/THDM-II/THDM-II.m A sarah/THDM-II/parameters.m A sarah/THDM-II/particles.m Log Message: ----------- remove wrong DependenceSPheno from EW-VEV in THDM model files Commit: 5199f5ff244ab825bc3642073065732a6b77ec1e https://github.com/FlexibleSUSY/FlexibleSUSY/commit/5199f5ff244ab825bc3642073065732a6b77ec1e Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-30 (Sat, 30 Jan 2016) Changed paths: M meta/Parameters.m Log Message: ----------- exclude phases from list of intermediate parameters Commit: 65c6aefe6a11bca0c975b722239bed985613acac https://github.com/FlexibleSUSY/FlexibleSUSY/commit/65c6aefe6a11bca0c975b722239bed985613acac Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-30 (Sat, 30 Jan 2016) Changed paths: M meta/TreeMasses.m Log Message: ----------- filter out numeric values Commit: bb2c02d05989bfa545e08976badabc85c059139b https://github.com/FlexibleSUSY/FlexibleSUSY/commit/bb2c02d05989bfa545e08976badabc85c059139b Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-30 (Sat, 30 Jan 2016) Changed paths: M sarah/MSSMNoEWVEVs/parameters.m Log Message: ----------- set weak mixing angle to zero in MSSMNoEWSBVEVs Commit: ab451f12d40e967acae313ca8e24ee6459374715 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/ab451f12d40e967acae313ca8e24ee6459374715 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-30 (Sat, 30 Jan 2016) Changed paths: M meta/Parameters.m Log Message: ----------- remove numbers from list of intermediate parameters Commit: 2e4e9bd2e70cb5c5b17e55001ddf56a853536ae1 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/2e4e9bd2e70cb5c5b17e55001ddf56a853536ae1 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-30 (Sat, 30 Jan 2016) Changed paths: M test/test_CMSSMCPV_spectrum.sh Log Message: ----------- using correct input file for CMSSMCPV test Commit: 332f75108c684abdabeb9f4a799df1ae80d09a47 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/332f75108c684abdabeb9f4a799df1ae80d09a47 Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-01-31 (Sun, 31 Jan 2016) Changed paths: M meta/EffectiveCouplings.m Log Message: ----------- Always run SM gauge couplings if they are defined Commit: e3a050c6499b0d388427d3eb25cabe6b01e455d7 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/e3a050c6499b0d388427d3eb25cabe6b01e455d7 Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-01-31 (Sun, 31 Jan 2016) Changed paths: M meta/EffectiveCouplings.m Log Message: ----------- Ensure variables for masses are declared if running Commit: cee5fcfd932349362f3399d8ae0e96830c961492 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/cee5fcfd932349362f3399d8ae0e96830c961492 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-31 (Sun, 31 Jan 2016) Changed paths: M meta/FlexibleSUSY.m Log Message: ----------- correcting comment Commit: 0920e0b573f75cf68f9258c2c263ac72e4124e25 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/0920e0b573f75cf68f9258c2c263ac72e4124e25 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-31 (Sun, 31 Jan 2016) Changed paths: M meta/WriteOut.m Log Message: ----------- print warning if SLHA block name is not a symbol Commit: 61fb1ca512a3869cba2166d6ce7872a3dc07f81c https://github.com/FlexibleSUSY/FlexibleSUSY/commit/61fb1ca512a3869cba2166d6ce7872a3dc07f81c Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-31 (Sun, 31 Jan 2016) Changed paths: M meta/Parameters.m Log Message: ----------- filter out Null particles Commit: fb9230ee43b6cf2b1dcb8ff4315541f14c442d8e https://github.com/FlexibleSUSY/FlexibleSUSY/commit/fb9230ee43b6cf2b1dcb8ff4315541f14c442d8e Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-31 (Sun, 31 Jan 2016) Changed paths: M ChangeLog Log Message: ----------- update ChangeLog Commit: 30c38f84bcddded4d69072da4aa4d2f91cfaa73a https://github.com/FlexibleSUSY/FlexibleSUSY/commit/30c38f84bcddded4d69072da4aa4d2f91cfaa73a Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-02-01 (Mon, 01 Feb 2016) Changed paths: M meta/EffectiveCouplings.m M meta/FlexibleSUSY.m M templates/effective_couplings.cpp.in M templates/effective_couplings.hpp.in Log Message: ----------- Add stub function for doing SM running Commit: de9bd18cdaa2a2eec73d39ab8d4049d42609470a https://github.com/FlexibleSUSY/FlexibleSUSY/commit/de9bd18cdaa2a2eec73d39ab8d4049d42609470a Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-02-01 (Mon, 01 Feb 2016) Changed paths: M ChangeLog M meta/LoopMasses.m M meta/Parameters.m M meta/TreeMasses.m M meta/WriteOut.m M sarah/HGTHDM-II/parameters.m M sarah/HTHDM-II/parameters.m M sarah/MSSMNoEWVEVs/parameters.m M sarah/NSM/parameters.m A sarah/THDM-II/THDM-II.m A sarah/THDM-II/parameters.m A sarah/THDM-II/particles.m M test/test_CMSSMCPV_spectrum.sh Log Message: ----------- Merge branch 'development' into feature-loop-vertices Commit: 26cadf3f03a786cae3c08d1696b4ec1effe139e2 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/26cadf3f03a786cae3c08d1696b4ec1effe139e2 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-01 (Mon, 01 Feb 2016) Changed paths: M test/test_CMSSM_benchmark.cpp Log Message: ----------- reduce CMSSM benchmark to basic speed comparison w/ relative factor 1 because the benchmark is strongly machine-dependent. Commit: 3a79a25a18a55eeea64c607f0a445c2288dc9c24 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/3a79a25a18a55eeea64c607f0a445c2288dc9c24 Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-02-02 (Tue, 02 Feb 2016) Changed paths: M src/lowe.cpp M src/lowe.h Log Message: ----------- Add 2-loop SM RGEs for running QedQcd objects above M_t^pole Commit: 1fdd1c765728ec75c8b9894a5c3a771fc1ef0486 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/1fdd1c765728ec75c8b9894a5c3a771fc1ef0486 Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-02-02 (Tue, 02 Feb 2016) Changed paths: M meta/EffectiveCouplings.m Log Message: ----------- Generate function to run SM gauge couplings Commit: e0a32af6e214d26ebb08bc954eedaf93a1c4b9bd https://github.com/FlexibleSUSY/FlexibleSUSY/commit/e0a32af6e214d26ebb08bc954eedaf93a1c4b9bd Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-02-02 (Tue, 02 Feb 2016) Changed paths: M src/lowe.cpp Log Message: ----------- Guard against zero masses in gauge coupling running Commit: 9b1ae7d55c6ccc54e9f6d2e73f6528f7105be359 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/9b1ae7d55c6ccc54e9f6d2e73f6528f7105be359 Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-02-02 (Tue, 02 Feb 2016) Changed paths: M meta/EffectiveCouplings.m Log Message: ----------- Do not calculate couplings for Goldstones in main calculation routine Commit: dc2e69c309c31ddaee904f1d94a8754ebed8a254 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/dc2e69c309c31ddaee904f1d94a8754ebed8a254 Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-02-02 (Tue, 02 Feb 2016) Changed paths: M meta/EffectiveCouplings.m M meta/FlexibleSUSY.m M templates/effective_couplings.cpp.in M templates/effective_couplings.hpp.in Log Message: ----------- Generate higher order corrections for pseudoscalar coupling Commit: f7da398970ae39546eef01810add5be5efec02e1 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/f7da398970ae39546eef01810add5be5efec02e1 Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-02-02 (Tue, 02 Feb 2016) Changed paths: M test/test_CMSSM_benchmark.cpp Log Message: ----------- Merge branch 'development' into feature-loop-vertices Commit: f577c8bf4bda738d1220ab7d77217fd511e758d9 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/f577c8bf4bda738d1220ab7d77217fd511e758d9 Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-02-02 (Tue, 02 Feb 2016) Changed paths: M meta/EffectiveCouplings.m Log Message: ----------- Add modified renormalisation scale depedent log term and change constant in imaginary part of QCD correction to +1 instead of +2 Commit: 71991cd047ac0319fe2682b55f9bdf5569467440 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/71991cd047ac0319fe2682b55f9bdf5569467440 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-02 (Tue, 02 Feb 2016) Changed paths: M model_files/HGTHDMIIMSSMBC/FlexibleSUSY.m.in M model_files/HTHDMIIMSSMBC/FlexibleSUSY.m.in M model_files/THDMII/FlexibleSUSY.m.in M model_files/THDMII/LesHouches.in.THDMII M model_files/THDMIIMSSMBC/FlexibleSUSY.m.in M sarah/HGTHDM-II/HGTHDM-II.m M sarah/HTHDM-II/HTHDM-II.m M sarah/THDM-II/THDM-II.m M sarah/THDM-II/parameters.m Log Message: ----------- adding Lambda6 and Lambda7 terms to THDM-II Lagrangians Commit: daee02454ae827c011f2bd75651b2c82aa874c49 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/daee02454ae827c011f2bd75651b2c82aa874c49 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-02 (Tue, 02 Feb 2016) Changed paths: M model_files/HGTHDMIIMSSMBC/FlexibleSUSY.m.in M model_files/HTHDMIIMSSMBC/FlexibleSUSY.m.in M model_files/THDMIIMSSMBC/FlexibleSUSY.m.in Log Message: ----------- Bugfix: removing wrong tan(beta) factors in 1L THDM BCs to MSSM Commit: c0d6f905defa952e776ce5edde89dcd1e28545d3 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/c0d6f905defa952e776ce5edde89dcd1e28545d3 Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-02-03 (Wed, 03 Feb 2016) Changed paths: M src/lowe.cpp Log Message: ----------- Apply threshold correction at pole top mass threshold Commit: 6a21ef42dfea96ce693371a28218a209753e67fa https://github.com/FlexibleSUSY/FlexibleSUSY/commit/6a21ef42dfea96ce693371a28218a209753e67fa Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-02-03 (Wed, 03 Feb 2016) Changed paths: M src/lowe.cpp Log Message: ----------- Only use SM RGEs if already above the top threshold as otherwise an exception will be thrown Commit: 4eec630dd73a7f699165ae8f276214f8150e4428 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/4eec630dd73a7f699165ae8f276214f8150e4428 Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-02-03 (Wed, 03 Feb 2016) Changed paths: M src/lowe.cpp Log Message: ----------- Indentation fix... Commit: 0ccfadbca4a9a9cf369ea569f7b334e3f264069b https://github.com/FlexibleSUSY/FlexibleSUSY/commit/0ccfadbca4a9a9cf369ea569f7b334e3f264069b Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-02-03 (Wed, 03 Feb 2016) Changed paths: M model_files/HGTHDMIIMSSMBC/FlexibleSUSY.m.in M model_files/HTHDMIIMSSMBC/FlexibleSUSY.m.in M model_files/THDMII/FlexibleSUSY.m.in M model_files/THDMII/LesHouches.in.THDMII M model_files/THDMIIMSSMBC/FlexibleSUSY.m.in M sarah/HGTHDM-II/HGTHDM-II.m M sarah/HTHDM-II/HTHDM-II.m M sarah/THDM-II/THDM-II.m M sarah/THDM-II/parameters.m Log Message: ----------- Merge branch 'development' into feature-loop-vertices Commit: 5dfcba5530cd88633729e0bf06f03795dd2473ce https://github.com/FlexibleSUSY/FlexibleSUSY/commit/5dfcba5530cd88633729e0bf06f03795dd2473ce Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-03 (Wed, 03 Feb 2016) Changed paths: M model_files/HGTHDMIIMSSMBC/FlexibleSUSY.m.in M model_files/HTHDMIIMSSMBC/FlexibleSUSY.m.in M model_files/THDMIIMSSMBC/FlexibleSUSY.m.in Log Message: ----------- add 1L threshold corrections for lambda_{6,7} from Wagner/Lee Note: Wagner/Lee miss terms proportional to gauge couplings in the 1L threshold corrections for lambda_{6,7} Commit: a034c33e5f158f4fad79200ca6f90f4c1ae376ad https://github.com/FlexibleSUSY/FlexibleSUSY/commit/a034c33e5f158f4fad79200ca6f90f4c1ae376ad Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-03 (Wed, 03 Feb 2016) Changed paths: M meta/EWSB.m Log Message: ----------- Bugfix: correcting syntax error: ToRules returns a sequence Commit: abd98f6c9e04c68d0aae14d9a9c1869cf5a2418b https://github.com/FlexibleSUSY/FlexibleSUSY/commit/abd98f6c9e04c68d0aae14d9a9c1869cf5a2418b Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-02-04 (Thu, 04 Feb 2016) Changed paths: M meta/EffectiveCouplings.m Log Message: ----------- Correct calculation of partial width for pseudoscalars Before, FS matched the expressions in SPheno. However, the normalisation for the pseudoscalar seems to be wrong (but this needs to be double checked). Commit: f14dab471eca5d28b397fd7abf5dbd395699760a https://github.com/FlexibleSUSY/FlexibleSUSY/commit/f14dab471eca5d28b397fd7abf5dbd395699760a Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-04 (Thu, 04 Feb 2016) Changed paths: M meta/EWSB.m Log Message: ----------- revise last commit: head of result is always a list Commit: 20d2640f8e2fe207d8199c60a8b2d21231b340fc https://github.com/FlexibleSUSY/FlexibleSUSY/commit/20d2640f8e2fe207d8199c60a8b2d21231b340fc Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-04 (Thu, 04 Feb 2016) Changed paths: M meta/BetaFunction.m M templates/two_scale_soft_parameters.cpp.in M templates/two_scale_susy_parameters.cpp.in Log Message: ----------- allow user to switch off beta functions completely Commit: 98c9777b90fe64941e75414044ac0ed410cc12b9 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/98c9777b90fe64941e75414044ac0ed410cc12b9 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-04 (Thu, 04 Feb 2016) Changed paths: M src/betafunction.cpp Log Message: ----------- call Runge-Kutta solve only if loops > 0 Commit: ef87585b3943c38c43910c3362bc3a8549763e92 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/ef87585b3943c38c43910c3362bc3a8549763e92 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-04 (Thu, 04 Feb 2016) Changed paths: M ChangeLog Log Message: ----------- update ChangeLog Commit: aa77c0bb27081daf45e6fbf8938a0b6cab9078f7 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/aa77c0bb27081daf45e6fbf8938a0b6cab9078f7 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-04 (Thu, 04 Feb 2016) Changed paths: M ChangeLog Log Message: ----------- let's make the next release 1.4.0 Commit: 41e755f971c4cacaf0dd47c529d3add5c3553d14 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/41e755f971c4cacaf0dd47c529d3add5c3553d14 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-04 (Thu, 04 Feb 2016) Changed paths: A test/test_SM_0L_RGEs.in.spc M test/test_run_all_spectrum_generators.sh Log Message: ----------- adding test for tree-level RGEs in SM Commit: d24935d35b117668c1931457083db4f04a7c78b4 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/d24935d35b117668c1931457083db4f04a7c78b4 Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-02-05 (Fri, 05 Feb 2016) Changed paths: M ChangeLog M meta/BetaFunction.m M meta/EWSB.m M model_files/HGTHDMIIMSSMBC/FlexibleSUSY.m.in M model_files/HTHDMIIMSSMBC/FlexibleSUSY.m.in M model_files/THDMIIMSSMBC/FlexibleSUSY.m.in M src/betafunction.cpp M templates/two_scale_soft_parameters.cpp.in M templates/two_scale_susy_parameters.cpp.in A test/test_SM_0L_RGEs.in.spc M test/test_run_all_spectrum_generators.sh Log Message: ----------- Merge branch 'development' into feature-loop-vertices Commit: f4335ab9187b9e121a614b68e5270841aaca5e47 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/f4335ab9187b9e121a614b68e5270841aaca5e47 Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-02-05 (Fri, 05 Feb 2016) Changed paths: M meta/EffectiveCouplings.m Log Message: ----------- Use exact expression for constant in pseudoscalar -> gg NNLO correction based on that in NMSSMcalc Commit: 2337356fae06e291a19d42a33ea8535e01d50860 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/2337356fae06e291a19d42a33ea8535e01d50860 Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-02-05 (Fri, 05 Feb 2016) Changed paths: M templates/effective_couplings.cpp.in Log Message: ----------- Add phase macro for effective couplings routines Commit: 0ca68763650177551acee14936c86891d597d8eb https://github.com/FlexibleSUSY/FlexibleSUSY/commit/0ca68763650177551acee14936c86891d597d8eb Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-05 (Fri, 05 Feb 2016) Changed paths: M test/test_betafunction.cpp Log Message: ----------- set loop order to 1 (default is 0) Commit: e332229e1c68ba82e6791f5292b187ca9ba0af54 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/e332229e1c68ba82e6791f5292b187ca9ba0af54 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-05 (Fri, 05 Feb 2016) Changed paths: A sarah/THDM/THDM.m A sarah/THDM/parameters.m A sarah/THDM/particles.m Log Message: ----------- adding general THDM SARAH model with "wrong" Yukawa couplings Commit: 1e01a9f0b4998e71bc6c25509faf0fe0a5999d08 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/1e01a9f0b4998e71bc6c25509faf0fe0a5999d08 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-05 (Fri, 05 Feb 2016) Changed paths: A sarah/HTHDM/HTHDM.m A sarah/HTHDM/parameters.m A sarah/HTHDM/particles.m Log Message: ----------- adding general THDM + Higgsinos SARAH model with "wrong" Yukawa couplings Commit: beb587f438323b4515c47191c298417e14c45aac https://github.com/FlexibleSUSY/FlexibleSUSY/commit/beb587f438323b4515c47191c298417e14c45aac Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-05 (Fri, 05 Feb 2016) Changed paths: A sarah/HGTHDM/HGTHDM.m A sarah/HGTHDM/parameters.m A sarah/HGTHDM/particles.m Log Message: ----------- adding general THDM + split SARAH model with "wrong" Yukawa couplings Commit: 334daaa007e83c0b89302bb1d5dde7c4d97da6ad https://github.com/FlexibleSUSY/FlexibleSUSY/commit/334daaa007e83c0b89302bb1d5dde7c4d97da6ad Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-02-05 (Fri, 05 Feb 2016) Changed paths: M meta/EffectiveCouplings.m Log Message: ----------- Decrease indices in couplings Commit: 1c8fee9ff53dde40891ce040fe5405dc35a847df https://github.com/FlexibleSUSY/FlexibleSUSY/commit/1c8fee9ff53dde40891ce040fe5405dc35a847df Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-05 (Fri, 05 Feb 2016) Changed paths: A sarah/HGTHDMw/HGTHDMw.m A sarah/HGTHDMw/parameters.m A sarah/HGTHDMw/particles.m Log Message: ----------- adding THDM + split with wrong split Yukawa couplings Commit: 600b28b715ba9657d8aea317334dd0b324b7eabf https://github.com/FlexibleSUSY/FlexibleSUSY/commit/600b28b715ba9657d8aea317334dd0b324b7eabf Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-05 (Fri, 05 Feb 2016) Changed paths: M meta/CConversion.m M meta/Parameters.m Log Message: ----------- adding internal tensor type with 3 or 4 indices Commit: a472d87e10b36a5a9e10422fb493c0e057ecd9ec https://github.com/FlexibleSUSY/FlexibleSUSY/commit/a472d87e10b36a5a9e10422fb493c0e057ecd9ec Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-05 (Fri, 05 Feb 2016) Changed paths: M meta/Parameters.m Log Message: ----------- adding CreateSetAssignment[] for 3-component tensor Commit: 9fe3aba833688d3764e1b2d37ed2fa50cd88f353 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/9fe3aba833688d3764e1b2d37ed2fa50cd88f353 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-06 (Sat, 06 Feb 2016) Changed paths: M meta/Parameters.m Log Message: ----------- adding support for CreateDisplayAssignment[] for 3-component tensor Commit: be5ad1285079e43e764f978be8eaa7e034e3821d https://github.com/FlexibleSUSY/FlexibleSUSY/commit/be5ad1285079e43e764f978be8eaa7e034e3821d Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-06 (Sat, 06 Feb 2016) Changed paths: M meta/Parameters.m Log Message: ----------- support tensor functions for enums and parameter names Commit: c7e8c2be8e64eb63229c9722a73d05563fa03849 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/c7e8c2be8e64eb63229c9722a73d05563fa03849 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-06 (Sat, 06 Feb 2016) Changed paths: M meta/CConversion.m Log Message: ----------- create C type for real tensors Commit: adc25a579dee9e6cb6462210a5c36a147820c9ab https://github.com/FlexibleSUSY/FlexibleSUSY/commit/adc25a579dee9e6cb6462210a5c36a147820c9ab Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-06 (Sat, 06 Feb 2016) Changed paths: M meta/FlexibleSUSY.m Log Message: ----------- strip 3- and 4-component tensor indices from parameters in beta functions Commit: f4a2fb9066c9cdf7900930f7f448de3b10ea800d https://github.com/FlexibleSUSY/FlexibleSUSY/commit/f4a2fb9066c9cdf7900930f7f448de3b10ea800d Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-06 (Sat, 06 Feb 2016) Changed paths: M meta/Parameters.m Log Message: ----------- adding IsTensor[] helper function Commit: 1dc186c158a32e3dc03c3c72d0b60e8132bc8e2b https://github.com/FlexibleSUSY/FlexibleSUSY/commit/1dc186c158a32e3dc03c3c72d0b60e8132bc8e2b Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-06 (Sat, 06 Feb 2016) Changed paths: M meta/BetaFunction.m Log Message: ----------- count number of tensor parameters Commit: 3877fde29f1bcbbdc45c9ba495e80c6eeadd5875 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/3877fde29f1bcbbdc45c9ba495e80c6eeadd5875 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-06 (Sat, 06 Feb 2016) Changed paths: M meta/Parameters.m Log Message: ----------- correcting assertion Commit: 24d658294887332250675a4827df51407b7acd57 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/24d658294887332250675a4827df51407b7acd57 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-06 (Sat, 06 Feb 2016) Changed paths: M meta/CConversion.m Log Message: ----------- create unit tensor with 3 or 4 components Commit: 81ea5e1c672cf9ee4e4254186a0f62b2862378eb https://github.com/FlexibleSUSY/FlexibleSUSY/commit/81ea5e1c672cf9ee4e4254186a0f62b2862378eb Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-02-06 (Sat, 06 Feb 2016) Changed paths: M meta/BetaFunction.m M meta/CConversion.m M meta/FlexibleSUSY.m M meta/Parameters.m A sarah/HGTHDM/HGTHDM.m A sarah/HGTHDM/parameters.m A sarah/HGTHDM/particles.m A sarah/HGTHDMw/HGTHDMw.m A sarah/HGTHDMw/parameters.m A sarah/HGTHDMw/particles.m A sarah/HTHDM/HTHDM.m A sarah/HTHDM/parameters.m A sarah/HTHDM/particles.m A sarah/THDM/THDM.m A sarah/THDM/parameters.m A sarah/THDM/particles.m M test/test_betafunction.cpp Log Message: ----------- Merge branch 'development' into feature-loop-vertices Commit: 9340e4472650e4d1f81a4751e6a6d0f02c2a52ba https://github.com/FlexibleSUSY/FlexibleSUSY/commit/9340e4472650e4d1f81a4751e6a6d0f02c2a52ba Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-06 (Sat, 06 Feb 2016) Changed paths: M .gitattributes A model_files/TensorCoupling/FlexibleSUSY.m.in A model_files/TensorCoupling/LesHouches.in.TensorCoupling A sarah/TensorCoupling/TensorCoupling.m A sarah/TensorCoupling/parameters.m A sarah/TensorCoupling/particles.m Log Message: ----------- adding testing model file with 3-component tensor coupling Commit: 5f1d50f2995ebca28bafbcfa0f3b68089e5231f7 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/5f1d50f2995ebca28bafbcfa0f3b68089e5231f7 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-06 (Sat, 06 Feb 2016) Changed paths: M .gitattributes Log Message: ----------- release complex models, because they seem to work fine Commit: b79ba1d279ede5188c5ddcd8afb38bf8190c7578 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/b79ba1d279ede5188c5ddcd8afb38bf8190c7578 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-06 (Sat, 06 Feb 2016) Changed paths: M BUGS Log Message: ----------- update BUGS file Commit: d6f172fd3efb6311d6a9c3b35d18735c10298b2f https://github.com/FlexibleSUSY/FlexibleSUSY/commit/d6f172fd3efb6311d6a9c3b35d18735c10298b2f Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-06 (Sat, 06 Feb 2016) Changed paths: M meta/CConversion.m Log Message: ----------- use specific zero tensor Commit: 41f23e8a69268c1595033711c2f428dc2f70e91e https://github.com/FlexibleSUSY/FlexibleSUSY/commit/41f23e8a69268c1595033711c2f428dc2f70e91e Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-06 (Sat, 06 Feb 2016) Changed paths: M meta/CConversion.m M src/wrappers.hpp Log Message: ----------- adding zero tensor preprocessor macros Note: So far there does not seem to be a compile-time constant zero tensor. We might have to provide one. Commit: 8e68ed717b1718d1ee12235c7fdd208061e1ebdf https://github.com/FlexibleSUSY/FlexibleSUSY/commit/8e68ed717b1718d1ee12235c7fdd208061e1ebdf Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-06 (Sat, 06 Feb 2016) Changed paths: M model_files/TensorCoupling/FlexibleSUSY.m.in Log Message: ----------- disble RGEs in the TensorCoupling model because the RGEs don't compile yet. Commit: 6443c452fd9b61ca8d10ab47344d5e5c93819a38 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/6443c452fd9b61ca8d10ab47344d5e5c93819a38 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-06 (Sat, 06 Feb 2016) Changed paths: M doc/model_file.dox Log Message: ----------- add further model file documentation Commit: ebc9e7b3405957ecf5dfc232568ab7a838c3da1c https://github.com/FlexibleSUSY/FlexibleSUSY/commit/ebc9e7b3405957ecf5dfc232568ab7a838c3da1c Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-06 (Sat, 06 Feb 2016) Changed paths: A src/eigen_tensor.hpp M src/module.mk M src/wrappers.hpp Log Message: ----------- implement custom zero tensor as long as it is not supported by Eigen Commit: c1961039321f3cee6643b5134a0241479ad278ff https://github.com/FlexibleSUSY/FlexibleSUSY/commit/c1961039321f3cee6643b5134a0241479ad278ff Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-06 (Sat, 06 Feb 2016) Changed paths: M src/eigen_tensor.hpp Log Message: ----------- make constructor public Commit: 780caf75e904d55389e596c7241e1f93df1faef2 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/780caf75e904d55389e596c7241e1f93df1faef2 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-06 (Sat, 06 Feb 2016) Changed paths: M src/wrappers.hpp Log Message: ----------- create primary expression for zero tensor Commit: c1279cf92253c2dcd1c6dfd36ce3367cfb183d11 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/c1279cf92253c2dcd1c6dfd36ce3367cfb183d11 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-06 (Sat, 06 Feb 2016) Changed paths: M meta/Parameters.m Log Message: ----------- ensure output parameter multiplets are found Commit: 1162fcf43a790e383acbb70026a46d73c0d3b6f3 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/1162fcf43a790e383acbb70026a46d73c0d3b6f3 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-06 (Sat, 06 Feb 2016) Changed paths: M meta/TreeMasses.m Log Message: ----------- filter out duplicate mass matrices with singlet fields Commit: 1d91799ee34cf0a69bb236d9b8a6d018076fa42a https://github.com/FlexibleSUSY/FlexibleSUSY/commit/1d91799ee34cf0a69bb236d9b8a6d018076fa42a Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-06 (Sat, 06 Feb 2016) Changed paths: M meta/TreeMasses.m Log Message: ----------- use non-mapped mass eigenvalue for tachyon check Commit: 44ea88697ee27bda0fc1eae946e36761195afeda https://github.com/FlexibleSUSY/FlexibleSUSY/commit/44ea88697ee27bda0fc1eae946e36761195afeda Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-06 (Sat, 06 Feb 2016) Changed paths: M meta/TreeMasses.m Log Message: ----------- keep the singlet from UnrotatedParticles.m, delete the matrix one In this way we automatically keep the pole mass calculation etc. Commit: 919347d542f5dfa970102391322ea15223f0546d https://github.com/FlexibleSUSY/FlexibleSUSY/commit/919347d542f5dfa970102391322ea15223f0546d Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-07 (Sun, 07 Feb 2016) Changed paths: M meta/TreeMasses.m M src/wrappers.hpp M test/test_wrappers.cpp Log Message: ----------- Bugfix: correcting phase calculation of Dirac fermion singlets Before this commit, the phase of Dirac fermion singlets was set to e^(i Pi/2) if their mass < 0. In SARAH, however, only one Weyl spinor component of the Dirac field receives a phase. In this case the correct phase is e^(i Pi) if the mass of the Dirac field < 0. Commit: d083793b5cddff8e611ad9e4a229d75329be8c02 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/d083793b5cddff8e611ad9e4a229d75329be8c02 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-07 (Sun, 07 Feb 2016) Changed paths: M ChangeLog Log Message: ----------- update ChangeLog Commit: 36f8386e229cf1a5f5552e21d109d4b24fc61d99 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/36f8386e229cf1a5f5552e21d109d4b24fc61d99 Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-02-07 (Sun, 07 Feb 2016) Changed paths: M .gitattributes M BUGS M ChangeLog M doc/model_file.dox M meta/CConversion.m M meta/Parameters.m M meta/TreeMasses.m A model_files/TensorCoupling/FlexibleSUSY.m.in A model_files/TensorCoupling/LesHouches.in.TensorCoupling A sarah/TensorCoupling/TensorCoupling.m A sarah/TensorCoupling/parameters.m A sarah/TensorCoupling/particles.m A src/eigen_tensor.hpp M src/module.mk M src/wrappers.hpp M test/test_wrappers.cpp Log Message: ----------- Merge branch 'development' into feature-loop-vertices Commit: 1f7c8024b549c9f50b3c827a0bccec054551af87 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/1f7c8024b549c9f50b3c827a0bccec054551af87 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-07 (Sun, 07 Feb 2016) Changed paths: M src/weinberg_angle.cpp Log Message: ----------- catch case when mh is zero in the Weinberg angle calculation Commit: a3544fb0ed4291bdc16689efe262ea1fb3064ee7 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/a3544fb0ed4291bdc16689efe262ea1fb3064ee7 Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-02-08 (Mon, 08 Feb 2016) Changed paths: M src/weinberg_angle.cpp Log Message: ----------- Merge branch 'development' into feature-loop-vertices Commit: d71f1274248edcb19a9988c728878d692c045634 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/d71f1274248edcb19a9988c728878d692c045634 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-08 (Mon, 08 Feb 2016) Changed paths: M meta/TreeMasses.m Log Message: ----------- correct filtering of Null lists Commit: ec8c5d6e8f37dfa09a04a35367765850fe8513b8 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/ec8c5d6e8f37dfa09a04a35367765850fe8513b8 Author: Peter Athron <peter.athron at coepp.org.au> Date: 2016-02-09 (Tue, 09 Feb 2016) Changed paths: A model_files/DiracGauginos/FlexibleSUSY.m.in A model_files/DiracGauginos/LesHouches.in.Diracgauginos Log Message: ----------- adding DiracGauginos model. This was created for the diphoton project collaboration with SARAH, but in this case the model was already present in SARAH for a long time, so I think it's OK to add here. Commit: 10c9e08d7ff6ee7b8940bd3766631b359d82722d https://github.com/FlexibleSUSY/FlexibleSUSY/commit/10c9e08d7ff6ee7b8940bd3766631b359d82722d Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-02-09 (Tue, 09 Feb 2016) Changed paths: M meta/TreeMasses.m A model_files/DiracGauginos/FlexibleSUSY.m.in A model_files/DiracGauginos/LesHouches.in.Diracgauginos Log Message: ----------- Merge branch 'development' into feature-loop-vertices Commit: 42787dcc41df5ec15cf3b3f8757ba8ac74cd5475 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/42787dcc41df5ec15cf3b3f8757ba8ac74cd5475 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-09 (Tue, 09 Feb 2016) Changed paths: M src/numerics.cpp Log Message: ----------- better indentation to avoid confusion Commit: 060b492269b4d31c4918f437b24441d85c942211 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/060b492269b4d31c4918f437b24441d85c942211 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-09 (Tue, 09 Feb 2016) Changed paths: M src/numerics.cpp Log Message: ----------- adding cases where one or more masses are zero for C0 function according to the Denner notation: C0den[p1_, p2_, m0_, m1_, m2_, x_, y_, eps_] := -1/(x^2 p1^2 + y^2 p2^2 + x y 2 p1 p2 - x (p1^2 - m1^2 + m0^2) - y (p2^2 - m2^2 + m0^2) + m0^2 - I eps); C0[p1_, p2_, m0_, m1_, m2_] := Limit[Integrate[ C0den[p1, p2, m0, m1, m2, x, y, 0], {x, 0, 1}, {y, 0, 1 - x}], eps -> 0]; C0[0, 0, m1, m2, 0] C0[0, 0, m1, m1, 0] C0[0, 0, m1, 0, m3] C0[0, 0, m1, 0, m1] C0[0, 0, 0, m2, m3] C0[0, 0, 0, m2, m2] C0[0, 0, m1, 0, 0] C0[0, 0, 0, m2, 0] C0[0, 0, 0, 0, m3] Commit: a6f7741e55e43af0f1c21785404e3f25a0787362 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/a6f7741e55e43af0f1c21785404e3f25a0787362 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-09 (Tue, 09 Feb 2016) Changed paths: M src/numerics.cpp Log Message: ----------- correcting wrong case Commit: 306385b54bfb742a1197b3cb242dd74f114f61bf https://github.com/FlexibleSUSY/FlexibleSUSY/commit/306385b54bfb742a1197b3cb242dd74f114f61bf Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-09 (Tue, 09 Feb 2016) Changed paths: M src/numerics.cpp Log Message: ----------- implement massless limit in D0 Commit: 2e99ed1e440c9d5c940e63564e3a31e6bf652117 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/2e99ed1e440c9d5c940e63564e3a31e6bf652117 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-09 (Tue, 09 Feb 2016) Changed paths: M templates/two_scale_low_scale_constraint.cpp.in Log Message: ----------- catch nans from the Weinberg angle calculation Commit: 579cbdf3319377adf0cae86262b49230c2005644 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/579cbdf3319377adf0cae86262b49230c2005644 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-09 (Tue, 09 Feb 2016) Changed paths: M ChangeLog Log Message: ----------- update ChangeLog Commit: ba88c30423cc5ced45429d0970a669a4804e6229 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/ba88c30423cc5ced45429d0970a669a4804e6229 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-09 (Tue, 09 Feb 2016) Changed paths: A model_files/DiracGauginos/LesHouches.in.DiracGauginos R model_files/DiracGauginos/LesHouches.in.Diracgauginos M test/test_run_all_spectrum_generators.sh Log Message: ----------- rename DiracGauginos model files and add it to the set of tests Commit: 198b8c1a8410fa823151024021774d4379a77bf3 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/198b8c1a8410fa823151024021774d4379a77bf3 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-09 (Tue, 09 Feb 2016) Changed paths: M src/weinberg_angle.cpp Log Message: ----------- adding finite check for deltaR Commit: 214595a150cd82d4cb93f91b6984bbe912a3bd1a https://github.com/FlexibleSUSY/FlexibleSUSY/commit/214595a150cd82d4cb93f91b6984bbe912a3bd1a Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-09 (Tue, 09 Feb 2016) Changed paths: M templates/two_scale_initial_guesser_low_scale_model.cpp.in Log Message: ----------- ensure tree-level EWSB in initial guesser of low-energy models Commit: 2211abb85a4c51c5476c58b967315f5a3c06ca0e https://github.com/FlexibleSUSY/FlexibleSUSY/commit/2211abb85a4c51c5476c58b967315f5a3c06ca0e Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-09 (Tue, 09 Feb 2016) Changed paths: M src/weinberg_angle.cpp Log Message: ----------- print warnings only in verbose mode in order to not spoil the SG output Commit: 633cb25c2ce500a13df83b06a605b0f6a57b016f https://github.com/FlexibleSUSY/FlexibleSUSY/commit/633cb25c2ce500a13df83b06a605b0f6a57b016f Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-02-10 (Wed, 10 Feb 2016) Changed paths: M ChangeLog A model_files/DiracGauginos/LesHouches.in.DiracGauginos R model_files/DiracGauginos/LesHouches.in.Diracgauginos M src/numerics.cpp M src/weinberg_angle.cpp M templates/two_scale_initial_guesser_low_scale_model.cpp.in M templates/two_scale_low_scale_constraint.cpp.in M test/test_run_all_spectrum_generators.sh Log Message: ----------- Merge branch 'development' into feature-loop-vertices Commit: 3f5d79be1a1d8a4647382ec17d2306626fce7378 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/3f5d79be1a1d8a4647382ec17d2306626fce7378 Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-02-10 (Wed, 10 Feb 2016) Changed paths: M meta/EffectiveCouplings.m Log Message: ----------- Use SM VEV in coupling ratios for non-SUSY models Commit: 99adb7aa83417e6ca3af4a34661abeef0197f730 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/99adb7aa83417e6ca3af4a34661abeef0197f730 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-10 (Wed, 10 Feb 2016) Changed paths: M meta/TreeMasses.m Log Message: ----------- Bugfix: transpose vector boson mixing matrix For vector bosons SARAH uses the convention L = V^T M V = W^T D W with D being the diagonal matrix of mass eigenvalues and D = Z^T M Z W = Z^T V Commit: 438251e30052044685c80daf7a357b01d0f46a22 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/438251e30052044685c80daf7a357b01d0f46a22 Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-02-10 (Wed, 10 Feb 2016) Changed paths: M meta/TreeMasses.m Log Message: ----------- Merge branch 'development' into feature-loop-vertices Commit: 62224957dac2a6a72715206de1f7719f5dd2ccb7 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/62224957dac2a6a72715206de1f7719f5dd2ccb7 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-10 (Wed, 10 Feb 2016) Changed paths: M model_files/THDMIIMSSMBC/FlexibleSUSY.m.in Log Message: ----------- correcting intial guess for M122 in THDM-II Commit: d2877ac43af5945b948ed5dfde7a8c896f273203 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/d2877ac43af5945b948ed5dfde7a8c896f273203 Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-02-11 (Thu, 11 Feb 2016) Changed paths: M meta/EffectiveCouplings.m Log Message: ----------- Expand derived parameters in couplings Commit: 5f046d9a0be47eb7b5bde32919f0e6c7869fa9fd https://github.com/FlexibleSUSY/FlexibleSUSY/commit/5f046d9a0be47eb7b5bde32919f0e6c7869fa9fd Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-02-11 (Thu, 11 Feb 2016) Changed paths: M meta/EffectiveCouplings.m Log Message: ----------- Convert functions to symbols before doing replacements Commit: e5cf5758d27384cdab0a97a156f81a3518757bfb https://github.com/FlexibleSUSY/FlexibleSUSY/commit/e5cf5758d27384cdab0a97a156f81a3518757bfb Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-11 (Thu, 11 Feb 2016) Changed paths: M meta/TreeMasses.m Log Message: ----------- Bugfix: mass multiplet index starts with 0 in C/C++ This bug has appeared in the ScalarLeptoquarks model. Commit: 7cb890ce09648359d0a2dcbf417b82e9c258dda5 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/7cb890ce09648359d0a2dcbf417b82e9c258dda5 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-11 (Thu, 11 Feb 2016) Changed paths: M src/slha_io.hpp Log Message: ----------- adding set_block_imag() function to print imaginary part of matrix Commit: aeac515057d6f3ad4c96f05b4aaf92c7d2324f15 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/aeac515057d6f3ad4c96f05b4aaf92c7d2324f15 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-11 (Thu, 11 Feb 2016) Changed paths: M src/spectrum_generator_settings.cpp M src/spectrum_generator_settings.hpp Log Message: ----------- adding spectrum generator option to force positive majorana masses Commit: 08c7f504067407a247ad011c8d2b7ab7243c0f6e https://github.com/FlexibleSUSY/FlexibleSUSY/commit/08c7f504067407a247ad011c8d2b7ab7243c0f6e Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-11 (Thu, 11 Feb 2016) Changed paths: M meta/WriteOut.m M templates/run.cpp.in M templates/slha_io.cpp.in M templates/slha_io.hpp.in M templates/two_scale_model_slha.cpp.in M templates/two_scale_model_slha.hpp.in Log Message: ----------- Feature: allow forcing positive majorana fermion masses In this case, the imaginary parts of the corresponding majorana fermion mixing matrices are printed in addition. Commit: c75dee239ab6e574110a26a9fd4c18aeabd187b2 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/c75dee239ab6e574110a26a9fd4c18aeabd187b2 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-11 (Thu, 11 Feb 2016) Changed paths: M examples/customized-betas/LesHouches.in.MSSMcbs M examples/tower/LesHouches.in.tower M model_files/CMSSM/LesHouches.in.CMSSM M model_files/CMSSMCPV/LesHouches.in.CMSSMCPV M model_files/CMSSMNoFV/LesHouches.in.CMSSMNoFV M model_files/DiracGauginos/LesHouches.in.DiracGauginos M model_files/E6SSM/LesHouches.in.E6SSM M model_files/LHInputMSSM/LesHouches.in.LHInputMSSM M model_files/MRSSM/LesHouches.in.MRSSM M model_files/MSSM/LesHouches.in.MSSM M model_files/MSSMNoFV/LesHouches.in.MSSMNoFV M model_files/MSSMNoFVSLHA2/LesHouches.in.MSSMNoFVSLHA2 M model_files/MSSMNoFVatMGUT/LesHouches.in.MSSMNoFVatMGUT M model_files/MSSMatMGUT/LesHouches.in.MSSMatMGUT M model_files/NMSSM/LesHouches.in.NMSSM M model_files/NMSSMCPV/LesHouches.in.NMSSMCPV M model_files/NUHMSSM/LesHouches.in.NUHMSSM M model_files/NUTNMSSM/LesHouches.in.NUTNMSSM M model_files/NUTNMSSM/LesHouches.in.NUTNMSSM_1308.1333_BP1 M model_files/NUTNMSSM/LesHouches.in.NUTNMSSM_1308.1333_BP2 M model_files/NUTNMSSM/LesHouches.in.NUTNMSSM_1308.1333_BP3 M model_files/NUTNMSSM/LesHouches.in.NUTNMSSM_GTP1 M model_files/NUTNMSSM/LesHouches.in.NUTNMSSM_GTP2 M model_files/NUTSMSSM/LesHouches.in.NUTSMSSM M model_files/SM/LesHouches.in.SM M model_files/SMHighScale/LesHouches.in.SMHighScale M model_files/SMSSM/LesHouches.in.SMSSM M model_files/SSM/LesHouches.in.SSM M model_files/THDMII/LesHouches.in.THDMII M model_files/TensorCoupling/LesHouches.in.TensorCoupling M model_files/UMSSM/LesHouches.in.UMSSM M model_files/cCMSSM/LesHouches.in.cCMSSM M model_files/complexMSSM/LesHouches.in.complexMSSM M model_files/lowMSSM/LesHouches.in.lowMSSM M model_files/lowNMSSM/LesHouches.in.TP1 M model_files/lowNMSSM/LesHouches.in.TP2 M model_files/lowNMSSM/LesHouches.in.TP3 M model_files/lowNMSSM/LesHouches.in.TP4 M model_files/lowNMSSM/LesHouches.in.TP5 M model_files/lowNMSSM/LesHouches.in.TP6 M model_files/lowNMSSMTanBetaAtMZ/LesHouches.in.TP1 M model_files/lowNMSSMTanBetaAtMZ/LesHouches.in.TP2 M model_files/lowNMSSMTanBetaAtMZ/LesHouches.in.TP3 M model_files/lowNMSSMTanBetaAtMZ/LesHouches.in.TP4 M model_files/lowNMSSMTanBetaAtMZ/LesHouches.in.TP5 M model_files/lowNMSSMTanBetaAtMZ/LesHouches.in.TP6 M model_files/munuSSM/LesHouches.in.munuSSM M test/test_CMSSMCPV_wrong_higgs_state.in.spc M test/test_CMSSM_gluino.spc.in M test/test_CMSSM_slha_doubled_blocks.spc.in M test/test_E6SSM_nan.in.spc M test/test_SM_0L_RGEs.in.spc Log Message: ----------- adding default value of new "force positve majorana masses" option Commit: 26a6838637bd301ec64cf2d5a019d51868f377af https://github.com/FlexibleSUSY/FlexibleSUSY/commit/26a6838637bd301ec64cf2d5a019d51868f377af Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-11 (Thu, 11 Feb 2016) Changed paths: M ChangeLog Log Message: ----------- update ChangeLog Commit: 248e256f84a5c8148cb04c4df21d4ecc812f2e34 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/248e256f84a5c8148cb04c4df21d4ecc812f2e34 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-11 (Thu, 11 Feb 2016) Changed paths: M templates/two_scale_model_slha.cpp.in Log Message: ----------- remove default parameter setting from constructor implementation Commit: ae49bf2c81775e95d2ce85db7b80d91ac42af463 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/ae49bf2c81775e95d2ce85db7b80d91ac42af463 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-11 (Thu, 11 Feb 2016) Changed paths: M test/test_CMSSM_slha.cpp Log Message: ----------- adding test for positive majorana masses Commit: ca59beb38f68d59f61b3252fdb1cc858f78dce8b https://github.com/FlexibleSUSY/FlexibleSUSY/commit/ca59beb38f68d59f61b3252fdb1cc858f78dce8b Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-02-12 (Fri, 12 Feb 2016) Changed paths: M ChangeLog M examples/customized-betas/LesHouches.in.MSSMcbs M examples/tower/LesHouches.in.tower M meta/TreeMasses.m M meta/WriteOut.m M model_files/CMSSM/LesHouches.in.CMSSM M model_files/CMSSMCPV/LesHouches.in.CMSSMCPV M model_files/CMSSMNoFV/LesHouches.in.CMSSMNoFV M model_files/DiracGauginos/LesHouches.in.DiracGauginos M model_files/E6SSM/LesHouches.in.E6SSM M model_files/LHInputMSSM/LesHouches.in.LHInputMSSM M model_files/MRSSM/LesHouches.in.MRSSM M model_files/MSSM/LesHouches.in.MSSM M model_files/MSSMNoFV/LesHouches.in.MSSMNoFV M model_files/MSSMNoFVSLHA2/LesHouches.in.MSSMNoFVSLHA2 M model_files/MSSMNoFVatMGUT/LesHouches.in.MSSMNoFVatMGUT M model_files/MSSMatMGUT/LesHouches.in.MSSMatMGUT M model_files/NMSSM/LesHouches.in.NMSSM M model_files/NMSSMCPV/LesHouches.in.NMSSMCPV M model_files/NUHMSSM/LesHouches.in.NUHMSSM M model_files/NUTNMSSM/LesHouches.in.NUTNMSSM M model_files/NUTNMSSM/LesHouches.in.NUTNMSSM_1308.1333_BP1 M model_files/NUTNMSSM/LesHouches.in.NUTNMSSM_1308.1333_BP2 M model_files/NUTNMSSM/LesHouches.in.NUTNMSSM_1308.1333_BP3 M model_files/NUTNMSSM/LesHouches.in.NUTNMSSM_GTP1 M model_files/NUTNMSSM/LesHouches.in.NUTNMSSM_GTP2 M model_files/NUTSMSSM/LesHouches.in.NUTSMSSM M model_files/SM/LesHouches.in.SM M model_files/SMHighScale/LesHouches.in.SMHighScale M model_files/SMSSM/LesHouches.in.SMSSM M model_files/SSM/LesHouches.in.SSM M model_files/THDMII/LesHouches.in.THDMII M model_files/THDMIIMSSMBC/FlexibleSUSY.m.in M model_files/TensorCoupling/LesHouches.in.TensorCoupling M model_files/UMSSM/LesHouches.in.UMSSM M model_files/cCMSSM/LesHouches.in.cCMSSM M model_files/complexMSSM/LesHouches.in.complexMSSM M model_files/lowMSSM/LesHouches.in.lowMSSM M model_files/lowNMSSM/LesHouches.in.TP1 M model_files/lowNMSSM/LesHouches.in.TP2 M model_files/lowNMSSM/LesHouches.in.TP3 M model_files/lowNMSSM/LesHouches.in.TP4 M model_files/lowNMSSM/LesHouches.in.TP5 M model_files/lowNMSSM/LesHouches.in.TP6 M model_files/lowNMSSMTanBetaAtMZ/LesHouches.in.TP1 M model_files/lowNMSSMTanBetaAtMZ/LesHouches.in.TP2 M model_files/lowNMSSMTanBetaAtMZ/LesHouches.in.TP3 M model_files/lowNMSSMTanBetaAtMZ/LesHouches.in.TP4 M model_files/lowNMSSMTanBetaAtMZ/LesHouches.in.TP5 M model_files/lowNMSSMTanBetaAtMZ/LesHouches.in.TP6 M model_files/munuSSM/LesHouches.in.munuSSM M src/slha_io.hpp M src/spectrum_generator_settings.cpp M src/spectrum_generator_settings.hpp M templates/run.cpp.in M templates/slha_io.cpp.in M templates/slha_io.hpp.in M templates/two_scale_model_slha.cpp.in M templates/two_scale_model_slha.hpp.in M test/test_CMSSMCPV_wrong_higgs_state.in.spc M test/test_CMSSM_gluino.spc.in M test/test_CMSSM_slha.cpp M test/test_CMSSM_slha_doubled_blocks.spc.in M test/test_E6SSM_nan.in.spc M test/test_SM_0L_RGEs.in.spc Log Message: ----------- Merge branch 'development' into feature-loop-vertices Commit: 41f65e2c15570b14bcaac77f23f4ba9610990719 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/41f65e2c15570b14bcaac77f23f4ba9610990719 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-12 (Fri, 12 Feb 2016) Changed paths: M meta/TreeMasses.m Log Message: ----------- adding helper function to get SM goldstone bosons Commit: d62886ddecc74e9d33fdf4d91769af17158263e0 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/d62886ddecc74e9d33fdf4d91769af17158263e0 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-12 (Fri, 12 Feb 2016) Changed paths: M meta/SelfEnergies.m Log Message: ----------- Bugfix: remove only SM goldstone bosons to get heavy self-energies Commit: e17d96f9748af192bc01bcc673611a354107a731 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/e17d96f9748af192bc01bcc673611a354107a731 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-12 (Fri, 12 Feb 2016) Changed paths: M ChangeLog Log Message: ----------- update ChangeLog Commit: a23253790ac71ec565ccab2e9057871bb9f4038c https://github.com/FlexibleSUSY/FlexibleSUSY/commit/a23253790ac71ec565ccab2e9057871bb9f4038c Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-02-13 (Sat, 13 Feb 2016) Changed paths: M ChangeLog M meta/SelfEnergies.m M meta/TreeMasses.m Log Message: ----------- Merge branch 'development' into feature-loop-vertices Commit: 8245f5c1bb4971fed6873dd8d25cdd54e4f1343f https://github.com/FlexibleSUSY/FlexibleSUSY/commit/8245f5c1bb4971fed6873dd8d25cdd54e4f1343f Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-02-13 (Sat, 13 Feb 2016) Changed paths: M meta/EffectiveCouplings.m M templates/effective_couplings.cpp.in Log Message: ----------- Run to decaying particle scale in all models Commit: 472562e4157998046895faca5d6faeb977242c3d https://github.com/FlexibleSUSY/FlexibleSUSY/commit/472562e4157998046895faca5d6faeb977242c3d Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-02-13 (Sat, 13 Feb 2016) Changed paths: M src/physical_input.cpp M src/physical_input.hpp Log Message: ----------- Add SM Higgs mass to physical inputs Commit: af46dff92dcc8eaa9a14679520c2463b4cf7a9e9 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/af46dff92dcc8eaa9a14679520c2463b4cf7a9e9 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-13 (Sat, 13 Feb 2016) Changed paths: M meta/TreeMasses.m Log Message: ----------- remove debug output Commit: 60d68afabd08a9a89093718443eb895c50c0a190 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/60d68afabd08a9a89093718443eb895c50c0a190 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-13 (Sat, 13 Feb 2016) Changed paths: M ChangeLog M meta/WriteOut.m Log Message: ----------- Bugfix: ensure that left electron and neutrino mixing matrices have size compatible to PMNS matrix. Commit: ecb35a4f46da571d1df5d9973b0151109e25a79b https://github.com/FlexibleSUSY/FlexibleSUSY/commit/ecb35a4f46da571d1df5d9973b0151109e25a79b Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-13 (Sat, 13 Feb 2016) Changed paths: M ChangeLog Log Message: ----------- update ChangeLog Commit: 1494f573975a65333ed0e13d95bc2e10b88e660e https://github.com/FlexibleSUSY/FlexibleSUSY/commit/1494f573975a65333ed0e13d95bc2e10b88e660e Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-13 (Sat, 13 Feb 2016) Changed paths: A model_files/U1xMSSM3G/FlexibleSUSY.m.in Log Message: ----------- adding FlexibleSUSY model file for the U1xMSSM3G written by Peter Commit: 260622a24eb6afbe3b129e20a6ff96768f64801a https://github.com/FlexibleSUSY/FlexibleSUSY/commit/260622a24eb6afbe3b129e20a6ff96768f64801a Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-02-14 (Sun, 14 Feb 2016) Changed paths: M test/test_SM_effective_couplings.cpp Log Message: ----------- Update SM effective couplings test to include extra gauge coupling running Commit: 915e9427059e906a4e83ecf51308381876da58d7 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/915e9427059e906a4e83ecf51308381876da58d7 Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-02-14 (Sun, 14 Feb 2016) Changed paths: M meta/EffectiveCouplings.m M src/module.mk A src/standard_model.cpp A src/standard_model.hpp A src/standard_model_physical.cpp A src/standard_model_physical.hpp M templates/effective_couplings.cpp.in Log Message: ----------- Add initial version of SM class for doing running in effective couplings class Commit: a64177ebc2621e8d15650613087a1b4e2f29dd20 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/a64177ebc2621e8d15650613087a1b4e2f29dd20 Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-02-14 (Sun, 14 Feb 2016) Changed paths: M ChangeLog M meta/TreeMasses.m M meta/WriteOut.m A model_files/U1xMSSM3G/FlexibleSUSY.m.in Log Message: ----------- Merge branch 'development' into feature-loop-vertices Commit: 45bb680fba05521db0028dcfb9b4d48b3646d338 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/45bb680fba05521db0028dcfb9b4d48b3646d338 Author: Alexander Voigt <Expander at users.noreply.github.com> Date: 2016-02-13 (Sat, 13 Feb 2016) Changed paths: M meta/CConversion.m A meta/EffectiveCouplings.m M meta/FlexibleSUSY.m M meta/Observables.m M meta/Parameters.m M meta/SelfEnergies.m M meta/TreeMasses.m M meta/WriteOut.m M meta/module.mk A src/effective_couplings.cpp A src/effective_couplings.hpp M src/lowe.cpp M src/lowe.h M src/module.mk R src/observables.cpp R src/observables.hpp A src/physical_input.cpp A src/physical_input.hpp M src/slha_io.cpp M src/slha_io.hpp A src/standard_model.cpp A src/standard_model.hpp A src/standard_model_physical.cpp A src/standard_model_physical.hpp A templates/effective_couplings.cpp.in A templates/effective_couplings.hpp.in M templates/module.mk M templates/module.mk.in M templates/observables.cpp.in M templates/observables.hpp.in M templates/run.cpp.in M templates/run_cmd_line.cpp.in M templates/slha_io.cpp.in M templates/slha_io.hpp.in M templates/utilities.cpp.in M templates/utilities.hpp.in M test/module.mk M test/test_CMSSM_database.cpp A test/test_SM_effective_couplings.cpp A test/test_effective_couplings.cpp Log Message: ----------- Merge pull request #7 from FlexibleDecay/feature-loop-vertices Feature loop vertices for H -> gamma gamma and H -> gluon gluon written by Dylan Harries Commit: 527701ee8dc58e75553c8dd88cfffe64ea207a6c https://github.com/FlexibleSUSY/FlexibleSUSY/commit/527701ee8dc58e75553c8dd88cfffe64ea207a6c Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-13 (Sat, 13 Feb 2016) Changed paths: M test/test_CMSSM_database.cpp Log Message: ----------- fixing missing Observables class Commit: 729e91a6886746cb9c06aec3cf826f77960cb1e2 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/729e91a6886746cb9c06aec3cf826f77960cb1e2 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-14 (Sun, 14 Feb 2016) Changed paths: M test/test_CMSSM_database.cpp Log Message: ----------- remove access to undefined members Commit: 5243d6d26f97dc944141049968c72545bf566cf4 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/5243d6d26f97dc944141049968c72545bf566cf4 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-14 (Sun, 14 Feb 2016) Changed paths: M utils/scan-slha.sh Log Message: ----------- avoid gawk feature length(<array>) Commit: a9dcd6a1d1d2870410e0aa965c21fc99f7d48339 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/a9dcd6a1d1d2870410e0aa965c21fc99f7d48339 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-14 (Sun, 14 Feb 2016) Changed paths: M model_files/CMSSM/FlexibleSUSY.m.in M model_files/CMSSMNoFV/FlexibleSUSY.m.in M model_files/HSSUSY/FlexibleSUSY.m.in M model_files/NMSSM/FlexibleSUSY.m.in M model_files/SM/FlexibleSUSY.m.in M model_files/SMSSM/FlexibleSUSY.m.in M model_files/THDMII/FlexibleSUSY.m.in M test/test_CMSSM_database.cpp Log Message: ----------- adding EFFHIGGSCOUPLINGS for most common models Commit: 4f2548548c3d66caae51e773e9e597143973a156 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/4f2548548c3d66caae51e773e9e597143973a156 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-14 (Sun, 14 Feb 2016) Changed paths: M ChangeLog Log Message: ----------- update ChangeLog Commit: b56a06449b0d00dcec2bd75d953c3eafaf807ef8 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/b56a06449b0d00dcec2bd75d953c3eafaf807ef8 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-14 (Sun, 14 Feb 2016) Changed paths: M src/standard_model.cpp Log Message: ----------- using Higgs self-energy in calculate_Mhh_DRbar() Commit: b7775507d540735513cdf2c9d65877da3665353a https://github.com/FlexibleSUSY/FlexibleSUSY/commit/b7775507d540735513cdf2c9d65877da3665353a Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-02-15 (Mon, 15 Feb 2016) Changed paths: M meta/EffectiveCouplings.m Log Message: ----------- Catch case in which electric charge is not defined Commit: 3605a1d1e746d38be5b0168f96ab9e6a1f260b23 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/3605a1d1e746d38be5b0168f96ab9e6a1f260b23 Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-02-15 (Mon, 15 Feb 2016) Changed paths: M src/standard_model.cpp Log Message: ----------- Use correct normalisation for VEV in calculating lambda Commit: 473dad140e78c002085b57339225b96220f13cd4 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/473dad140e78c002085b57339225b96220f13cd4 Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-02-15 (Mon, 15 Feb 2016) Changed paths: M src/standard_model.cpp Log Message: ----------- Do not miss tadpole contributions in Higgs mass calculation Commit: 0f605b443cf4a0fd8a582f2ef558ee07d180eea9 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/0f605b443cf4a0fd8a582f2ef558ee07d180eea9 Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-02-15 (Mon, 15 Feb 2016) Changed paths: M meta/EffectiveCouplings.m Log Message: ----------- Extract charge from photon vertex if not defined Commit: f2b85192b2e03639afacec3ec9ce03c62e335957 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/f2b85192b2e03639afacec3ec9ce03c62e335957 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-15 (Mon, 15 Feb 2016) Changed paths: M src/standard_model.cpp Log Message: ----------- correcting VEV convention when calculating lambda in the SM Commit: 6cf9c8418c517c3c3ddf2af39a9bd2294a98a11b https://github.com/FlexibleSUSY/FlexibleSUSY/commit/6cf9c8418c517c3c3ddf2af39a9bd2294a98a11b Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-15 (Mon, 15 Feb 2016) Changed paths: M sarah/InertMSSM/particles.m Log Message: ----------- adding missing electric charge definition of new InertMSSM fields Commit: d66b725350d5b9f96ad29ff38dfee39334bc648b https://github.com/FlexibleSUSY/FlexibleSUSY/commit/d66b725350d5b9f96ad29ff38dfee39334bc648b Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-15 (Mon, 15 Feb 2016) Changed paths: M src/standard_model.cpp Log Message: ----------- correcting VEV convention in initial guess Commit: 3d0c2dad2b542b0a4b69530b0f4e2a73023c1833 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/3d0c2dad2b542b0a4b69530b0f4e2a73023c1833 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-15 (Mon, 15 Feb 2016) Changed paths: M src/standard_model.cpp Log Message: ----------- subtracting tadpole from Mh Commit: e6d4df03439d3ff5a849790b279a0d5318c75197 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/e6d4df03439d3ff5a849790b279a0d5318c75197 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-15 (Mon, 15 Feb 2016) Changed paths: M src/standard_model.cpp Log Message: ----------- increase RG running precision to 10^-4 in the SM which is the default Commit: 36cb71042882fd9aab4f3e5b8e1c758de09a0743 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/36cb71042882fd9aab4f3e5b8e1c758de09a0743 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-15 (Mon, 15 Feb 2016) Changed paths: M src/standard_model.cpp Log Message: ----------- running to target scale only if target scale is non-zero Commit: 1dff5844c1d63e85d03189605c533a1b8696ccbf https://github.com/FlexibleSUSY/FlexibleSUSY/commit/1dff5844c1d63e85d03189605c533a1b8696ccbf Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-15 (Mon, 15 Feb 2016) Changed paths: M meta/EffectiveCouplings.m Log Message: ----------- initialize loop order and thresholds to non-zero defaults Commit: aafae1d5302fba2bd66b6abc49f1b4d62009780d https://github.com/FlexibleSUSY/FlexibleSUSY/commit/aafae1d5302fba2bd66b6abc49f1b4d62009780d Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-15 (Mon, 15 Feb 2016) Changed paths: M meta/EffectiveCouplings.m Log Message: ----------- Merge remote-tracking branch 'FlexibleDecay/feature-loop-vertices' into development Conflicts: src/standard_model.cpp Commit: 75279ea9af0cb3c933dd13fd78d2872cb855d58b https://github.com/FlexibleSUSY/FlexibleSUSY/commit/75279ea9af0cb3c933dd13fd78d2872cb855d58b Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-02-15 (Mon, 15 Feb 2016) Changed paths: M meta/EffectiveCouplings.m M sarah/InertMSSM/particles.m M src/standard_model.cpp Log Message: ----------- Merge branch 'development' into feature-loop-vertices Conflicts: src/standard_model.cpp Commit: ade874540be2e6ec2f0b2a9a4ff5783620bb09c6 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/ade874540be2e6ec2f0b2a9a4ff5783620bb09c6 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-15 (Mon, 15 Feb 2016) Changed paths: M meta/EffectiveCouplings.m Log Message: ----------- use only 2-loop SM running by default because the 3-loop running seems to lead to non-perturbative running at low scales. Commit: 632bd6273f7e04f1f0fa11914218bbba5044f268 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/632bd6273f7e04f1f0fa11914218bbba5044f268 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-15 (Mon, 15 Feb 2016) Changed paths: M model_files/CMSSM/LesHouches.in.CMSSM M model_files/CMSSMNoFV/LesHouches.in.CMSSMNoFV M model_files/HSSUSY/LesHouches.in.HSSUSY M model_files/NMSSM/LesHouches.in.NMSSM M model_files/SM/LesHouches.in.SM M model_files/SMSSM/LesHouches.in.SMSSM M model_files/THDMII/LesHouches.in.THDMII Log Message: ----------- adding example FlexibleSUSYInput block to commonly used models Commit: eb7be20caec08858c3bcc0beee30521f9ec3542d https://github.com/FlexibleSUSY/FlexibleSUSY/commit/eb7be20caec08858c3bcc0beee30521f9ec3542d Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-15 (Mon, 15 Feb 2016) Changed paths: M doc/module.mk A doc/slha_input.dox Log Message: ----------- adding documentation for FlexibleSUSY-specific SLHA input blocks Commit: b4cbd02dc59c62853ee8b6f0bc8f934f68f611a6 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/b4cbd02dc59c62853ee8b6f0bc8f934f68f611a6 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-15 (Mon, 15 Feb 2016) Changed paths: A model_files/U1xMSSM3G/LesHouches.in.U1xMSSM3G Log Message: ----------- adding default U1xMSSM3G model file Commit: 1f8f2106ea4268f1061ccd210a128eb316ce0a7e https://github.com/FlexibleSUSY/FlexibleSUSY/commit/1f8f2106ea4268f1061ccd210a128eb316ce0a7e Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-15 (Mon, 15 Feb 2016) Changed paths: M src/standard_model.cpp M templates/two_scale_low_scale_constraint.cpp.in Log Message: ----------- unflag non-perturbativity flag of sin(theta_W) Commit: 293021ef027390eef1278245ac5833e70c2536f1 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/293021ef027390eef1278245ac5833e70c2536f1 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-15 (Mon, 15 Feb 2016) Changed paths: M .gitignore Log Message: ----------- ignore generated files and SLHA output files Commit: 500d77d496426ee3b25063a1a3d40d311b36cf7e https://github.com/FlexibleSUSY/FlexibleSUSY/commit/500d77d496426ee3b25063a1a3d40d311b36cf7e Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-15 (Mon, 15 Feb 2016) Changed paths: M model_files/U1xMSSM3G/FlexibleSUSY.m.in Log Message: ----------- avoid nans in initial gues and use GUT scale as in SPheno.m file Commit: f36db5c0f62d7d7c2c25dacd8a0abf1dca1d242f https://github.com/FlexibleSUSY/FlexibleSUSY/commit/f36db5c0f62d7d7c2c25dacd8a0abf1dca1d242f Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-15 (Mon, 15 Feb 2016) Changed paths: M src/standard_model.cpp Log Message: ----------- correcting copy-and-paste error Commit: a063f51f0b5825603663d0cdb3cf7c1bcb9a04c2 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/a063f51f0b5825603663d0cdb3cf7c1bcb9a04c2 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-15 (Mon, 15 Feb 2016) Changed paths: M model_files/U1xMSSM3G/FlexibleSUSY.m.in Log Message: ----------- set g1, gX1, g1X at the low scale, as Florian proposes Commit: d245435fc1e77089ef71940cbe92339ae13ef4d8 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/d245435fc1e77089ef71940cbe92339ae13ef4d8 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-15 (Mon, 15 Feb 2016) Changed paths: M meta/FlexibleSUSY.m M templates/two_scale_low_scale_constraint.cpp.in Log Message: ----------- adding LowEnergyGaugeCoupling[] symbol to refer to gauge couplings at low energies. Commit: a86b0d87534b942ff4421443dc507893672c4f02 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/a86b0d87534b942ff4421443dc507893672c4f02 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-15 (Mon, 15 Feb 2016) Changed paths: M templates/two_scale_high_scale_constraint.cpp.in M templates/two_scale_initial_guesser.cpp.in M templates/two_scale_initial_guesser_low_scale_model.cpp.in M templates/two_scale_low_scale_constraint.cpp.in M templates/two_scale_susy_scale_constraint.cpp.in Log Message: ----------- adding preprocessor macro for derived parameters like ThetaW etc. Commit: 937ee1abe22f22e0bb08d8a20762f2ccb90fb499 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/937ee1abe22f22e0bb08d8a20762f2ccb90fb499 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-15 (Mon, 15 Feb 2016) Changed paths: M doc/model_file.dox Log Message: ----------- adding documentation for additional output blocks Commit: a31af7519fffba7dcd46c03158399873e31e0c72 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/a31af7519fffba7dcd46c03158399873e31e0c72 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-15 (Mon, 15 Feb 2016) Changed paths: M model_files/U1xMSSM3G/FlexibleSUSY.m.in Log Message: ----------- set gauge couplings g1, g1X, gX1, gX in non-triangular basis This is in contrast to the SPheno model file, but should be equivalent. Commit: 2f46ea152d0533170d4f10b7b7769657b8ee7b2b https://github.com/FlexibleSUSY/FlexibleSUSY/commit/2f46ea152d0533170d4f10b7b7769657b8ee7b2b Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-15 (Mon, 15 Feb 2016) Changed paths: M model_files/U1xMSSM3G/FlexibleSUSY.m.in Log Message: ----------- use gY in triangular basis in expression for v Commit: 412d387c9ca549f48ac6259f5051928825b5e2ab https://github.com/FlexibleSUSY/FlexibleSUSY/commit/412d387c9ca549f48ac6259f5051928825b5e2ab Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-02-16 (Tue, 16 Feb 2016) Changed paths: M .gitignore M doc/model_file.dox M doc/module.mk A doc/slha_input.dox M meta/EffectiveCouplings.m M meta/FlexibleSUSY.m M model_files/CMSSM/LesHouches.in.CMSSM M model_files/CMSSMNoFV/LesHouches.in.CMSSMNoFV M model_files/HSSUSY/LesHouches.in.HSSUSY M model_files/NMSSM/LesHouches.in.NMSSM M model_files/SM/LesHouches.in.SM M model_files/SMSSM/LesHouches.in.SMSSM M model_files/THDMII/LesHouches.in.THDMII M model_files/U1xMSSM3G/FlexibleSUSY.m.in A model_files/U1xMSSM3G/LesHouches.in.U1xMSSM3G M src/standard_model.cpp M templates/two_scale_high_scale_constraint.cpp.in M templates/two_scale_initial_guesser.cpp.in M templates/two_scale_initial_guesser_low_scale_model.cpp.in M templates/two_scale_low_scale_constraint.cpp.in M templates/two_scale_susy_scale_constraint.cpp.in Log Message: ----------- Merge branch 'development' into feature-loop-vertices Commit: 4de5ec439d67883cc408dabd03a0d8b0e4011910 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/4de5ec439d67883cc408dabd03a0d8b0e4011910 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-16 (Tue, 16 Feb 2016) Changed paths: M doc/model_file.dox Log Message: ----------- adding more documentaion for the pole mass precision Commit: 722b8c02d4d6bb0b17bec782fe7a1f32a50bdafd https://github.com/FlexibleSUSY/FlexibleSUSY/commit/722b8c02d4d6bb0b17bec782fe7a1f32a50bdafd Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-16 (Tue, 16 Feb 2016) Changed paths: M ChangeLog M meta/Constraint.m M meta/FlexibleSUSY.m M meta/Parameters.m M templates/two_scale_high_scale_constraint.cpp.in M templates/two_scale_low_scale_constraint.cpp.in M templates/two_scale_susy_scale_constraint.cpp.in Log Message: ----------- Feature: allow temporary re-definition of model parameters which are restored at the end of the apply() function Commit: c4f01a4871769e4cad92de4bf9b74dae30bbda0a https://github.com/FlexibleSUSY/FlexibleSUSY/commit/c4f01a4871769e4cad92de4bf9b74dae30bbda0a Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-16 (Tue, 16 Feb 2016) Changed paths: M model_files/U1xMSSM3G/FlexibleSUSY.m.in Log Message: ----------- rotate to triangular basis in the constraints temporarily Commit: bfb760a93bdad0b800a7df8e4333c867047ba7dc https://github.com/FlexibleSUSY/FlexibleSUSY/commit/bfb760a93bdad0b800a7df8e4333c867047ba7dc Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-16 (Tue, 16 Feb 2016) Changed paths: M test/test_run_all_spectrum_generators.sh Log Message: ----------- running default U1xMSSM3G point Commit: a2cad9a0fb2fc6c20474e3120ad3092c122902bc https://github.com/FlexibleSUSY/FlexibleSUSY/commit/a2cad9a0fb2fc6c20474e3120ad3092c122902bc Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-16 (Tue, 16 Feb 2016) Changed paths: M model_files/U1xMSSM3G/LesHouches.in.U1xMSSM3G Log Message: ----------- calculate all mixed SM-like particles and disable 2L QCD top pole mass correction. Commit: bb598495599a7f579298133d6c2aceed0812f489 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/bb598495599a7f579298133d6c2aceed0812f489 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-16 (Tue, 16 Feb 2016) Changed paths: M doc/model_file.dox Log Message: ----------- adding documnetation for temporary parameter definition Commit: bc26a2e5624248d9817e454fa51aa216953fc0e8 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/bc26a2e5624248d9817e454fa51aa216953fc0e8 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-16 (Tue, 16 Feb 2016) Changed paths: M doc/model_file.dox Log Message: ----------- better example for temporary parameter definition Commit: 3e52f01848db6959ce4ecff79ceb86415d785091 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/3e52f01848db6959ce4ecff79ceb86415d785091 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-16 (Tue, 16 Feb 2016) Changed paths: M model_files/U1xMSSM3G/FlexibleSUSY.m.in Log Message: ----------- adding effective couplings to U1xMSSM3G model Commit: 8e25b5cbbdd61b908f613b9cf8a28efd75977834 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/8e25b5cbbdd61b908f613b9cf8a28efd75977834 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-16 (Tue, 16 Feb 2016) Changed paths: M doc/model_file.dox Log Message: ----------- adding scale specified for example Commit: bb8398bad7fddd250c33e5748b219eed4e87f7e4 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/bb8398bad7fddd250c33e5748b219eed4e87f7e4 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-16 (Tue, 16 Feb 2016) Changed paths: M doc/model_file.dox Log Message: ----------- specify default choice of the scale Commit: 1b0c9c0e493a7f032eec2a54b1a8eac52b177139 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/1b0c9c0e493a7f032eec2a54b1a8eac52b177139 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-16 (Tue, 16 Feb 2016) Changed paths: M model_files/CMSSM/FlexibleSUSY.m.in M model_files/CMSSMCKM/FlexibleSUSY.m.in M model_files/CMSSMCPV/FlexibleSUSY.m.in M model_files/DiracGauginos/FlexibleSUSY.m.in M model_files/HSSUSY/FlexibleSUSY.m.in M model_files/MSSM/FlexibleSUSY.m.in M model_files/MSSMNoFV/FlexibleSUSY.m.in M model_files/NMSSM/FlexibleSUSY.m.in M model_files/NMSSMCPV/FlexibleSUSY.m.in M model_files/NUTNMSSM/FlexibleSUSY.m.in M model_files/NUTSMSSM/FlexibleSUSY.m.in M model_files/SM/FlexibleSUSY.m.in M model_files/THDMII/FlexibleSUSY.m.in M model_files/U1xMSSM3G/FlexibleSUSY.m.in M model_files/cCMSSM/FlexibleSUSY.m.in M model_files/complexMSSM/FlexibleSUSY.m.in M model_files/lowMSSM/FlexibleSUSY.m.in M model_files/lowNMSSM/FlexibleSUSY.m.in Log Message: ----------- adding NoScale scale indication to block where no scale should be put Commit: a8e3b9087bfdc026a2fe65cafc0bee5e49cc938a https://github.com/FlexibleSUSY/FlexibleSUSY/commit/a8e3b9087bfdc026a2fe65cafc0bee5e49cc938a Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-16 (Tue, 16 Feb 2016) Changed paths: M src/slha_io.hpp Log Message: ----------- use 8 digits for PDG codes in effective couplings Commit: 71b311097c5e8aa434f69184b6217c82b214a24f https://github.com/FlexibleSUSY/FlexibleSUSY/commit/71b311097c5e8aa434f69184b6217c82b214a24f Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-16 (Tue, 16 Feb 2016) Changed paths: M doc/model_file.dox Log Message: ----------- extending main page documentation Commit: f4d424059b459e61d020fc06b37535ba1e44771b https://github.com/FlexibleSUSY/FlexibleSUSY/commit/f4d424059b459e61d020fc06b37535ba1e44771b Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-16 (Tue, 16 Feb 2016) Changed paths: M doc/mainpage.dox.in Log Message: ----------- extending main page documentation Commit: 12004352de38809b96d42d0601351d0d21b28617 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/12004352de38809b96d42d0601351d0d21b28617 Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-02-17 (Wed, 17 Feb 2016) Changed paths: M ChangeLog M doc/mainpage.dox.in M doc/model_file.dox M meta/Constraint.m M meta/FlexibleSUSY.m M meta/Parameters.m M model_files/CMSSM/FlexibleSUSY.m.in M model_files/CMSSMCKM/FlexibleSUSY.m.in M model_files/CMSSMCPV/FlexibleSUSY.m.in M model_files/DiracGauginos/FlexibleSUSY.m.in M model_files/HSSUSY/FlexibleSUSY.m.in M model_files/MSSM/FlexibleSUSY.m.in M model_files/MSSMNoFV/FlexibleSUSY.m.in M model_files/NMSSM/FlexibleSUSY.m.in M model_files/NMSSMCPV/FlexibleSUSY.m.in M model_files/NUTNMSSM/FlexibleSUSY.m.in M model_files/NUTSMSSM/FlexibleSUSY.m.in M model_files/SM/FlexibleSUSY.m.in M model_files/THDMII/FlexibleSUSY.m.in M model_files/U1xMSSM3G/FlexibleSUSY.m.in M model_files/U1xMSSM3G/LesHouches.in.U1xMSSM3G M model_files/cCMSSM/FlexibleSUSY.m.in M model_files/complexMSSM/FlexibleSUSY.m.in M model_files/lowMSSM/FlexibleSUSY.m.in M model_files/lowNMSSM/FlexibleSUSY.m.in M src/slha_io.hpp M templates/two_scale_high_scale_constraint.cpp.in M templates/two_scale_low_scale_constraint.cpp.in M templates/two_scale_susy_scale_constraint.cpp.in M test/test_run_all_spectrum_generators.sh Log Message: ----------- Merge branch 'development' into feature-loop-vertices Commit: d78e496a84e200f5c2118613b95bcb8a14805fc1 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/d78e496a84e200f5c2118613b95bcb8a14805fc1 Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-02-17 (Wed, 17 Feb 2016) Changed paths: M meta/EffectiveCouplings.m Log Message: ----------- Do not run model parameters in non-SUSY models Commit: 40b39641320258ed8e47a119887bc36c7ebed0f9 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/40b39641320258ed8e47a119887bc36c7ebed0f9 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-17 (Wed, 17 Feb 2016) Changed paths: M utils/load-FlexibleSUSY.m Log Message: ----------- use local Output/ and sarah/ directory by default Commit: a43be3e7a4f496efd1eeaa531058a649c2dd5e22 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/a43be3e7a4f496efd1eeaa531058a649c2dd5e22 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-17 (Wed, 17 Feb 2016) Changed paths: M meta/EffectiveCouplings.m Log Message: ----------- Merge remote-tracking branch 'FlexibleDecay/feature-loop-vertices' into development Commit: 54c1616458063635eb6ada02e50fd056a0f1f6ee https://github.com/FlexibleSUSY/FlexibleSUSY/commit/54c1616458063635eb6ada02e50fd056a0f1f6ee Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-17 (Wed, 17 Feb 2016) Changed paths: M model_files/U1xMSSM3G/LesHouches.in.U1xMSSM3G Log Message: ----------- enable RG improvement of eff. couplings Commit: 2e1986612c9643f184b79ae231041cc813c39387 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/2e1986612c9643f184b79ae231041cc813c39387 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-17 (Wed, 17 Feb 2016) Changed paths: M model_files/lowMSSM/FlexibleSUSY.m.in Log Message: ----------- adding eff. couplings to make lowMSSM test pass Commit: 1c238c1797368cb2655ff04357cf0ccd860460b5 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/1c238c1797368cb2655ff04357cf0ccd860460b5 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-17 (Wed, 17 Feb 2016) Changed paths: M src/two_scale_model.hpp M templates/mass_eigenstates.hpp.in M templates/two_scale_model.hpp.in Log Message: ----------- set ostream to cout by default in model's print() function Commit: d4edbfe01d027a08439574554313c6777ba8d292 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/d4edbfe01d027a08439574554313c6777ba8d292 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-17 (Wed, 17 Feb 2016) Changed paths: M README M doc/mainpage.dox.in M install-sarah Log Message: ----------- use latest SARAH version 4.7.0 Commit: 58e32228056a01545fa726020e09019982a1cca1 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/58e32228056a01545fa726020e09019982a1cca1 Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-02-18 (Thu, 18 Feb 2016) Changed paths: M test/test_SM_effective_couplings.cpp Log Message: ----------- Correct SM running in effective couplings unit test Commit: 6e76330813c998c6717a8294124da530bcca6184 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/6e76330813c998c6717a8294124da530bcca6184 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-18 (Thu, 18 Feb 2016) Changed paths: M test/test_SM_effective_couplings.cpp Log Message: ----------- Merge remote-tracking branch 'FlexibleDecay/feature-loop-vertices' into development Commit: 0c51c3c4d82f45b985fade6a0fc4cb27502b4f3f https://github.com/FlexibleSUSY/FlexibleSUSY/commit/0c51c3c4d82f45b985fade6a0fc4cb27502b4f3f Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-18 (Thu, 18 Feb 2016) Changed paths: M model_files/U1xMSSM3G/LesHouches.in.U1xMSSM3G Log Message: ----------- use same alpha_em as SPheno Commit: 3163505945ef08c5fda54b237234ee4a0ccdd636 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/3163505945ef08c5fda54b237234ee4a0ccdd636 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-18 (Thu, 18 Feb 2016) Changed paths: M src/standard_model.cpp M templates/observables.cpp.in M templates/two_scale_soft_parameters.cpp.in M templates/two_scale_susy_parameters.cpp.in Log Message: ----------- Bugfix: fix compilation with -O0 and -O1 optimization Commit: 641210375f46ad2b9c4f79cf6af377f89b65ef15 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/641210375f46ad2b9c4f79cf6af377f89b65ef15 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-18 (Thu, 18 Feb 2016) Changed paths: M meta/TreeMasses.m Log Message: ----------- correcting 3rd generation getter for models with > 3 generations Commit: e845bc31773357c57a7b33a03631efff39f1f8be https://github.com/FlexibleSUSY/FlexibleSUSY/commit/e845bc31773357c57a7b33a03631efff39f1f8be Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-18 (Thu, 18 Feb 2016) Changed paths: A model_files/BLSM/FlexibleSUSY.m.in M model_files/U1xMSSM3G/FlexibleSUSY.m.in M model_files/U1xMSSM3G/LesHouches.in.U1xMSSM3G Log Message: ----------- adding FS model file for the B-L-SM Commit: 63cf6d6e45c8e7f0d80f6e71d9752f0ccf32ebf7 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/63cf6d6e45c8e7f0d80f6e71d9752f0ccf32ebf7 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-18 (Thu, 18 Feb 2016) Changed paths: M model_files/BLSM/FlexibleSUSY.m.in Log Message: ----------- adding eff. couplings to BLSM Commit: 988e452bf55d58995d97fa77003798564921c279 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/988e452bf55d58995d97fa77003798564921c279 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-18 (Thu, 18 Feb 2016) Changed paths: M model_files/BLSM/FlexibleSUSY.m.in Log Message: ----------- removing commented input Commit: 3d430059a2941f6c936b055ff4f02010081a9a4d https://github.com/FlexibleSUSY/FlexibleSUSY/commit/3d430059a2941f6c936b055ff4f02010081a9a4d Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-18 (Thu, 18 Feb 2016) Changed paths: A model_files/BLSM/LesHouches.in.BLSM Log Message: ----------- adding BLSM SLHA input file Commit: e256dc47208bc81ec21c1c6e3443ae690387804f https://github.com/FlexibleSUSY/FlexibleSUSY/commit/e256dc47208bc81ec21c1c6e3443ae690387804f Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-18 (Thu, 18 Feb 2016) Changed paths: M test/test_run_all_spectrum_generators.sh Log Message: ----------- running BLSM in test suite Commit: 4748c1899f3857d4df7984911e48f93a45625ed3 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/4748c1899f3857d4df7984911e48f93a45625ed3 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-18 (Thu, 18 Feb 2016) Changed paths: M model_files/HGTHDMIIMSSMBC/FlexibleSUSY.m.in M model_files/HTHDMIIMSSMBC/FlexibleSUSY.m.in M model_files/THDMIIMSSMBC/FlexibleSUSY.m.in Log Message: ----------- Bugfix: Adding missing gauge coupling terms to lambda_{6,7} which were missing in Wagner/Lee [1508.00576], but which can be found in hep-ph/9307201 . Commit: 92a9c8d202a2a762723b9557192285ca809334c7 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/92a9c8d202a2a762723b9557192285ca809334c7 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-18 (Thu, 18 Feb 2016) Changed paths: M model_files/HGTHDMIIMSSMBC/FlexibleSUSY.m.in M model_files/HTHDMIIMSSMBC/FlexibleSUSY.m.in M model_files/THDMIIMSSMBC/FlexibleSUSY.m.in Log Message: ----------- adding reference for missing terms Commit: d1545974fd67c064f6fe7b30049d5199da729365 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/d1545974fd67c064f6fe7b30049d5199da729365 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-18 (Thu, 18 Feb 2016) Changed paths: M model_files/HGTHDMIIMSSMBC/FlexibleSUSY.m.in M model_files/HTHDMIIMSSMBC/FlexibleSUSY.m.in M model_files/THDMIIMSSMBC/FlexibleSUSY.m.in Log Message: ----------- fix typo Commit: a5bcce4bbb036a0c1c0f78b8af9f76044c6e3bd0 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/a5bcce4bbb036a0c1c0f78b8af9f76044c6e3bd0 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-18 (Thu, 18 Feb 2016) Changed paths: M model_files/HGTHDMIIMSSMBC/FlexibleSUSY.m.in M model_files/HTHDMIIMSSMBC/FlexibleSUSY.m.in M model_files/THDMIIMSSMBC/FlexibleSUSY.m.in Log Message: ----------- adding missing variable definitions Commit: d405f09b9993416752bbd7f3f85a2760196f8618 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/d405f09b9993416752bbd7f3f85a2760196f8618 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-19 (Fri, 19 Feb 2016) Changed paths: M model_files/HGTHDMIIMSSMBC/FlexibleSUSY.m.in M model_files/HTHDMIIMSSMBC/FlexibleSUSY.m.in M model_files/THDMIIMSSMBC/FlexibleSUSY.m.in Log Message: ----------- adding space for multiplication for readability Commit: 08a38c15e28f532546ba1c1963d07767a5578245 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/08a38c15e28f532546ba1c1963d07767a5578245 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-19 (Fri, 19 Feb 2016) Changed paths: M test/module.mk A test/test_THDM_threshold_corrections.m Log Message: ----------- adding unit test for THDM threshold corrections Commit: afcf609b7ce79162e73a08aabea20868f6aaf7be https://github.com/FlexibleSUSY/FlexibleSUSY/commit/afcf609b7ce79162e73a08aabea20868f6aaf7be Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-19 (Fri, 19 Feb 2016) Changed paths: M model_files/HGTHDMIIMSSMBC/FlexibleSUSY.m.in M model_files/HTHDMIIMSSMBC/FlexibleSUSY.m.in M model_files/THDMIIMSSMBC/FlexibleSUSY.m.in M test/test_THDM_threshold_corrections.m Log Message: ----------- Correcting field renormalizations for lambda_{6,7} from PhysRev.D.48.4280 In PhysRev.D.48.4280 and arxiv:1508.00576 the field renormalizations for lambda_{6,7} are zero and seem to be correct. In arxiv:hep-ph/9307201 Eq. (6.17), however, they are non-zero, which seems to be incorrect. In this commit I'm assuming that the results of PhysRev.D.48.4280 and arxiv:1508.00576 are correct. Commit: 61ffe14a21ed18d1b047363353ce2394ed1ac7ad https://github.com/FlexibleSUSY/FlexibleSUSY/commit/61ffe14a21ed18d1b047363353ce2394ed1ac7ad Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-02-19 (Fri, 19 Feb 2016) Changed paths: M meta/EffectiveCouplings.m Log Message: ----------- Include Dynkin factor in pseudoscalar coupling for consistency with SPheno Commit: 41e3b24118cddc926b958328f3b6a1f4d1bc705a https://github.com/FlexibleSUSY/FlexibleSUSY/commit/41e3b24118cddc926b958328f3b6a1f4d1bc705a Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-19 (Fri, 19 Feb 2016) Changed paths: M model_files/HGTHDMIIMSSMBC/FlexibleSUSY.m.in Log Message: ----------- do not define gY separately as With[] does not apply the local definitions multiple times Commit: aa4c7be0e9a4beec484022df7f395d9302d7b2c1 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/aa4c7be0e9a4beec484022df7f395d9302d7b2c1 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-22 (Mon, 22 Feb 2016) Changed paths: A model_files/THDMIIMSSMBC/full_1L_thresholds.m Log Message: ----------- first implementation of THDM threshold corrections arxiv:0901.2065 Commit: 1f1d0030955d5f5a6a91b6c799a2a6613669a15b https://github.com/FlexibleSUSY/FlexibleSUSY/commit/1f1d0030955d5f5a6a91b6c799a2a6613669a15b Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-22 (Mon, 22 Feb 2016) Changed paths: M model_files/THDMIIMSSMBC/full_1L_thresholds.m Log Message: ----------- better indentation Commit: d808582f837046acfa6831ed3e2dcb62f5abd81f https://github.com/FlexibleSUSY/FlexibleSUSY/commit/d808582f837046acfa6831ed3e2dcb62f5abd81f Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-22 (Mon, 22 Feb 2016) Changed paths: M model_files/THDMIIMSSMBC/full_1L_thresholds.m Log Message: ----------- no need to keep divergence Delta Commit: f45b5ef2302c684f3775e7e6e68852844eb0d1cc https://github.com/FlexibleSUSY/FlexibleSUSY/commit/f45b5ef2302c684f3775e7e6e68852844eb0d1cc Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-22 (Mon, 22 Feb 2016) Changed paths: M model_files/THDMIIMSSMBC/full_1L_thresholds.m Log Message: ----------- adding missing dg counter-term to Eq. (71) Commit: 43cd6c874279facdaf6c36bb35c8835ff0e4215e https://github.com/FlexibleSUSY/FlexibleSUSY/commit/43cd6c874279facdaf6c36bb35c8835ff0e4215e Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-23 (Tue, 23 Feb 2016) Changed paths: A meta/LoopFunctions.m Log Message: ----------- implementation of zero-momentum loop functions Commit: de52f0470db6378c0173ac33393da32c6f8e8ff4 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/de52f0470db6378c0173ac33393da32c6f8e8ff4 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-23 (Tue, 23 Feb 2016) Changed paths: M meta/LoopFunctions.m Log Message: ----------- implement general B0 function Commit: 4f7d3c57719a3ad8965ec7bf8d2f2f4686391079 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/4f7d3c57719a3ad8965ec7bf8d2f2f4686391079 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-23 (Tue, 23 Feb 2016) Changed paths: M test/module.mk A test/test_LoopFunctions.m Log Message: ----------- adding test for loop functions Commit: 8e95eec29f8a698704dc4b6c83c476fbf2daf8e4 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/8e95eec29f8a698704dc4b6c83c476fbf2daf8e4 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-23 (Tue, 23 Feb 2016) Changed paths: M model_files/THDMIIMSSMBC/full_1L_thresholds.m Log Message: ----------- put coefficients into list in order to allow for delayed evaluation (debugging). Commit: 27829698b36ed63dcf5978d9bee67be8dabb66de https://github.com/FlexibleSUSY/FlexibleSUSY/commit/27829698b36ed63dcf5978d9bee67be8dabb66de Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-23 (Tue, 23 Feb 2016) Changed paths: M model_files/THDMIIMSSMBC/full_1L_thresholds.m Log Message: ----------- correcting lambda_7 contribution from sfermions Commit: 60bda2b57a0f536f7de96907f9b31bb7812a8ee8 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/60bda2b57a0f536f7de96907f9b31bb7812a8ee8 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-23 (Tue, 23 Feb 2016) Changed paths: M ChangeLog Log Message: ----------- update ChangeLog Commit: a6292befbcfee5e6236aeb88b3f1b65706885047 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/a6292befbcfee5e6236aeb88b3f1b65706885047 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-23 (Tue, 23 Feb 2016) Changed paths: M model_files/THDMIIMSSMBC/full_1L_thresholds.m Log Message: ----------- rename scale Mu0 -> Q to avoid confusion with Mu parameter Commit: 52a4e1e58edf57012b5b481a7f94c4262618e198 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/52a4e1e58edf57012b5b481a7f94c4262618e198 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-23 (Tue, 23 Feb 2016) Changed paths: M model_files/THDMIIMSSMBC/full_1L_thresholds.m Log Message: ----------- rename derivative of B0 function DB0 Commit: cb2fe0f9d11c587290ba24f4122068be4f9af30c https://github.com/FlexibleSUSY/FlexibleSUSY/commit/cb2fe0f9d11c587290ba24f4122068be4f9af30c Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-23 (Tue, 23 Feb 2016) Changed paths: M meta/LoopFunctions.m Log Message: ----------- adding implementation of B11[p,m1,m2,mu] Commit: 671f782d96c14034e72e167b6ee5b972ec63c743 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/671f782d96c14034e72e167b6ee5b972ec63c743 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-24 (Wed, 24 Feb 2016) Changed paths: M model_files/THDMIIMSSMBC/full_1L_thresholds.m Log Message: ----------- correcting coefficient b16[3] from Table 9, arxiv:0901.2065 Commit: 517b3be43e6e0f4b53c982fd5fb8efb4a873cf7b https://github.com/FlexibleSUSY/FlexibleSUSY/commit/517b3be43e6e0f4b53c982fd5fb8efb4a873cf7b Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-24 (Wed, 24 Feb 2016) Changed paths: M test/module.mk A test/test_THDM_threshold_corrections_scale_invariance.m Log Message: ----------- unit test for scale invariance of THDM threshold corrections (only 3rd generation Yukawa terms). Commit: b9ef543d453172b5bfa4f164de62226090c5d710 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/b9ef543d453172b5bfa4f164de62226090c5d710 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-24 (Wed, 24 Feb 2016) Changed paths: M model_files/THDMIIMSSMBC/full_1L_thresholds.m Log Message: ----------- correcting coefficients b1[i] from Table 8 Commit: f0bf8f38732956652c5cffa9d4cd2ed77afc4db7 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/f0bf8f38732956652c5cffa9d4cd2ed77afc4db7 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-24 (Wed, 24 Feb 2016) Changed paths: M model_files/THDMIIMSSMBC/full_1L_thresholds.m Log Message: ----------- adding brackets to avoid confusion Commit: 68f3dd7dae478503ab4d08e1e42c2eb1041d21cd https://github.com/FlexibleSUSY/FlexibleSUSY/commit/68f3dd7dae478503ab4d08e1e42c2eb1041d21cd Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-24 (Wed, 24 Feb 2016) Changed paths: M model_files/THDMIIMSSMBC/full_1L_thresholds.m Log Message: ----------- avoid double rule Commit: 3e08538b06e68303e3035098b74e74f8fc920404 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/3e08538b06e68303e3035098b74e74f8fc920404 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-24 (Wed, 24 Feb 2016) Changed paths: M model_files/THDMIIMSSMBC/full_1L_thresholds.m Log Message: ----------- adding replacement rule for D4tilde w/o scale Commit: e5a7c6bfd3c85aff9126a44ab43a82d4b0b68f8b https://github.com/FlexibleSUSY/FlexibleSUSY/commit/e5a7c6bfd3c85aff9126a44ab43a82d4b0b68f8b Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-24 (Wed, 24 Feb 2016) Changed paths: M model_files/THDMIIMSSMBC/full_1L_thresholds.m Log Message: ----------- rename lamIno function, Eq. (121) Commit: fe2151c1de74e4b7d34b29049e8aae007e4f843f https://github.com/FlexibleSUSY/FlexibleSUSY/commit/fe2151c1de74e4b7d34b29049e8aae007e4f843f Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-24 (Wed, 24 Feb 2016) Changed paths: M model_files/THDMIIMSSMBC/full_1L_thresholds.m Log Message: ----------- introduce flag list instead of hard-coded settings Commit: b97217178e0a5596954cb7c9e53d534dfee82960 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/b97217178e0a5596954cb7c9e53d534dfee82960 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-24 (Wed, 24 Feb 2016) Changed paths: M model_files/THDMIIMSSMBC/full_1L_thresholds.m Log Message: ----------- set flags to default values such that all tests are passed Commit: 67381e8aad788633d66b2925d1a01ec7572c47fc https://github.com/FlexibleSUSY/FlexibleSUSY/commit/67381e8aad788633d66b2925d1a01ec7572c47fc Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-24 (Wed, 24 Feb 2016) Changed paths: M test/test_THDM_threshold_corrections_scale_invariance.m Log Message: ----------- adding test for diagonal Yukawa elements Commit: d260cf15212bb34d90b9ea6d4a0e35959449767c https://github.com/FlexibleSUSY/FlexibleSUSY/commit/d260cf15212bb34d90b9ea6d4a0e35959449767c Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-24 (Wed, 24 Feb 2016) Changed paths: M meta/TreeMasses.m Log Message: ----------- allow list of indices in IsGoldstone[] function Commit: f128df013ca40f9911704a42adabc55d6bd9eee6 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/f128df013ca40f9911704a42adabc55d6bd9eee6 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-24 (Wed, 24 Feb 2016) Changed paths: M meta/TreeMasses.m Log Message: ----------- adding helper function returning all particle indices Commit: 44403febb1cc234be9b4f18240724a5eaedd6e32 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/44403febb1cc234be9b4f18240724a5eaedd6e32 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-24 (Wed, 24 Feb 2016) Changed paths: M model_files/THDMIIMSSMBC/full_1L_thresholds.m M test/test_THDM_threshold_corrections_scale_invariance.m Log Message: ----------- test off-diagonal Yukawa couplings Important note: arxiv:0901.2065 defines the Yukawa couplings to be transposed compared to SARAH's THDM model file. Commit: 4441efb3edf2333830158026ef19fe225be2e48c https://github.com/FlexibleSUSY/FlexibleSUSY/commit/4441efb3edf2333830158026ef19fe225be2e48c Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-24 (Wed, 24 Feb 2016) Changed paths: M model_files/THDMIIMSSMBC/full_1L_thresholds.m Log Message: ----------- documentation for flags Commit: 002681cd2adcd91ace4d0aa4bca17e150af070f7 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/002681cd2adcd91ace4d0aa4bca17e150af070f7 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-24 (Wed, 24 Feb 2016) Changed paths: M test/module.mk A test/test_THDM_threshold_corrections_gauge.m Log Message: ----------- adding unit test to compare arxiv:0901.2065 with arxiv:hep-ph/9307201 and arxiv:1508.00576 Commit: dcbfd8eaacc280d7f7cc1b7e5ba26051f03388a3 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/dcbfd8eaacc280d7f7cc1b7e5ba26051f03388a3 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-24 (Wed, 24 Feb 2016) Changed paths: A meta/THDM/Thresholds_1L_full.m R model_files/THDMIIMSSMBC/full_1L_thresholds.m M test/test_THDM_threshold_corrections_gauge.m M test/test_THDM_threshold_corrections_scale_invariance.m Log Message: ----------- move 1L THDM threshold corrections to meta/ directory Commit: e903cb7a3fd9ffac6ba42c85ede0fd75cbf0bdb2 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/e903cb7a3fd9ffac6ba42c85ede0fd75cbf0bdb2 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-24 (Wed, 24 Feb 2016) Changed paths: M meta/THDM/Thresholds_1L_full.m Log Message: ----------- reduce occurrence of flagdg Commit: 447fcfc04d9b8c2fadcc72ae4869afaba2b4e8de https://github.com/FlexibleSUSY/FlexibleSUSY/commit/447fcfc04d9b8c2fadcc72ae4869afaba2b4e8de Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-25 (Thu, 25 Feb 2016) Changed paths: M config/Makefile.in M config/module.mk M examples/module.mk M fflite/module.mk M legacy/module.mk M meta/module.mk M slhaea/module.mk M src/module.mk M templates/module.addon.mk.in M templates/module.mk M templates/module.mk.in M test/module.mk Log Message: ----------- adding clean-obj target to delete all objects Commit: 07efd83d97b1e90768469723c5e1cee2aeb1c170 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/07efd83d97b1e90768469723c5e1cee2aeb1c170 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-25 (Thu, 25 Feb 2016) Changed paths: M test/module.mk Log Message: ----------- reorder makefile targets for readability Commit: 03018f935ef012f951b4d544360bf1ab65be1d53 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/03018f935ef012f951b4d544360bf1ab65be1d53 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-25 (Thu, 25 Feb 2016) Changed paths: M README Log Message: ----------- adding documentation for clean make targets Commit: dcdae4dbc59b643a39e966bf540287df88f2f701 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/dcdae4dbc59b643a39e966bf540287df88f2f701 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-25 (Thu, 25 Feb 2016) Changed paths: M templates/module.addon.mk.in Log Message: ----------- adding dummy clean-<addon>-src and addon-specific install-src targets Commit: 564a464573c9d172bbab27d96692feb686d84162 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/564a464573c9d172bbab27d96692feb686d84162 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-25 (Thu, 25 Feb 2016) Changed paths: M meta/THDM/Thresholds_1L_full.m Log Message: ----------- avoid global variable for abbreviation of gauge couplings Commit: db01333e44b7893c047155b3509cf32ec138821d https://github.com/FlexibleSUSY/FlexibleSUSY/commit/db01333e44b7893c047155b3509cf32ec138821d Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-25 (Thu, 25 Feb 2016) Changed paths: M meta/THDM/Thresholds_1L_full.m M test/test_THDM_threshold_corrections_gauge.m M test/test_THDM_threshold_corrections_scale_invariance.m Log Message: ----------- pack THDM threshold corrections into a Wolfram module Commit: 1137ae58c1f46015c1a1cdb7593276000eb8fd9a https://github.com/FlexibleSUSY/FlexibleSUSY/commit/1137ae58c1f46015c1a1cdb7593276000eb8fd9a Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-25 (Thu, 25 Feb 2016) Changed paths: M test/test_THDM_threshold_corrections_gauge.m Log Message: ----------- testing tree-level expressions for lambda couplings Commit: d6aae6ca19efb6144013d022d835b0302b6560f1 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/d6aae6ca19efb6144013d022d835b0302b6560f1 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-25 (Thu, 25 Feb 2016) Changed paths: M meta/THDM/Thresholds_1L_full.m Log Message: ----------- set number of colors to 3 Commit: e0a44941afaeadc2850f118ea9dee542d276d942 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/e0a44941afaeadc2850f118ea9dee542d276d942 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-25 (Thu, 25 Feb 2016) Changed paths: M meta/THDM/Thresholds_1L_full.m Log Message: ----------- correcting scale dependencen in delta g2 Commit: acadb0bfb085bbf32a52360880c40d38c5884c21 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/acadb0bfb085bbf32a52360880c40d38c5884c21 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-25 (Thu, 25 Feb 2016) Changed paths: M meta/THDM/Thresholds_1L_full.m M test/test_THDM_threshold_corrections_scale_invariance.m Log Message: ----------- THDM thresholds are expressed in terms of THDM gauge couplings Commit: 6c62624b73898f312c765672995911f67013e804 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/6c62624b73898f312c765672995911f67013e804 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-25 (Thu, 25 Feb 2016) Changed paths: M test/test_THDM_threshold_corrections_scale_invariance.m Log Message: ----------- rename variables for better readability Commit: 29738828bef3c5d519ce9290b020aeff72817ba0 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/29738828bef3c5d519ce9290b020aeff72817ba0 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-25 (Thu, 25 Feb 2016) Changed paths: M meta/THDM/Thresholds_1L_full.m Log Message: ----------- correcting loop factor in front of delta g2 term Commit: 647fc9e78a924e4c98593b6b623da3ea78793ccb https://github.com/FlexibleSUSY/FlexibleSUSY/commit/647fc9e78a924e4c98593b6b623da3ea78793ccb Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-25 (Thu, 25 Feb 2016) Changed paths: M test/test_THDM_threshold_corrections_gauge.m Log Message: ----------- reorder unit tests Commit: c02a3e6b65e446360afdcb32e9ee23b171c04a95 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/c02a3e6b65e446360afdcb32e9ee23b171c04a95 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-25 (Thu, 25 Feb 2016) Changed paths: M meta/THDM/Thresholds_1L_full.m Log Message: ----------- replace loop order at beginning for speed up if loopOrder == 0 Commit: bc967a14e6ad9b4dc046bcb92f52fa4a0b1116ae https://github.com/FlexibleSUSY/FlexibleSUSY/commit/bc967a14e6ad9b4dc046bcb92f52fa4a0b1116ae Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-25 (Thu, 25 Feb 2016) Changed paths: M model_files/BLSM/LesHouches.in.BLSM Log Message: ----------- adding SMINPUTS block for reference Commit: bf2f7c213ca658affa51253767d2ae08e1eb0bf9 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/bf2f7c213ca658affa51253767d2ae08e1eb0bf9 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-25 (Thu, 25 Feb 2016) Changed paths: M meta/TreeMasses.m Log Message: ----------- no rule on r.h.s. of GetParticleIndices[] Commit: 53c447fbab1709de8553b0694f31ce62ff6809c0 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/53c447fbab1709de8553b0694f31ce62ff6809c0 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-25 (Thu, 25 Feb 2016) Changed paths: M .gitattributes A sarah/B-L-SM/B-L-SM.m A sarah/B-L-SM/parameters.m A sarah/B-L-SM/particles.m Log Message: ----------- adding custom B-L-SM SARAH model w/o ThetaW[p] definition Commit: 03b939e4d81be69c7b58e968a54864249f72b7f0 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/03b939e4d81be69c7b58e968a54864249f72b7f0 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-25 (Thu, 25 Feb 2016) Changed paths: M test/module.mk A test/test_BLSM_ZZp_mixing.in.spc A test/test_BLSM_ZZp_mixing.sh Log Message: ----------- adding Z-Z' mixing test in the BLSM Note: The test currently fails, because the parameter point has been chosen such that MZp < MZ. For this point, a reordering of the Photon-Z-Z' multiplet and the ZZ mixing matrix is performed. The functions get_mass_matrix_VZ() get_mass_matrix_VZp() however do currently not take this reordering into account. Instead, they assume that the masses are ordered as {MVP, MVZ, MVZp}. This leads to a strange situation where the calculated Z' pole mass actually corresponds to the Z pole mass. Commit: 19af428ce806f15f048887fec812116d3c08e0fb https://github.com/FlexibleSUSY/FlexibleSUSY/commit/19af428ce806f15f048887fec812116d3c08e0fb Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-25 (Thu, 25 Feb 2016) Changed paths: M .gitattributes A doc/images/FS-models.xcf A doc/images/FS.xcf Log Message: ----------- adding FlexibleSUSY logo pictures The 3D printer image has been created by Jae-hyeon Park. The model names have been added by Alexander Voigt. Commit: 2ce5ca5f03cd25d8e07a424a99cf478e90f84f6f https://github.com/FlexibleSUSY/FlexibleSUSY/commit/2ce5ca5f03cd25d8e07a424a99cf478e90f84f6f Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-26 (Fri, 26 Feb 2016) Changed paths: M test/test_THDM_threshold_corrections_scale_invariance.m Log Message: ----------- remove unused replacement rule Commit: 86d1204210f2a5bf47f75b9aa89ff0b8c7c46535 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/86d1204210f2a5bf47f75b9aa89ff0b8c7c46535 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-26 (Fri, 26 Feb 2016) Changed paths: M test/test_THDM_threshold_corrections_scale_invariance.m Log Message: ----------- remove unused replacement rule Commit: 129e18d602ce19a6224bc42891b24c544429334f https://github.com/FlexibleSUSY/FlexibleSUSY/commit/129e18d602ce19a6224bc42891b24c544429334f Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-26 (Fri, 26 Feb 2016) Changed paths: M test/test_THDM_threshold_corrections_scale_invariance.m Log Message: ----------- include imaginary parts in the scale independence test Commit: bc1b1b8bfed64ee38773194518d6ed7308bfff4c https://github.com/FlexibleSUSY/FlexibleSUSY/commit/bc1b1b8bfed64ee38773194518d6ed7308bfff4c Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-26 (Fri, 26 Feb 2016) Changed paths: M test/test_THDM_threshold_corrections_scale_invariance.m Log Message: ----------- leave soft-breaking parameters with arbitrary values Commit: a108cdd0b6e23878d350483af2803b518c6033d7 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/a108cdd0b6e23878d350483af2803b518c6033d7 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-26 (Fri, 26 Feb 2016) Changed paths: M doc/module.mk Log Message: ----------- typo Commit: 659e9fb0358d7b78a88da7cdd46000ee1e98ab7c https://github.com/FlexibleSUSY/FlexibleSUSY/commit/659e9fb0358d7b78a88da7cdd46000ee1e98ab7c Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-26 (Fri, 26 Feb 2016) Changed paths: M README M doc/Doxyfile M doc/mainpage.dox.in M doc/module.mk Log Message: ----------- allow user to generate man pages Commit: d733bd6f647219f53e8cfadca377828a42387236 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/d733bd6f647219f53e8cfadca377828a42387236 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-26 (Fri, 26 Feb 2016) Changed paths: M .gitignore Log Message: ----------- ignore man/ directory Commit: 2e9c12784880d9b917cd82c5812f16399c814fb8 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/2e9c12784880d9b917cd82c5812f16399c814fb8 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-26 (Fri, 26 Feb 2016) Changed paths: A doc/addons.dox A doc/building.dox A doc/documentation.dox A doc/install.dox M doc/mainpage.dox.in A doc/package.dox A doc/utilities.dox Log Message: ----------- splitup the mainpage into sub-pages Commit: 59d741b9a3273a48ffaa78b60a434e3ad6a6362a https://github.com/FlexibleSUSY/FlexibleSUSY/commit/59d741b9a3273a48ffaa78b60a434e3ad6a6362a Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-26 (Fri, 26 Feb 2016) Changed paths: M doc/utilities.dox Log Message: ----------- adding documentation about useful FS features Commit: b83af83c5ceb5207babafb93acf353870d226e95 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/b83af83c5ceb5207babafb93acf353870d226e95 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-26 (Fri, 26 Feb 2016) Changed paths: M doc/building.dox Log Message: ----------- add documentation about cleaning up FS Commit: 0c58b90f666f5b78daefde0a8f87a7af4d0c4ecc https://github.com/FlexibleSUSY/FlexibleSUSY/commit/0c58b90f666f5b78daefde0a8f87a7af4d0c4ecc Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-26 (Fri, 26 Feb 2016) Changed paths: M README M doc/building.dox M doc/documentation.dox Log Message: ----------- documentation for packageing models Commit: 33c2dd647aa7f8cf4644e6f14f88465c4ab01d3e https://github.com/FlexibleSUSY/FlexibleSUSY/commit/33c2dd647aa7f8cf4644e6f14f88465c4ab01d3e Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-26 (Fri, 26 Feb 2016) Changed paths: M test/test_THDM_threshold_corrections_scale_invariance.m Log Message: ----------- rename trace expansion rules Commit: 70f131d5f65f483a21daf0221a75e017eaf957d4 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/70f131d5f65f483a21daf0221a75e017eaf957d4 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-26 (Fri, 26 Feb 2016) Changed paths: M test/test_THDM_threshold_corrections_scale_invariance.m Log Message: ----------- remove unused call to Get[] Commit: cdaab33e3a93ab9a159583b1c750a8815dfa5a23 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/cdaab33e3a93ab9a159583b1c750a8815dfa5a23 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-26 (Fri, 26 Feb 2016) Changed paths: M meta/THDM/Thresholds_1L_full.m Log Message: ----------- make flags public in THDMThresholds1L` in order to make them easily overwriteable Commit: 0208c5be3ee072142ee328593964119bf3074d76 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/0208c5be3ee072142ee328593964119bf3074d76 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-26 (Fri, 26 Feb 2016) Changed paths: M meta/THDM/Thresholds_1L_full.m Log Message: ----------- disentangle Higgsino+Gaugino / sfermion contribution in dZW and dZB Commit: 38d346213f2b122876e72b7bab73782b37fa3e64 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/38d346213f2b122876e72b7bab73782b37fa3e64 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-26 (Fri, 26 Feb 2016) Changed paths: M test/module.mk A test/test_HGTHDM_threshold_corrections_scale_invariance.m Log Message: ----------- adding scale invariance test for the HGTHDM Commit: 3c5cca1968fe4dc03a156629cda432c842f1c973 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/3c5cca1968fe4dc03a156629cda432c842f1c973 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-26 (Fri, 26 Feb 2016) Changed paths: M meta/THDM/Thresholds_1L_full.m Log Message: ----------- don't multiply MS-bar/DR-bar conversion factor by a flag Commit: 2e8d2ba0897a54f010ca3679981b40929a8a504c https://github.com/FlexibleSUSY/FlexibleSUSY/commit/2e8d2ba0897a54f010ca3679981b40929a8a504c Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-26 (Fri, 26 Feb 2016) Changed paths: M meta/THDM/Thresholds_1L_full.m Log Message: ----------- removing wrong term Commit: 7545295530e98407edd4999826c45fef5200ecf4 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/7545295530e98407edd4999826c45fef5200ecf4 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-26 (Fri, 26 Feb 2016) Changed paths: M test/test_THDM_threshold_corrections_gauge.m Log Message: ----------- test that 1L threshold corrections vanish when all flags set to zero Commit: 0c02670f498afac50558678f88a4cb5612da3094 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/0c02670f498afac50558678f88a4cb5612da3094 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-26 (Fri, 26 Feb 2016) Changed paths: M test/test_THDM_threshold_corrections_gauge.m Log Message: ----------- re-instantiate tree-level test Commit: 1c3263abb61b0576c219715ef0de424ba3ed768c https://github.com/FlexibleSUSY/FlexibleSUSY/commit/1c3263abb61b0576c219715ef0de424ba3ed768c Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-28 (Sun, 28 Feb 2016) Changed paths: M meta/THDM/Thresholds_1L_full.m M test/test_THDM_threshold_corrections_gauge.m Log Message: ----------- allow user to switch on/off loop orders separately Commit: c60c0c8e33950a485cec2f563965981e520f9b79 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/c60c0c8e33950a485cec2f563965981e520f9b79 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-28 (Sun, 28 Feb 2016) Changed paths: M meta/THDM/Thresholds_1L_full.m Log Message: ----------- wrap Summation[] into module to protect summation indices This avoids problems in case one of the indices is already assigned to a numerical value, as i = 1 for example. Commit: ddb1a4f8ada23124b0c271cf0288362383df8cab https://github.com/FlexibleSUSY/FlexibleSUSY/commit/ddb1a4f8ada23124b0c271cf0288362383df8cab Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-28 (Sun, 28 Feb 2016) Changed paths: M src/wrappers.hpp Log Message: ----------- adding C++ implementation of Mathematica's Conjugate[] function Commit: 1ff3c01be508aee2fa578431ef74b4048926f353 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/1ff3c01be508aee2fa578431ef74b4048926f353 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-28 (Sun, 28 Feb 2016) Changed paths: M meta/THDM/Thresholds_1L_full.m Log Message: ----------- remove unused declaration of DB0 with scale parameter Commit: c14843ad0ecc918d45aea974f2000d37c105b90b https://github.com/FlexibleSUSY/FlexibleSUSY/commit/c14843ad0ecc918d45aea974f2000d37c105b90b Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-28 (Sun, 28 Feb 2016) Changed paths: M meta/THDM/Thresholds_1L_full.m Log Message: ----------- remove unused declaration of A0 function Commit: 4b6383a514230cff254c616eef0ba261ac9b56bd https://github.com/FlexibleSUSY/FlexibleSUSY/commit/4b6383a514230cff254c616eef0ba261ac9b56bd Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-28 (Sun, 28 Feb 2016) Changed paths: M meta/THDM/Thresholds_1L_full.m Log Message: ----------- remove unused forward declaration of A0 function Commit: 8d896aeb0258e935b81f5b3e6ea171b96e27bb93 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/8d896aeb0258e935b81f5b3e6ea171b96e27bb93 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-28 (Sun, 28 Feb 2016) Changed paths: M meta/THDM/Thresholds_1L_full.m Log Message: ----------- load THDMThresholds1L` re-using previously defined symbols to avoid shdw warnings. [Blachman, 1992, 259-263] Commit: e8d23d650b7d0430962d10f8a49a71df4dbf816b https://github.com/FlexibleSUSY/FlexibleSUSY/commit/e8d23d650b7d0430962d10f8a49a71df4dbf816b Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-28 (Sun, 28 Feb 2016) Changed paths: M meta/THDM/Thresholds_1L_full.m Log Message: ----------- remove useless definitions of B0 and W w/o scale argument Commit: 827a5610316172c067eebbee731c165ff3904720 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/827a5610316172c067eebbee731c165ff3904720 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-28 (Sun, 28 Feb 2016) Changed paths: M meta/THDM/Thresholds_1L_full.m Log Message: ----------- remove useless definitions of D4tilde w/o scale argument Commit: abd281b12aad4900f65898a31076a3567f04bc3e https://github.com/FlexibleSUSY/FlexibleSUSY/commit/abd281b12aad4900f65898a31076a3567f04bc3e Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-28 (Sun, 28 Feb 2016) Changed paths: M meta/THDM/Thresholds_1L_full.m Log Message: ----------- remove divergent 1/eps term Commit: 6b2a7e4f243e33b3498056b1062b64eb2ec7a7d6 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/6b2a7e4f243e33b3498056b1062b64eb2ec7a7d6 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-28 (Sun, 28 Feb 2016) Changed paths: M src/threshold_loop_functions.cpp M src/threshold_loop_functions.hpp Log Message: ----------- implementing p=0 loop function from arxiv:0901.2065 Eq (130)-(131) Commit: 379ad879c085d82aa8b06b8d7b56083359f970d4 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/379ad879c085d82aa8b06b8d7b56083359f970d4 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-28 (Sun, 28 Feb 2016) Changed paths: M src/threshold_loop_functions.cpp Log Message: ----------- catch IR divergence Iabc(0,0,0) Commit: b6544d0e524cd1283b9b531881fe22f72e355c73 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/b6544d0e524cd1283b9b531881fe22f72e355c73 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-28 (Sun, 28 Feb 2016) Changed paths: A model_files/THDMIIMSSMBCFull/FlexibleSUSY.m.in A model_files/THDMIIMSSMBCFull/LesHouches.in.THDMIIMSSMBCFull Log Message: ----------- adding THDM model w/ full 1L thresholds at MSUSY from arxiv:0901.2065 Commit: ec3c83f9a1ffa95f955282b1b1558fdafe5d95b7 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/ec3c83f9a1ffa95f955282b1b1558fdafe5d95b7 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-28 (Sun, 28 Feb 2016) Changed paths: M test/module.mk A test/test_threshold_loop_functions.cpp Log Message: ----------- adding test for C0 threshold function relation to Iabc Commit: 6b45d5f5db6efa9f26ea7edc562e731946336a83 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/6b45d5f5db6efa9f26ea7edc562e731946336a83 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-28 (Sun, 28 Feb 2016) Changed paths: M meta/THDM/Thresholds_1L_full.m Log Message: ----------- don't hide configuration variables in `Private` context Commit: 17f5e9532055711b197c5240992ccbc0a9487bbb https://github.com/FlexibleSUSY/FlexibleSUSY/commit/17f5e9532055711b197c5240992ccbc0a9487bbb Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-28 (Sun, 28 Feb 2016) Changed paths: A model_files/HGTHDMIIMSSMBCFull/FlexibleSUSY.m.in A model_files/HGTHDMIIMSSMBCFull/LesHouches.in.HGTHDMIIMSSMBCFull Log Message: ----------- adding HGTHDM model file w/ full 1L thresholds from arxiv:0901.2065 Commit: a4859edd6cb78cbfa48b53a4d074c6582fa485e0 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/a4859edd6cb78cbfa48b53a4d074c6582fa485e0 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-28 (Sun, 28 Feb 2016) Changed paths: M model_files/THDMIIMSSMBCFull/FlexibleSUSY.m.in Log Message: ----------- remove unnecessary context specification Commit: 1604569339766c53bddaef4e715217070c1ba4bd https://github.com/FlexibleSUSY/FlexibleSUSY/commit/1604569339766c53bddaef4e715217070c1ba4bd Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-28 (Sun, 28 Feb 2016) Changed paths: M test/test_threshold_loop_functions.cpp Log Message: ----------- correcting C0 -- Iabc equivalence test Commit: 8efcb08e48eb92fc6d2a8b7b63588595d50bea01 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/8efcb08e48eb92fc6d2a8b7b63588595d50bea01 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-28 (Sun, 28 Feb 2016) Changed paths: M src/threshold_loop_functions.cpp Log Message: ----------- Iabc is well-defined if only one mass is zero Commit: bee44c3b3719feae73d70c96a6936b7340941395 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/bee44c3b3719feae73d70c96a6936b7340941395 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-28 (Sun, 28 Feb 2016) Changed paths: M src/threshold_loop_functions.cpp Log Message: ----------- use Softsusy's c0 implementation which has all correct limits Commit: bdf1e93eb7e2693892d1f05ed5b253cfcd078596 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/bdf1e93eb7e2693892d1f05ed5b253cfcd078596 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-28 (Sun, 28 Feb 2016) Changed paths: M test/test_run_all_spectrum_generators.sh Log Message: ----------- run default points of THDMIIMSSMBCFull and HGTHDMIIMSSMBCFull Commit: 55e49f294040e391d8159427daebc6859784801c https://github.com/FlexibleSUSY/FlexibleSUSY/commit/55e49f294040e391d8159427daebc6859784801c Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-28 (Sun, 28 Feb 2016) Changed paths: M src/threshold_loop_functions.cpp Log Message: ----------- implementing limit where one mass -> 0 Commit: 1af7bb11578f845766c34b5e58b4847132dcfb05 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/1af7bb11578f845766c34b5e58b4847132dcfb05 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-28 (Sun, 28 Feb 2016) Changed paths: M meta/THDM/Thresholds_1L_full.m Log Message: ----------- write loop factor symbolically instead of numerically Commit: 08758f042a5c1c1298e39208b8f38ba08c4c04ab https://github.com/FlexibleSUSY/FlexibleSUSY/commit/08758f042a5c1c1298e39208b8f38ba08c4c04ab Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-29 (Mon, 29 Feb 2016) Changed paths: M test/test_THDM_threshold_corrections_gauge.m Log Message: ----------- remove unused replacement rules Commit: 13424cd9c9ef4d1f35693393de9c6a43eaf9e067 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/13424cd9c9ef4d1f35693393de9c6a43eaf9e067 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-29 (Mon, 29 Feb 2016) Changed paths: M test/test_THDM_threshold_corrections_gauge.m Log Message: ----------- remove unused replacement rules Commit: c7fdd6035c048973ee3798b0dca5ff60bc8f6a39 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/c7fdd6035c048973ee3798b0dca5ff60bc8f6a39 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-29 (Mon, 29 Feb 2016) Changed paths: M .gitattributes A model_files/HGTHDMIIMSSMBCApprox/FlexibleSUSY.m.in A model_files/HGTHDMIIMSSMBCApprox/LesHouches.in.HGTHDMIIMSSMBCApprox A model_files/THDMIIMSSMBCApprox/FlexibleSUSY.m.in A model_files/THDMIIMSSMBCApprox/LesHouches.in.THDMIIMSSMBCApprox M test/module.mk A test/test_THDMIIMSSMBCFull_approximation.sh Log Message: ----------- adding THDM testing model files which test that the 3rd family Yukawa-only approximation of arxiv:0901.2065 leads to the same results as arxiv:1508.00576 and arxiv:hep-ph/9307201. Commit: b9d8e0298a45748db29a2cae973c0555a8556602 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/b9d8e0298a45748db29a2cae973c0555a8556602 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-29 (Mon, 29 Feb 2016) Changed paths: M ChangeLog Log Message: ----------- extend ChangeLog description Commit: 1ef056fef1117ea39472e35eb16291571b749802 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/1ef056fef1117ea39472e35eb16291571b749802 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-29 (Mon, 29 Feb 2016) Changed paths: M test/test_threshold_loop_functions.cpp Log Message: ----------- testing case a != b, c == 0 Commit: 75d1642fa40ee23306aa36e4b18789edc282614e https://github.com/FlexibleSUSY/FlexibleSUSY/commit/75d1642fa40ee23306aa36e4b18789edc282614e Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-02-29 (Mon, 29 Feb 2016) Changed paths: M src/effective_couplings.cpp M src/effective_couplings.hpp Log Message: ----------- Add initial model independent interpolation for QCD corrections Commit: 4e2b6f3e88bcd811f099809778d4cc0184ed15a4 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/4e2b6f3e88bcd811f099809778d4cc0184ed15a4 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-29 (Mon, 29 Feb 2016) Changed paths: A meta/ThreeLoopQCD.m M meta/module.mk Log Message: ----------- implementing 3-loop QCD corrections to top MS-bar mass Commit: 99b4c6bc18e38aaa64e1e7b904cd91c92ef8e576 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/99b4c6bc18e38aaa64e1e7b904cd91c92ef8e576 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-29 (Mon, 29 Feb 2016) Changed paths: M test/module.mk A test/test_ThreeLoopQCD.m Log Message: ----------- adding test for 1L and 2L QCD contributions to top MS-bar mass Commit: fd0a7c603e9f59e20c4a859d1a42baf783e636aa https://github.com/FlexibleSUSY/FlexibleSUSY/commit/fd0a7c603e9f59e20c4a859d1a42baf783e636aa Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-29 (Mon, 29 Feb 2016) Changed paths: M test/module.mk Log Message: ----------- reorder tests Commit: 17ad49f2b8df5dd85ba823386945c2ae292fcb13 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/17ad49f2b8df5dd85ba823386945c2ae292fcb13 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-29 (Mon, 29 Feb 2016) Changed paths: M meta/LoopMasses.m M meta/TwoLoop.m M test/test_ThreeLoopQCD.m Log Message: ----------- do numeric evaluation of QCD corrections by default Commit: 850be1ba2f69e2e9d88953d57300d5f8befaf0e6 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/850be1ba2f69e2e9d88953d57300d5f8befaf0e6 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-29 (Mon, 29 Feb 2016) Changed paths: M meta/ThreeLoopQCD.m Log Message: ----------- make quark name, NL and NH configurable Commit: 1687b7b4c259abacfad71ac5d939d038680ba754 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/1687b7b4c259abacfad71ac5d939d038680ba754 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-02-29 (Mon, 29 Feb 2016) Changed paths: M meta/ThreeLoopQCD.m Log Message: ----------- correcting sign of 3L QCD term Commit: 406d36fe29a83424a6b200b97a092dbe3e11f59e https://github.com/FlexibleSUSY/FlexibleSUSY/commit/406d36fe29a83424a6b200b97a092dbe3e11f59e Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-03-01 (Tue, 01 Mar 2016) Changed paths: M meta/EffectiveCouplings.m Log Message: ----------- Use interpolation for QCD corrections to diphoton effective coupling Commit: 79220979457e40ce9eb66b49e34e78a53213a02c https://github.com/FlexibleSUSY/FlexibleSUSY/commit/79220979457e40ce9eb66b49e34e78a53213a02c Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-03-01 (Tue, 01 Mar 2016) Changed paths: M src/effective_couplings.cpp M src/effective_couplings.hpp Log Message: ----------- Remove cubic spline interpolation from effective couplings as it is unstable for \tau close to 1, while the linear and quadratic interpolations are more well-behaved. Commit: 5b05f5d960932318f952b3a15ea6791c8d1fd318 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/5b05f5d960932318f952b3a15ea6791c8d1fd318 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-01 (Tue, 01 Mar 2016) Changed paths: M meta/LoopMasses.m R meta/TwoLoop.m A meta/TwoLoopQCD.m M meta/module.mk M test/test_ThreeLoopQCD.m Log Message: ----------- rename 2-loop QCD module as we have now also a 3-loop one Commit: e6134c01662e534d09161d94d8de8d52fac28f43 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/e6134c01662e534d09161d94d8de8d52fac28f43 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-01 (Tue, 01 Mar 2016) Changed paths: M test/test_ThreeLoopQCD.m Log Message: ----------- test 2-loop expressions the other way round Commit: ca34123cde844459f285a5a14aa0c4b4d92c77a2 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/ca34123cde844459f285a5a14aa0c4b4d92c77a2 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-01 (Tue, 01 Mar 2016) Changed paths: M meta/ThreeLoopQCD.m Log Message: ----------- adding Q-dependend terms from arxiv:hep-ph/9911434 Eq. (29) Commit: 6c4cce38a60e2fc93bedacfcb880f059bcb49a35 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/6c4cce38a60e2fc93bedacfcb880f059bcb49a35 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-01 (Tue, 01 Mar 2016) Changed paths: M meta/ThreeLoopQCD.m M test/test_ThreeLoopQCD.m Log Message: ----------- implementing 1L and 2L QCD logs Commit: 9449969b8bb1c2a87ee6d41a48d5d2132eb3c7e0 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/9449969b8bb1c2a87ee6d41a48d5d2132eb3c7e0 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-01 (Tue, 01 Mar 2016) Changed paths: M test/test_ThreeLoopQCD.m Log Message: ----------- adding test for 3L renormalization group invariance Commit: eec538938c386bf0167016c66df177ed94b5fc29 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/eec538938c386bf0167016c66df177ed94b5fc29 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-01 (Tue, 01 Mar 2016) Changed paths: M meta/ThreeLoopQCD.m M test/test_ThreeLoopQCD.m Log Message: ----------- use MS-bar mass in 3L logarithms Commit: f498f37af33561a51673957a753d948e426cb0e5 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/f498f37af33561a51673957a753d948e426cb0e5 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-01 (Tue, 01 Mar 2016) Changed paths: M meta/ThreeLoopQCD.m Log Message: ----------- extend documentation and remove default arguments for private functions Commit: 72f439247b07fd54daa4085ecb8dd0343fe3642a https://github.com/FlexibleSUSY/FlexibleSUSY/commit/72f439247b07fd54daa4085ecb8dd0343fe3642a Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-01 (Tue, 01 Mar 2016) Changed paths: M meta/FlexibleSUSY.m M meta/LoopMasses.m Log Message: ----------- enable 3L QCD corrections to yt if applicable The 3L QCD corrections can be disabled at the meta code level by setting UseYukawa3LoopQCD = False or at run-time by setting the threshold correction loop order to a value < 3 (FlexibleSUSY[7]). Commit: a6102b036d7475cfe0b6d28c4000fda21e01e1ca https://github.com/FlexibleSUSY/FlexibleSUSY/commit/a6102b036d7475cfe0b6d28c4000fda21e01e1ca Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-01 (Tue, 01 Mar 2016) Changed paths: M meta/ThreeLoopQCD.m Log Message: ----------- updating documentation Commit: 144bdc519ed7720edd5d83f746756d37a16efa6e https://github.com/FlexibleSUSY/FlexibleSUSY/commit/144bdc519ed7720edd5d83f746756d37a16efa6e Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-01 (Tue, 01 Mar 2016) Changed paths: M doc/model_file.dox Log Message: ----------- adding documentation for model-specific switches Commit: 810fc37c60cb48e240f90689a1709a03319cf692 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/810fc37c60cb48e240f90689a1709a03319cf692 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-01 (Tue, 01 Mar 2016) Changed paths: M doc/mainpage.dox.in Log Message: ----------- link to model file and SLHA input options directly on main page Commit: c637c2f84cbdd29b6fcc705bc56e3988d4e640f3 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/c637c2f84cbdd29b6fcc705bc56e3988d4e640f3 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-01 (Tue, 01 Mar 2016) Changed paths: M ChangeLog Log Message: ----------- update ChangeLog Commit: 129b5e2d1434eed5028bcce2f2ba20ed583f921c https://github.com/FlexibleSUSY/FlexibleSUSY/commit/129b5e2d1434eed5028bcce2f2ba20ed583f921c Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-02 (Wed, 02 Mar 2016) Changed paths: A meta/MSSM/allgennb.log A meta/MSSM/beta_BMu.m A meta/MSSM/beta_M1.m A meta/MSSM/beta_M2.m A meta/MSSM/beta_M3.m A meta/MSSM/beta_Mu.m A meta/MSSM/beta_TYd.m A meta/MSSM/beta_TYe.m A meta/MSSM/beta_TYu.m A meta/MSSM/beta_Yd.m A meta/MSSM/beta_Ye.m A meta/MSSM/beta_Yu.m A meta/MSSM/beta_g1.m A meta/MSSM/beta_g2.m A meta/MSSM/beta_g3.m A meta/MSSM/beta_mHd2.m A meta/MSSM/beta_mHu2.m A meta/MSSM/beta_md2.m A meta/MSSM/beta_me2.m A meta/MSSM/beta_ml2.m A meta/MSSM/beta_mq2.m A meta/MSSM/beta_mu2.m A meta/MSSM/extract_MSSM_beta_functions_from_hep-ph-0308231.m A meta/MSSM/gamma_SHd.m A meta/MSSM/gamma_SHu.m A meta/MSSM/gamma_SdR.m A meta/MSSM/gamma_SeR.m A meta/MSSM/gamma_SlL.m A meta/MSSM/gamma_SqL.m A meta/MSSM/gamma_SuR.m A meta/MSSM/gloss.ps A meta/SM/beta_g1.m A meta/SM/beta_g2.m A meta/SM/beta_g3.m A meta/SM/beta_gb.m A meta/SM/beta_gt.m A meta/SM/beta_gtau.m A meta/SM/beta_lambda.m A meta/SM/beta_m2.m A meta/SM/beta_m2_1303.4364.m A meta/SM/extract_SM_beta_functions_from_SUSYHD.m A meta/SM/extract_SM_beta_functions_m2_from_1303.4364.m M meta/ThreeLoopMSSM.m R meta/ThreeLoopMSSM/allgennb.log R meta/ThreeLoopMSSM/beta_BMu.m R meta/ThreeLoopMSSM/beta_M1.m R meta/ThreeLoopMSSM/beta_M2.m R meta/ThreeLoopMSSM/beta_M3.m R meta/ThreeLoopMSSM/beta_Mu.m R meta/ThreeLoopMSSM/beta_TYd.m R meta/ThreeLoopMSSM/beta_TYe.m R meta/ThreeLoopMSSM/beta_TYu.m R meta/ThreeLoopMSSM/beta_Yd.m R meta/ThreeLoopMSSM/beta_Ye.m R meta/ThreeLoopMSSM/beta_Yu.m R meta/ThreeLoopMSSM/beta_g1.m R meta/ThreeLoopMSSM/beta_g2.m R meta/ThreeLoopMSSM/beta_g3.m R meta/ThreeLoopMSSM/beta_mHd2.m R meta/ThreeLoopMSSM/beta_mHu2.m R meta/ThreeLoopMSSM/beta_md2.m R meta/ThreeLoopMSSM/beta_me2.m R meta/ThreeLoopMSSM/beta_ml2.m R meta/ThreeLoopMSSM/beta_mq2.m R meta/ThreeLoopMSSM/beta_mu2.m R meta/ThreeLoopMSSM/extract_MSSM_beta_functions_from_hep-ph-0308231.m R meta/ThreeLoopMSSM/gamma_SHd.m R meta/ThreeLoopMSSM/gamma_SHu.m R meta/ThreeLoopMSSM/gamma_SdR.m R meta/ThreeLoopMSSM/gamma_SeR.m R meta/ThreeLoopMSSM/gamma_SlL.m R meta/ThreeLoopMSSM/gamma_SqL.m R meta/ThreeLoopMSSM/gamma_SuR.m R meta/ThreeLoopMSSM/gloss.ps M meta/ThreeLoopSM.m R meta/ThreeLoopSM/beta_g1.m R meta/ThreeLoopSM/beta_g2.m R meta/ThreeLoopSM/beta_g3.m R meta/ThreeLoopSM/beta_gb.m R meta/ThreeLoopSM/beta_gt.m R meta/ThreeLoopSM/beta_gtau.m R meta/ThreeLoopSM/beta_lambda.m R meta/ThreeLoopSM/beta_m2.m R meta/ThreeLoopSM/beta_m2_1303.4364.m R meta/ThreeLoopSM/extract_SM_beta_functions_from_SUSYHD.m R meta/ThreeLoopSM/extract_SM_beta_functions_m2_from_1303.4364.m M test/test_ThreeLoopQCD.m Log Message: ----------- rename sub-directories in meta/ according to the model name Now the sub-directories in meta/ contain model-specific codes and are named after the model. Commit: 1f2d94135b6d053f20088bb92915c308b120e569 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/1f2d94135b6d053f20088bb92915c308b120e569 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-02 (Wed, 02 Mar 2016) Changed paths: M meta/LoopMasses.m Log Message: ----------- Bugfix: use correct tree-level vector boson mass in pole mass calculation The function get_mass_matrix_MVX() might return the wrong tree-level mass eigenstate if a mass reordering of the vector bosons is performed. Commit: 5254be6769742fbae6f903f823d9a1de8446b5ac https://github.com/FlexibleSUSY/FlexibleSUSY/commit/5254be6769742fbae6f903f823d9a1de8446b5ac Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-02 (Wed, 02 Mar 2016) Changed paths: M meta/TreeMasses.m Log Message: ----------- assign vector boson eigen values to singlet masses Commit: b6a3542c11fe830c7b1c52c74bb099b2defd4f3a https://github.com/FlexibleSUSY/FlexibleSUSY/commit/b6a3542c11fe830c7b1c52c74bb099b2defd4f3a Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-02 (Wed, 02 Mar 2016) Changed paths: M meta/TreeMasses.m Log Message: ----------- adding comment Commit: 2ac4f9198c152eba2d71236e81eedf52537dcb3a https://github.com/FlexibleSUSY/FlexibleSUSY/commit/2ac4f9198c152eba2d71236e81eedf52537dcb3a Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-02 (Wed, 02 Mar 2016) Changed paths: M meta/TreeMasses.m Log Message: ----------- Optimization: don't calculate vector boson masses twice They need only be calculated in the matrix-wise from together with the mixing matrix (if existing). Commit: 63183cf4339feef96ca915ffcd72e6c58ec56d19 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/63183cf4339feef96ca915ffcd72e6c58ec56d19 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-02 (Wed, 02 Mar 2016) Changed paths: A model_files/BLSMlightZp/FlexibleSUSY.m.in A model_files/BLSMlightZp/LesHouches.in.BLSMlightZp A sarah/B-L-SM-lightZp/B-L-SM-lightZp.m A sarah/B-L-SM-lightZp/parameters.m A sarah/B-L-SM-lightZp/particles.m R sarah/B-L-SM/B-L-SM.m R sarah/B-L-SM/parameters.m R sarah/B-L-SM/particles.m M test/module.mk R test/test_BLSM_ZZp_mixing.in.spc R test/test_BLSM_ZZp_mixing.sh A test/test_BLSMlightZp_ZZp_mixing.sh M test/test_run_all_spectrum_generators.sh Log Message: ----------- create B-L-SM model with light Z' Commit: 148afcd5a007cc75a7c8d58cc3f94bf7acd68718 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/148afcd5a007cc75a7c8d58cc3f94bf7acd68718 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-02 (Wed, 02 Mar 2016) Changed paths: M src/weinberg_angle.cpp Log Message: ----------- catching infinite value of delta_rho Commit: 5caf5d1fecfd1da9a227cc5c3f1a0f27165e479f https://github.com/FlexibleSUSY/FlexibleSUSY/commit/5caf5d1fecfd1da9a227cc5c3f1a0f27165e479f Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-02 (Wed, 02 Mar 2016) Changed paths: M model_files/BLSM/LesHouches.in.BLSM Log Message: ----------- decrease vX to get a convergent solution Commit: 943320037e814a8834aa7117ba2f8f2107cd2ef9 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/943320037e814a8834aa7117ba2f8f2107cd2ef9 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-02 (Wed, 02 Mar 2016) Changed paths: M model_files/BLSM/FlexibleSUSY.m.in M model_files/BLSMlightZp/FlexibleSUSY.m.in Log Message: ----------- implement initial guess for BLSM models Commit: b6eb42512dad1c0d37db1b94061e823047b03775 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/b6eb42512dad1c0d37db1b94061e823047b03775 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-02 (Wed, 02 Mar 2016) Changed paths: M ChangeLog Log Message: ----------- adding important note for vector boson mass ordering Commit: f4d8c85e483a0ec684db9c28a6e1f2442699f132 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/f4d8c85e483a0ec684db9c28a6e1f2442699f132 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-02 (Wed, 02 Mar 2016) Changed paths: M meta/TreeMasses.m Log Message: ----------- adding helper function to check if a particle is a SM particle Commit: f40bbd844ffb6a784de9eb4469dfe64140f497d8 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/f40bbd844ffb6a784de9eb4469dfe64140f497d8 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-02 (Wed, 02 Mar 2016) Changed paths: M meta/FlexibleSUSY.m M meta/TreeMasses.m M meta/WriteOut.m Log Message: ----------- remove redundant vector boson single mass matrices Now the list of mass matrices contains no redundant entries and contains all information. Commit: 7fe24d44d831d2dbc2a0dcdcda4f17521f4df54b https://github.com/FlexibleSUSY/FlexibleSUSY/commit/7fe24d44d831d2dbc2a0dcdcda4f17521f4df54b Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-02 (Wed, 02 Mar 2016) Changed paths: M .gitattributes Log Message: ----------- ignore BLSM testing model file with light Z' Commit: bc69c97b0a060c7712671ffbd70f16cb257b7e7a https://github.com/FlexibleSUSY/FlexibleSUSY/commit/bc69c97b0a060c7712671ffbd70f16cb257b7e7a Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-03 (Thu, 03 Mar 2016) Changed paths: M meta/Parameters.m Log Message: ----------- vector boson masses might appear splitted in expressions We have to account for this fact when searching for output parameters Commit: 49dfe120f352dd089401ca3f949bccd208f99843 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/49dfe120f352dd089401ca3f949bccd208f99843 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-03 (Thu, 03 Mar 2016) Changed paths: M meta/TreeMasses.m M meta/WriteOut.m Log Message: ----------- avoid defining variables multiple times Commit: e8f7e07ac0359ee8c1cffc8844767b1e75b25ea4 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/e8f7e07ac0359ee8c1cffc8844767b1e75b25ea4 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-03 (Thu, 03 Mar 2016) Changed paths: M meta/TreeMasses.m Log Message: ----------- avoid redundant mass storage in physical masses array Commit: f2f913ed73a669926cfe5158571bdd73c048cd7a https://github.com/FlexibleSUSY/FlexibleSUSY/commit/f2f913ed73a669926cfe5158571bdd73c048cd7a Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-03 (Thu, 03 Mar 2016) Changed paths: M templates/two_scale_initial_guesser.cpp.in M templates/two_scale_initial_guesser_low_scale_model.cpp.in M templates/two_scale_low_scale_constraint.cpp.in M test/test_CMSSM_initial_guesser.cpp M test/test_NMSSM_initial_guesser.cpp Log Message: ----------- use Mt_pole to determine yt when threshold corrections are disabled This does not break compatibility with SOFTSUSY. However, it makes comparing the mass spectrum with SPheno easier when threshold corrections are disabled, as is usually done in low-energy models. Commit: 2a42ea6d0d3069f6b17fb51d12414f37216d08d9 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/2a42ea6d0d3069f6b17fb51d12414f37216d08d9 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-03 (Thu, 03 Mar 2016) Changed paths: M ChangeLog Log Message: ----------- update ChangeLog Commit: 9ae8c00f027e3de1ce1bfe6361bf8801fcd6c6db https://github.com/FlexibleSUSY/FlexibleSUSY/commit/9ae8c00f027e3de1ce1bfe6361bf8801fcd6c6db Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-03 (Thu, 03 Mar 2016) Changed paths: M meta/LoopMasses.m Log Message: ----------- avoid empty if condition if 3L QCD contribution to yt is 0 Commit: 1c7e4a7c6a724f09dba27dee13874232462a93aa https://github.com/FlexibleSUSY/FlexibleSUSY/commit/1c7e4a7c6a724f09dba27dee13874232462a93aa Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-03 (Thu, 03 Mar 2016) Changed paths: M doc/flexiblesusy-paper.tex M meta/LoopMasses.m M model_files/lowNMSSM/LesHouches.in.TP1 M model_files/lowNMSSM/LesHouches.in.TP2 M model_files/lowNMSSM/LesHouches.in.TP3 M model_files/lowNMSSM/LesHouches.in.TP4 M model_files/lowNMSSM/LesHouches.in.TP5 M model_files/lowNMSSM/LesHouches.in.TP6 M model_files/lowNMSSM/LesHouches.in.lowNMSSM M model_files/lowNMSSMTanBetaAtMZ/LesHouches.in.TP1 M model_files/lowNMSSMTanBetaAtMZ/LesHouches.in.TP2 M model_files/lowNMSSMTanBetaAtMZ/LesHouches.in.TP3 M model_files/lowNMSSMTanBetaAtMZ/LesHouches.in.TP4 M model_files/lowNMSSMTanBetaAtMZ/LesHouches.in.TP5 M model_files/lowNMSSMTanBetaAtMZ/LesHouches.in.TP6 M model_files/lowNMSSMTanBetaAtMZ/LesHouches.in.lowNMSSMTanBetaAtMZ M test/test_CMSSM_model.cpp M test/test_CMSSM_two_loop_spectrum.cpp M test/test_lowNMSSM_goldstone_tachyon.in.spc M test/test_lowNMSSM_pseudoscalar.in.spc Log Message: ----------- add 2L QCD correction to yt only if threshold correction loop order > 1 In this way we are consistently including higher-order corrections. Commit: a9e747aebc6cef4caefbc451ded306e7aa016af4 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/a9e747aebc6cef4caefbc451ded306e7aa016af4 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-03 (Thu, 03 Mar 2016) Changed paths: M ChangeLog Log Message: ----------- update ChangeLog Commit: 3badde6beb352c8b94ba73021a3cc5dba9937313 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/3badde6beb352c8b94ba73021a3cc5dba9937313 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-03 (Thu, 03 Mar 2016) Changed paths: M doc/slha_input.dox Log Message: ----------- adding documentation of threshold correction loop order Commit: 701733c242cc911ee7082bc922a2e0107a37ce02 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/701733c242cc911ee7082bc922a2e0107a37ce02 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-03 (Thu, 03 Mar 2016) Changed paths: M test/test_CMSSM_spectrum.cpp M test/test_two_scale_mssm_solver.cpp Log Message: ----------- use BOOST_MESSAGE instead of VERBOSE_MSG to allow the user to print a messag w/o recompiling Commit: 002c904a3d73cbeae1b0ba0b042b91f45140da69 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/002c904a3d73cbeae1b0ba0b042b91f45140da69 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-03 (Thu, 03 Mar 2016) Changed paths: M src/lowe.cpp M src/lowe.h M src/slha_io.cpp M templates/two_scale_initial_guesser.cpp.in M templates/two_scale_initial_guesser_low_scale_model.cpp.in M templates/two_scale_low_scale_constraint.cpp.in Log Message: ----------- use charged lepton pole masses if threshold corrections are disabled This is a continuation of commit 1c7e4a7 Commit: 5d70dec08fa22310ef66c702134c91b247a8d538 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/5d70dec08fa22310ef66c702134c91b247a8d538 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-03 (Thu, 03 Mar 2016) Changed paths: M ChangeLog Log Message: ----------- update ChangeLog Commit: bfe9fa8fad0123ab9fde2128e9c1d308afaee03a https://github.com/FlexibleSUSY/FlexibleSUSY/commit/bfe9fa8fad0123ab9fde2128e9c1d308afaee03a Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-03 (Thu, 03 Mar 2016) Changed paths: M meta/LoopMasses.m Log Message: ----------- simplify the 2L and 3L QCD yt contributions analytically Commit: 1e60f7746c519acd47885219645c4d7b02411bb0 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/1e60f7746c519acd47885219645c4d7b02411bb0 Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-03-04 (Fri, 04 Mar 2016) Changed paths: M .gitattributes M .gitignore M ChangeLog M README M config/Makefile.in M config/module.mk M doc/Doxyfile A doc/addons.dox A doc/building.dox A doc/documentation.dox M doc/flexiblesusy-paper.tex A doc/images/FS-models.xcf A doc/images/FS.xcf A doc/install.dox M doc/mainpage.dox.in M doc/model_file.dox M doc/module.mk A doc/package.dox M doc/slha_input.dox A doc/utilities.dox M examples/module.mk M fflite/module.mk M legacy/module.mk M meta/FlexibleSUSY.m A meta/LoopFunctions.m M meta/LoopMasses.m A meta/MSSM/allgennb.log A meta/MSSM/beta_BMu.m A meta/MSSM/beta_M1.m A meta/MSSM/beta_M2.m A meta/MSSM/beta_M3.m A meta/MSSM/beta_Mu.m A meta/MSSM/beta_TYd.m A meta/MSSM/beta_TYe.m A meta/MSSM/beta_TYu.m A meta/MSSM/beta_Yd.m A meta/MSSM/beta_Ye.m A meta/MSSM/beta_Yu.m A meta/MSSM/beta_g1.m A meta/MSSM/beta_g2.m A meta/MSSM/beta_g3.m A meta/MSSM/beta_mHd2.m A meta/MSSM/beta_mHu2.m A meta/MSSM/beta_md2.m A meta/MSSM/beta_me2.m A meta/MSSM/beta_ml2.m A meta/MSSM/beta_mq2.m A meta/MSSM/beta_mu2.m A meta/MSSM/extract_MSSM_beta_functions_from_hep-ph-0308231.m A meta/MSSM/gamma_SHd.m A meta/MSSM/gamma_SHu.m A meta/MSSM/gamma_SdR.m A meta/MSSM/gamma_SeR.m A meta/MSSM/gamma_SlL.m A meta/MSSM/gamma_SqL.m A meta/MSSM/gamma_SuR.m A meta/MSSM/gloss.ps M meta/Parameters.m A meta/SM/beta_g1.m A meta/SM/beta_g2.m A meta/SM/beta_g3.m A meta/SM/beta_gb.m A meta/SM/beta_gt.m A meta/SM/beta_gtau.m A meta/SM/beta_lambda.m A meta/SM/beta_m2.m A meta/SM/beta_m2_1303.4364.m A meta/SM/extract_SM_beta_functions_from_SUSYHD.m A meta/SM/extract_SM_beta_functions_m2_from_1303.4364.m A meta/THDM/Thresholds_1L_full.m M meta/ThreeLoopMSSM.m R meta/ThreeLoopMSSM/allgennb.log R meta/ThreeLoopMSSM/beta_BMu.m R meta/ThreeLoopMSSM/beta_M1.m R meta/ThreeLoopMSSM/beta_M2.m R meta/ThreeLoopMSSM/beta_M3.m R meta/ThreeLoopMSSM/beta_Mu.m R meta/ThreeLoopMSSM/beta_TYd.m R meta/ThreeLoopMSSM/beta_TYe.m R meta/ThreeLoopMSSM/beta_TYu.m R meta/ThreeLoopMSSM/beta_Yd.m R meta/ThreeLoopMSSM/beta_Ye.m R meta/ThreeLoopMSSM/beta_Yu.m R meta/ThreeLoopMSSM/beta_g1.m R meta/ThreeLoopMSSM/beta_g2.m R meta/ThreeLoopMSSM/beta_g3.m R meta/ThreeLoopMSSM/beta_mHd2.m R meta/ThreeLoopMSSM/beta_mHu2.m R meta/ThreeLoopMSSM/beta_md2.m R meta/ThreeLoopMSSM/beta_me2.m R meta/ThreeLoopMSSM/beta_ml2.m R meta/ThreeLoopMSSM/beta_mq2.m R meta/ThreeLoopMSSM/beta_mu2.m R meta/ThreeLoopMSSM/extract_MSSM_beta_functions_from_hep-ph-0308231.m R meta/ThreeLoopMSSM/gamma_SHd.m R meta/ThreeLoopMSSM/gamma_SHu.m R meta/ThreeLoopMSSM/gamma_SdR.m R meta/ThreeLoopMSSM/gamma_SeR.m R meta/ThreeLoopMSSM/gamma_SlL.m R meta/ThreeLoopMSSM/gamma_SqL.m R meta/ThreeLoopMSSM/gamma_SuR.m R meta/ThreeLoopMSSM/gloss.ps A meta/ThreeLoopQCD.m M meta/ThreeLoopSM.m R meta/ThreeLoopSM/beta_g1.m R meta/ThreeLoopSM/beta_g2.m R meta/ThreeLoopSM/beta_g3.m R meta/ThreeLoopSM/beta_gb.m R meta/ThreeLoopSM/beta_gt.m R meta/ThreeLoopSM/beta_gtau.m R meta/ThreeLoopSM/beta_lambda.m R meta/ThreeLoopSM/beta_m2.m R meta/ThreeLoopSM/beta_m2_1303.4364.m R meta/ThreeLoopSM/extract_SM_beta_functions_from_SUSYHD.m R meta/ThreeLoopSM/extract_SM_beta_functions_m2_from_1303.4364.m M meta/TreeMasses.m R meta/TwoLoop.m A meta/TwoLoopQCD.m M meta/WriteOut.m M meta/module.mk M model_files/BLSM/FlexibleSUSY.m.in M model_files/BLSM/LesHouches.in.BLSM A model_files/BLSMlightZp/FlexibleSUSY.m.in A model_files/BLSMlightZp/LesHouches.in.BLSMlightZp M model_files/HGTHDMIIMSSMBC/FlexibleSUSY.m.in A model_files/HGTHDMIIMSSMBCApprox/FlexibleSUSY.m.in A model_files/HGTHDMIIMSSMBCApprox/LesHouches.in.HGTHDMIIMSSMBCApprox A model_files/HGTHDMIIMSSMBCFull/FlexibleSUSY.m.in A model_files/HGTHDMIIMSSMBCFull/LesHouches.in.HGTHDMIIMSSMBCFull M model_files/HTHDMIIMSSMBC/FlexibleSUSY.m.in M model_files/THDMIIMSSMBC/FlexibleSUSY.m.in A model_files/THDMIIMSSMBCApprox/FlexibleSUSY.m.in A model_files/THDMIIMSSMBCApprox/LesHouches.in.THDMIIMSSMBCApprox A model_files/THDMIIMSSMBCFull/FlexibleSUSY.m.in A model_files/THDMIIMSSMBCFull/LesHouches.in.THDMIIMSSMBCFull M model_files/lowNMSSM/LesHouches.in.TP1 M model_files/lowNMSSM/LesHouches.in.TP2 M model_files/lowNMSSM/LesHouches.in.TP3 M model_files/lowNMSSM/LesHouches.in.TP4 M model_files/lowNMSSM/LesHouches.in.TP5 M model_files/lowNMSSM/LesHouches.in.TP6 M model_files/lowNMSSM/LesHouches.in.lowNMSSM M model_files/lowNMSSMTanBetaAtMZ/LesHouches.in.TP1 M model_files/lowNMSSMTanBetaAtMZ/LesHouches.in.TP2 M model_files/lowNMSSMTanBetaAtMZ/LesHouches.in.TP3 M model_files/lowNMSSMTanBetaAtMZ/LesHouches.in.TP4 M model_files/lowNMSSMTanBetaAtMZ/LesHouches.in.TP5 M model_files/lowNMSSMTanBetaAtMZ/LesHouches.in.TP6 M model_files/lowNMSSMTanBetaAtMZ/LesHouches.in.lowNMSSMTanBetaAtMZ A sarah/B-L-SM-lightZp/B-L-SM-lightZp.m A sarah/B-L-SM-lightZp/parameters.m A sarah/B-L-SM-lightZp/particles.m M slhaea/module.mk M src/lowe.cpp M src/lowe.h M src/module.mk M src/slha_io.cpp M src/threshold_loop_functions.cpp M src/threshold_loop_functions.hpp M src/weinberg_angle.cpp M src/wrappers.hpp M templates/module.addon.mk.in M templates/module.mk M templates/module.mk.in M templates/two_scale_initial_guesser.cpp.in M templates/two_scale_initial_guesser_low_scale_model.cpp.in M templates/two_scale_low_scale_constraint.cpp.in M test/module.mk A test/test_BLSMlightZp_ZZp_mixing.sh M test/test_CMSSM_initial_guesser.cpp M test/test_CMSSM_model.cpp M test/test_CMSSM_spectrum.cpp M test/test_CMSSM_two_loop_spectrum.cpp A test/test_HGTHDM_threshold_corrections_scale_invariance.m A test/test_LoopFunctions.m M test/test_NMSSM_initial_guesser.cpp A test/test_THDMIIMSSMBCFull_approximation.sh A test/test_THDM_threshold_corrections.m A test/test_THDM_threshold_corrections_gauge.m A test/test_THDM_threshold_corrections_scale_invariance.m A test/test_ThreeLoopQCD.m M test/test_lowNMSSM_goldstone_tachyon.in.spc M test/test_lowNMSSM_pseudoscalar.in.spc M test/test_run_all_spectrum_generators.sh A test/test_threshold_loop_functions.cpp M test/test_two_scale_mssm_solver.cpp Log Message: ----------- Merge branch 'development' into feature-loop-vertices Commit: e447d55a09b0aad1e6a5965a818ce97146fa3b02 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/e447d55a09b0aad1e6a5965a818ce97146fa3b02 Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-03-04 (Fri, 04 Mar 2016) Changed paths: M meta/EffectiveCouplings.m M meta/FlexibleSUSY.m M templates/effective_couplings.cpp.in M templates/effective_couplings.hpp.in Log Message: ----------- Add function to run all SM couplings which can then be used to set the model parameters Commit: 08ebbe7f72963344d11da5a1a34d3e426930f226 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/08ebbe7f72963344d11da5a1a34d3e426930f226 Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-03-04 (Fri, 04 Mar 2016) Changed paths: M meta/EffectiveCouplings.m Log Message: ----------- Only run the strong coupling for use in the QCD corrections Commit: befca5e64942589b836f4756d491a6a0fdf1ce4a https://github.com/FlexibleSUSY/FlexibleSUSY/commit/befca5e64942589b836f4756d491a6a0fdf1ce4a Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-03-04 (Fri, 04 Mar 2016) Changed paths: M src/standard_model.cpp Log Message: ----------- Use pole masses in Standard_model class when not including thresholds Commit: ee58b393548aa5ac5cad9cb0ce52681e77c57a13 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/ee58b393548aa5ac5cad9cb0ce52681e77c57a13 Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-03-04 (Fri, 04 Mar 2016) Changed paths: M meta/EffectiveCouplings.m M meta/FlexibleSUSY.m M templates/effective_couplings.cpp.in M templates/effective_couplings.hpp.in Log Message: ----------- Use low scale constraint to set model parameters from SM parameters This is, however, a very bad hack to achieve this, and needs to be refined. In particular, for consistency with SPheno, only parameters depending on the gauge and Yukawa couplings should be updated. As part of this the ordering must be done correctly to ensure e.g. the correct on-shell VEV is set. Temporary settings and macros must also be handled. Commit: 4af5ac9bf90ca27dd160e4213c9d7db25a8e14ae https://github.com/FlexibleSUSY/FlexibleSUSY/commit/4af5ac9bf90ca27dd160e4213c9d7db25a8e14ae Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-04 (Fri, 04 Mar 2016) Changed paths: M src/threshold_loop_functions.cpp Log Message: ----------- implement limit Iabc(a,b,c) where one mass -> 0 Commit: 14ce3eb8c53bffd19950bf99e0233e3e9dce77f6 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/14ce3eb8c53bffd19950bf99e0233e3e9dce77f6 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-04 (Fri, 04 Mar 2016) Changed paths: M meta/LoopFunctions.m M test/test_LoopFunctions.m Log Message: ----------- re-design LoopFunctions` package Commit: c594dbb74698da38479b827619261877a02de1b4 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/c594dbb74698da38479b827619261877a02de1b4 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-04 (Fri, 04 Mar 2016) Changed paths: M meta/LoopFunctions.m Log Message: ----------- assuming all parameters to be > 0 Commit: c2e400465dd3f23f1e06178dae19f0658517835a https://github.com/FlexibleSUSY/FlexibleSUSY/commit/c2e400465dd3f23f1e06178dae19f0658517835a Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-04 (Fri, 04 Mar 2016) Changed paths: M test/test_LoopFunctions.m Log Message: ----------- simplify expressions assuming all parameters to be > 0 Commit: f82239cc4a4dd289b4cb4ccaeaf065c0910a9900 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/f82239cc4a4dd289b4cb4ccaeaf065c0910a9900 Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-03-05 (Sat, 05 Mar 2016) Changed paths: M meta/EffectiveCouplings.m M meta/FlexibleSUSY.m M templates/effective_couplings.cpp.in M templates/effective_couplings.hpp.in M test/test_SM_effective_couplings.cpp Log Message: ----------- Use pole masses in loop functions in non-SUSY models where the top quark pole mass is fixed to the input value, and including thresholds in the SM running of the strong coupling. Note that currently we still use running masses for SUSY models. Commit: c7d1a4521ce7487d1860d9f26a188204dc3265e8 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/c7d1a4521ce7487d1860d9f26a188204dc3265e8 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-05 (Sat, 05 Mar 2016) Changed paths: M meta/EffectiveCouplings.m M meta/FlexibleSUSY.m M src/effective_couplings.cpp M src/effective_couplings.hpp M src/standard_model.cpp M templates/effective_couplings.cpp.in M templates/effective_couplings.hpp.in M test/test_SM_effective_couplings.cpp Log Message: ----------- Merge remote-tracking branch 'FlexibleDecay/feature-loop-vertices' into development Commit: a186b38d6bc266a31ad50944d0ef368423a65b88 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/a186b38d6bc266a31ad50944d0ef368423a65b88 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-05 (Sat, 05 Mar 2016) Changed paths: M test/test_SM_two_loop_spectrum.cpp Log Message: ----------- need to enable 2L threshold corrections in SM spectrum test Commit: 0233df6ce9716e50f90b50f828d17683950fde00 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/0233df6ce9716e50f90b50f828d17683950fde00 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-05 (Sat, 05 Mar 2016) Changed paths: M test/test_CMSSMNoFV_two_loop_spectrum.cpp M test/test_SMHighPrecision_two_loop_spectrum.cpp Log Message: ----------- need to enable 2L threshold corrections in SM and CMSSMNoFV spectrum test Commit: ec92876af7d368d66eb1612b84f654cac74955ee https://github.com/FlexibleSUSY/FlexibleSUSY/commit/ec92876af7d368d66eb1612b84f654cac74955ee Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-07 (Mon, 07 Mar 2016) Changed paths: M meta/LoopFunctions.m M test/test_LoopFunctions.m Log Message: ----------- implementing divergent part of loop functions Commit: 0e3bf133e9184ed961eda2b3d765d8710ccf97ac https://github.com/FlexibleSUSY/FlexibleSUSY/commit/0e3bf133e9184ed961eda2b3d765d8710ccf97ac Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-07 (Mon, 07 Mar 2016) Changed paths: M meta/LoopFunctions.m Log Message: ----------- correcting sign in B11 function Commit: edfc37fa65acedd7d47d6d147ac40adddbd26507 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/edfc37fa65acedd7d47d6d147ac40adddbd26507 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-07 (Mon, 07 Mar 2016) Changed paths: M test/test_LoopFunctions.m Log Message: ----------- don't test p->0 limit of B11, which is not defined in this limit Commit: e0c274d5b0918b473ce206857b3b9c3510a30042 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/e0c274d5b0918b473ce206857b3b9c3510a30042 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-07 (Mon, 07 Mar 2016) Changed paths: M meta/LoopFunctions.m Log Message: ----------- correcting C0 pattern Commit: a0d0bfe3a7ff7c19a65a85a765df670532d42422 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/a0d0bfe3a7ff7c19a65a85a765df670532d42422 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-07 (Mon, 07 Mar 2016) Changed paths: M test/test_LoopFunctions.m Log Message: ----------- testing divergences Commit: 342494d75a109c2fe10aeb6699ccf7eb096c91a5 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/342494d75a109c2fe10aeb6699ccf7eb096c91a5 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-07 (Mon, 07 Mar 2016) Changed paths: M test/test_LoopFunctions.m Log Message: ----------- simplify test Commit: 09009da5cbe1df142fb4fae97b3e33cacf7ccffa https://github.com/FlexibleSUSY/FlexibleSUSY/commit/09009da5cbe1df142fb4fae97b3e33cacf7ccffa Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-07 (Mon, 07 Mar 2016) Changed paths: M meta/LoopFunctions.m Log Message: ----------- introducing sign to switch between BPMZ and Denner convention Commit: 3d4e8deb19ad321aa119d67bb1af45800fd82366 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/3d4e8deb19ad321aa119d67bb1af45800fd82366 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-07 (Mon, 07 Mar 2016) Changed paths: M test/test_LoopFunctions.m Log Message: ----------- running all tests with $BPMZSign = +1/-1 Commit: 2bc96d7cb60e50429dde0318fe4cbe430bf5b5d9 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/2bc96d7cb60e50429dde0318fe4cbe430bf5b5d9 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-07 (Mon, 07 Mar 2016) Changed paths: M meta/LoopFunctions.m Log Message: ----------- implement missing limit p -> 0 && m1 -> 0 Commit: 4b8ffa2bdfc4a3b3e963021ebd342379314445c0 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/4b8ffa2bdfc4a3b3e963021ebd342379314445c0 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-07 (Mon, 07 Mar 2016) Changed paths: M meta/LoopFunctions.m Log Message: ----------- avoid contradiction of limit eps -> 0 and eps > 0 Commit: d7ace1c2e969639a5ea6017abdd67476e269cd45 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/d7ace1c2e969639a5ea6017abdd67476e269cd45 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-07 (Mon, 07 Mar 2016) Changed paths: M meta/LoopFunctions.m Log Message: ----------- implement missing limits Note, B0[p,m1,m2,Q] == B0[p,m2,m1,Q] Commit: b1e9b747a763625d76a9f32f696375c4f1890bdf https://github.com/FlexibleSUSY/FlexibleSUSY/commit/b1e9b747a763625d76a9f32f696375c4f1890bdf Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-08 (Tue, 08 Mar 2016) Changed paths: M ChangeLog M configure Log Message: ----------- version 1.4.0 Commit: 7c1a8d38461d9edb1a08db15105e0423a5d9161e https://github.com/FlexibleSUSY/FlexibleSUSY/commit/7c1a8d38461d9edb1a08db15105e0423a5d9161e Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-08 (Tue, 08 Mar 2016) Changed paths: M release/generate-models.sh Log Message: ----------- release new THDM-like models Commit: f28aee5d8eb5a2c9ed0f10566da8e3f5b1ebd817 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/f28aee5d8eb5a2c9ed0f10566da8e3f5b1ebd817 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-08 (Tue, 08 Mar 2016) Changed paths: M doc/release Log Message: ----------- use 4 parallel jobs to build models Commit: 1139b9584c0cb7f802a190b488cefd60ecc19817 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/1139b9584c0cb7f802a190b488cefd60ecc19817 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-08 (Tue, 08 Mar 2016) Changed paths: M ChangeLog Log Message: ----------- fix typos Commit: 43cf2baa497bf94f398f48a01def0b5161140065 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/43cf2baa497bf94f398f48a01def0b5161140065 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-08 (Tue, 08 Mar 2016) Changed paths: M model_files/HGTHDMIIMSSMBCFull/FlexibleSUSY.m.in M model_files/THDMIIMSSMBCFull/FlexibleSUSY.m.in Log Message: ----------- transpose Yukawa couplings of arxiv:0901.2065 compared to SARAH Commit: 3624ee2355249fc3445447939ccb44d73955d542 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/3624ee2355249fc3445447939ccb44d73955d542 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-09 (Wed, 09 Mar 2016) Changed paths: M meta/LoopFunctions.m Log Message: ----------- adding missing Delta factors and implementation of Log[Q]-only terms Commit: 79e4e11e9f1928009fc131c02c1275ac068db7c5 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/79e4e11e9f1928009fc131c02c1275ac068db7c5 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-09 (Wed, 09 Mar 2016) Changed paths: M test/test_LoopFunctions.m Log Message: ----------- test relation between logarithms and divergences Commit: 42e6a708b20de486f018145375feee21a8eeac84 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/42e6a708b20de486f018145375feee21a8eeac84 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-11 (Fri, 11 Mar 2016) Changed paths: A meta/RGIntegrator.m M meta/module.mk Log Message: ----------- adding implementation of analytic RG integrator Commit: a9ed9981902202afb690b52065f6e2fc8486dccb https://github.com/FlexibleSUSY/FlexibleSUSY/commit/a9ed9981902202afb690b52065f6e2fc8486dccb Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-11 (Fri, 11 Mar 2016) Changed paths: M meta/RGIntegrator.m Log Message: ----------- expand integrand up to beta function loop order Commit: c9a1e27431ea1b8ee9fa687ab423f1b52dcfb9b8 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/c9a1e27431ea1b8ee9fa687ab423f1b52dcfb9b8 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-11 (Fri, 11 Mar 2016) Changed paths: M test/module.mk A test/test_RGIntegrator.m Log Message: ----------- adding test for RG integrator Commit: 2cd3127ddd2dbcae0893ed8c8a78f7bb220550f7 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/2cd3127ddd2dbcae0893ed8c8a78f7bb220550f7 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-11 (Fri, 11 Mar 2016) Changed paths: M meta/RGIntegrator.m Log Message: ----------- extend documentation of RGIntegrate[] Commit: 354664840f54722a90722459940d14c57b4a4c7c https://github.com/FlexibleSUSY/FlexibleSUSY/commit/354664840f54722a90722459940d14c57b4a4c7c Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-11 (Fri, 11 Mar 2016) Changed paths: M test/test_RGIntegrator.m Log Message: ----------- testing empty beta function list Commit: 2c0f55238b4cf03b181cd179afbfdbf5a40d1df5 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/2c0f55238b4cf03b181cd179afbfdbf5a40d1df5 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-11 (Fri, 11 Mar 2016) Changed paths: M meta/RGIntegrator.m Log Message: ----------- collecting logarithms Commit: 10d90cdc97c5949b3095ac287b0c589198ea2a22 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/10d90cdc97c5949b3095ac287b0c589198ea2a22 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-12 (Sat, 12 Mar 2016) Changed paths: M meta/LoopFunctions.m M test/test_LoopFunctions.m Log Message: ----------- rename LoopFunctions` methods to avoid naming conflicts Commit: c4f69dadf11f07dfa96260061298aa5befdbf4bf https://github.com/FlexibleSUSY/FlexibleSUSY/commit/c4f69dadf11f07dfa96260061298aa5befdbf4bf Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-12 (Sat, 12 Mar 2016) Changed paths: M meta/RGIntegrator.m Log Message: ----------- add simpler example Commit: f1fe25a24cf0f43b3a9b649d5cb308ed93de8fbd https://github.com/FlexibleSUSY/FlexibleSUSY/commit/f1fe25a24cf0f43b3a9b649d5cb308ed93de8fbd Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-12 (Sat, 12 Mar 2016) Changed paths: M meta/RGIntegrator.m Log Message: ----------- adding option to integrate beta functions to higher orders Commit: 9a6af41525c71b0a1f7d6e821cd2b17bbd59107c https://github.com/FlexibleSUSY/FlexibleSUSY/commit/9a6af41525c71b0a1f7d6e821cd2b17bbd59107c Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-12 (Sat, 12 Mar 2016) Changed paths: M test/test_RGIntegrator.m Log Message: ----------- testing running up and back down with higher loop order Commit: 9accb817355f9c78546019204edc36365f2295d9 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/9accb817355f9c78546019204edc36365f2295d9 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-12 (Sat, 12 Mar 2016) Changed paths: M meta/RGIntegrator.m Log Message: ----------- collect logs at an earlier stage Commit: 8e1e52c5def634381e55e837ad481a4bf98825da https://github.com/FlexibleSUSY/FlexibleSUSY/commit/8e1e52c5def634381e55e837ad481a4bf98825da Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-12 (Sat, 12 Mar 2016) Changed paths: M meta/RGIntegrator.m Log Message: ----------- declare options variables Commit: 899813b558f07feadcdbc7049b0482e15862b13c https://github.com/FlexibleSUSY/FlexibleSUSY/commit/899813b558f07feadcdbc7049b0482e15862b13c Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-12 (Sat, 12 Mar 2016) Changed paths: M meta/RGIntegrator.m Log Message: ----------- speed-up integration of RGEs by replacing the calls to Integrate[] by replacement rules which perform the integration of the logs by hand. Commit: 5433688bb770242735e100c73336fef4d92332f3 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/5433688bb770242735e100c73336fef4d92332f3 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-12 (Sat, 12 Mar 2016) Changed paths: M meta/RGIntegrator.m Log Message: ----------- update documentation after changing the integration routine Commit: 2d5425522878a30cbeee1d6bdbde670527f42a9c https://github.com/FlexibleSUSY/FlexibleSUSY/commit/2d5425522878a30cbeee1d6bdbde670527f42a9c Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-12 (Sat, 12 Mar 2016) Changed paths: M meta/RGIntegrator.m Log Message: ----------- allow to load RGIntegrator` multiple times w/o side effects Commit: ab473711419a6c416e721778f8b66aa082cebb30 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/ab473711419a6c416e721778f8b66aa082cebb30 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-13 (Sun, 13 Mar 2016) Changed paths: M meta/LoopFunctions.m Log Message: ----------- implementing missing limit of A0[0] Commit: 3503a3725c1ba54adb79eda4f2cf888d4645b2ee https://github.com/FlexibleSUSY/FlexibleSUSY/commit/3503a3725c1ba54adb79eda4f2cf888d4645b2ee Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-13 (Sun, 13 Mar 2016) Changed paths: M meta/LoopFunctions.m Log Message: ----------- implemeting missing limits of B1 and B22 Commit: 6abaa0a47141cbae004f4326e3f06e776a2e5450 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/6abaa0a47141cbae004f4326e3f06e776a2e5450 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-13 (Sun, 13 Mar 2016) Changed paths: M test/test_LoopFunctions.m Log Message: ----------- adding loop function tests for limits m -> 0 Commit: 9a60ed589439e3717be8165606bbce27c27aa695 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/9a60ed589439e3717be8165606bbce27c27aa695 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-13 (Sun, 13 Mar 2016) Changed paths: M meta/LoopFunctions.m Log Message: ----------- fix a couple of typos Commit: 05d941f26713faa4020496808fbdbb7a6f4c7f86 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/05d941f26713faa4020496808fbdbb7a6f4c7f86 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-13 (Sun, 13 Mar 2016) Changed paths: M meta/LoopFunctions.m Log Message: ----------- fix more typos Commit: 599ced8ed54b5c974333bc8458aafd289f662f85 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/599ced8ed54b5c974333bc8458aafd289f662f85 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-13 (Sun, 13 Mar 2016) Changed paths: M meta/LoopFunctions.m Log Message: ----------- adding implementation reference for loop functions Commit: 6effdd2ea559a94ed3a09374906a2c5436307cec https://github.com/FlexibleSUSY/FlexibleSUSY/commit/6effdd2ea559a94ed3a09374906a2c5436307cec Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-13 (Sun, 13 Mar 2016) Changed paths: M test/test_LoopFunctions.m Log Message: ----------- rewrite tests to make them easily generalizable Commit: 99530e1ae12a6b62652f393141eeebd9b470cf2f https://github.com/FlexibleSUSY/FlexibleSUSY/commit/99530e1ae12a6b62652f393141eeebd9b470cf2f Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-14 (Mon, 14 Mar 2016) Changed paths: M meta/LoopFunctions.m Log Message: ----------- complete, analytic implementation of C0 function from [arxiv:hep-ph/0709.1075, Eq. (4.26)] Commit: df8f458ac2f97a130a58fb40233d014d0e6ad101 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/df8f458ac2f97a130a58fb40233d014d0e6ad101 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-15 (Tue, 15 Mar 2016) Changed paths: M model_files/HSSUSY/FlexibleSUSY.m.in Log Message: ----------- Bugfix: HSSUSY non-degenerate 1L threshold corrections are expressed in terms of SM Yukawa coupling Commit: 56e9ecddd6c5c3da9fe677c92986b7419f67cae1 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/56e9ecddd6c5c3da9fe677c92986b7419f67cae1 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-15 (Tue, 15 Mar 2016) Changed paths: M test/module.mk A test/test_HSSUSY_thresholds.m Log Message: ----------- adding test to check degenerate limits of HSSUSY threshold corrections Commit: 9777f467fb07ae22fc26f5c73cf5b3e476eadf79 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/9777f467fb07ae22fc26f5c73cf5b3e476eadf79 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-15 (Tue, 15 Mar 2016) Changed paths: M meta/LoopFunctions.m Log Message: ----------- adding note about divergence for real momenta Commit: debab07ef4da79422b4cc606146203fb7e258486 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/debab07ef4da79422b4cc606146203fb7e258486 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-16 (Wed, 16 Mar 2016) Changed paths: M meta/LoopFunctions.m Log Message: ----------- adding more references for the implementation of the loop functions Commit: 07be9c5e178d2e575263fc130193b4c601c72a64 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/07be9c5e178d2e575263fc130193b4c601c72a64 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-16 (Wed, 16 Mar 2016) Changed paths: M meta/LoopFunctions.m Log Message: ----------- use Denner convention by default because it is the convention used by SARAH and FS internally Commit: c2331c90ffa0eac068bc2fdfdbc108c9394e3b82 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/c2331c90ffa0eac068bc2fdfdbc108c9394e3b82 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-16 (Wed, 16 Mar 2016) Changed paths: M meta/LoopFunctions.m Log Message: ----------- assuming p1 or p2 are complex Commit: 63be5793586ca3f954ece9cea768425e386ece60 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/63be5793586ca3f954ece9cea768425e386ece60 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-16 (Wed, 16 Mar 2016) Changed paths: M model_files/HSSUSY/LesHouches.in.HSSUSY Log Message: ----------- adding default options to HSSUSY SLHA input file Commit: 273e409c8641adf31b770739e228af4aece0183f https://github.com/FlexibleSUSY/FlexibleSUSY/commit/273e409c8641adf31b770739e228af4aece0183f Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-16 (Wed, 16 Mar 2016) Changed paths: M model_files/HGTHDMIIMSSMBC/LesHouches.in.HGTHDMIIMSSMBC M model_files/HTHDMIIMSSMBC/LesHouches.in.HTHDMIIMSSMBC M model_files/THDMIIMSSMBC/LesHouches.in.THDMIIMSSMBC Log Message: ----------- adding default options to SLHA input files Commit: 07503a04169b2749b3df3cc5736c5d8ceb5576e9 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/07503a04169b2749b3df3cc5736c5d8ceb5576e9 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-17 (Thu, 17 Mar 2016) Changed paths: M meta/Parameters.m Log Message: ----------- Bugfix: handling of tadpole terms in GetModelParametersWithMassDimension[] Thanks to Dylan Harries Commit: dc63b17cfb6a4b848809c8d28eec0d8f98e0939d https://github.com/FlexibleSUSY/FlexibleSUSY/commit/dc63b17cfb6a4b848809c8d28eec0d8f98e0939d Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-18 (Fri, 18 Mar 2016) Changed paths: M meta/LoopFunctions.m Log Message: ----------- adding missing Log factor Commit: f3864b80ac928a03caba24c559b4d0f02d1ffc67 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/f3864b80ac928a03caba24c559b4d0f02d1ffc67 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-18 (Fri, 18 Mar 2016) Changed paths: M templates/run.cpp.in M templates/run_cmd_line.cpp.in M templates/scan.cpp.in Log Message: ----------- catch potential exceptions from QedQcd class Commit: 0a7637abad0abeaa9dc48c0d361522f81af39096 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/0a7637abad0abeaa9dc48c0d361522f81af39096 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-18 (Fri, 18 Mar 2016) Changed paths: M src/numerics2.hpp M test/test_numerics.cpp Log Message: ----------- correcting is_zero() for integer overloads Commit: 59b867d019aba92fa1b71d47d501de7e7c2fc479 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/59b867d019aba92fa1b71d47d501de7e7c2fc479 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-18 (Fri, 18 Mar 2016) Changed paths: M model_files/HSSUSY/FlexibleSUSY.m.in Log Message: ----------- implement missing limit MSU / M3 = MSQ / M3 in the HSSUSY model Commit: 2642b146686744eeb162eea49729e4ad6bf9214e https://github.com/FlexibleSUSY/FlexibleSUSY/commit/2642b146686744eeb162eea49729e4ad6bf9214e Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-18 (Fri, 18 Mar 2016) Changed paths: M ChangeLog Log Message: ----------- update ChangeLog Commit: 946f309e1f76ea2afb9195ee212c41de93259630 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/946f309e1f76ea2afb9195ee212c41de93259630 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-19 (Sat, 19 Mar 2016) Changed paths: M test/test.h Log Message: ----------- restrict default check_equality() implementation to scalar types because it calles is_equal(), which calls is_zero(), which requires that the difference of two variables of type T is again of type T. This requirement is not fulfilled for Eigen matrices. Commit: bf2807a9e4dbda94137357f79a673542581fc135 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/bf2807a9e4dbda94137357f79a673542581fc135 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-21 (Mon, 21 Mar 2016) Changed paths: M meta/LoopFunctions.m Log Message: ----------- implement C1 and C2 loop function for zero momentum Commit: 6d2b6756cb6496434976c011d2e00632623a9cce https://github.com/FlexibleSUSY/FlexibleSUSY/commit/6d2b6756cb6496434976c011d2e00632623a9cce Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-21 (Mon, 21 Mar 2016) Changed paths: M meta/LoopFunctions.m Log Message: ----------- remove wrong ref. Commit: 8f85edca102c07ea70c8c9cd156f28dea22d9a16 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/8f85edca102c07ea70c8c9cd156f28dea22d9a16 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-21 (Mon, 21 Mar 2016) Changed paths: M test/test_ThreeLoopQCD.m Log Message: ----------- simplify test Commit: ca99f750dd54db9bef33cac37b27ba3429bda6bd https://github.com/FlexibleSUSY/FlexibleSUSY/commit/ca99f750dd54db9bef33cac37b27ba3429bda6bd Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-21 (Mon, 21 Mar 2016) Changed paths: M meta/ThreeLoopQCD.m Log Message: ----------- extend the documentation Commit: 2e847ab75b806fa5611a10cdbf3704e3b78eee2b https://github.com/FlexibleSUSY/FlexibleSUSY/commit/2e847ab75b806fa5611a10cdbf3704e3b78eee2b Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-22 (Tue, 22 Mar 2016) Changed paths: M meta/LoopMasses.m Log Message: ----------- ensure 2L QCD contributions are added to the top quark only Commit: bc5c542758bdc8e719312e4e9fd180d80f4b031d https://github.com/FlexibleSUSY/FlexibleSUSY/commit/bc5c542758bdc8e719312e4e9fd180d80f4b031d Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-23 (Wed, 23 Mar 2016) Changed paths: M src/numerics2.hpp M src/threshold_loop_functions.cpp Log Message: ----------- implement series expansion of Iabc(a,b,c) where one mass -> 0 Patch: Markus Bach Commit: cf55dd3c264ca25637471056805d730cc2945277 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/cf55dd3c264ca25637471056805d730cc2945277 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-24 (Thu, 24 Mar 2016) Changed paths: M TODO Log Message: ----------- remove addressed TODO items Commit: d4f299d2cf246642fae29c57694b6866776e2078 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/d4f299d2cf246642fae29c57694b6866776e2078 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-24 (Thu, 24 Mar 2016) Changed paths: M addons/GM2Calc/ffunctions.cpp Log Message: ----------- import bugfix in Iabc function from GM2Calc Commit: 2772fa8730174687aa7b095fffdc2dd2af84698a https://github.com/FlexibleSUSY/FlexibleSUSY/commit/2772fa8730174687aa7b095fffdc2dd2af84698a Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-24 (Thu, 24 Mar 2016) Changed paths: A config/print_slha_block_entry.awk Log Message: ----------- adding awk script which extracts an entry from a block Commit: 8ce34ef0a6785b246d38c3cdce96b3aec64b0985 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/8ce34ef0a6785b246d38c3cdce96b3aec64b0985 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-24 (Thu, 24 Mar 2016) Changed paths: R config/print_slha_block.awk R config/print_slha_block_entry.awk R config/remove_slha_block.awk M test/test_BLSMlightZp_ZZp_mixing.sh M test/test_CMSSMNoFV_GM2Calc.sh M test/test_HSSUSY_SUSYHD.sh M test/test_cCMSSM.sh M test/test_lowMSSM.sh A utils/print_slha_block.awk A utils/print_slha_block_entry.awk A utils/remove_slha_block.awk Log Message: ----------- move .awk scripts into utils/ directory because they don't make sense in the config/ directory. Commit: 9e77bcf3897089689b0ce7b8cfa7f33fc1167e70 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/9e77bcf3897089689b0ce7b8cfa7f33fc1167e70 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-03-24 (Thu, 24 Mar 2016) Changed paths: M utils/print_slha_block.awk M utils/print_slha_block_entry.awk Log Message: ----------- omit path to awk script in example Commit: 4d2c28658b6f08eec4d469e17f262993341e84b6 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/4d2c28658b6f08eec4d469e17f262993341e84b6 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-02 (Sat, 02 Apr 2016) Changed paths: M meta/FlexibleSUSY.m Log Message: ----------- correcting error message Commit: 13dc9fcc49d5947c510dcbca03a0fe39b3bad860 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/13dc9fcc49d5947c510dcbca03a0fe39b3bad860 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-02 (Sat, 02 Apr 2016) Changed paths: M meta/TreeMasses.m Log Message: ----------- remove unused variables Commit: ff2a6a4340fbab6659455e4f307ce65aac95dd99 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/ff2a6a4340fbab6659455e4f307ce65aac95dd99 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-02 (Sat, 02 Apr 2016) Changed paths: M meta/TreeMasses.m Log Message: ----------- adding helper function to extract masses of unrotated particles Commit: 077c5b9edc24e136e0226f6ac558adc55917d57a https://github.com/FlexibleSUSY/FlexibleSUSY/commit/077c5b9edc24e136e0226f6ac558adc55917d57a Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-02 (Sat, 02 Apr 2016) Changed paths: M configure M install-sarah Log Message: ----------- Bugfix: Fixing check for SARAH installation with Mathematica 10.* Mathematica 10.* loads SARAH.m if the .Mathematica/Applications/ directory contains a link with name `SARAH' to the SARAH directory, but does not load SARAH properly. In order to check if SARAH is properly loaded, we need to check that $sarahDir is properly set. Commit: b1752fe59656d7c034fbad14b57f3694fe74ef58 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/b1752fe59656d7c034fbad14b57f3694fe74ef58 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-02 (Sat, 02 Apr 2016) Changed paths: M install-sarah Log Message: ----------- update SARAH version Commit: c5a7c799f9aabfff913d3efc9fe64fc94d6faa6f https://github.com/FlexibleSUSY/FlexibleSUSY/commit/c5a7c799f9aabfff913d3efc9fe64fc94d6faa6f Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-02 (Sat, 02 Apr 2016) Changed paths: M ChangeLog Log Message: ----------- update ChangeLog Commit: 891719e1389bfbc806c3151b5ec94ba4d0da3432 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/891719e1389bfbc806c3151b5ec94ba4d0da3432 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-03 (Sun, 03 Apr 2016) Changed paths: A utils/install-bash_completions.bash Log Message: ----------- adding bash completion script for FlexibleSUSY's spectrum generators Usage: . utils/install-bash_completions.bash Commit: 5e89daea5ce757ce2de96d20d0940935bc0bb887 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/5e89daea5ce757ce2de96d20d0940935bc0bb887 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-03 (Sun, 03 Apr 2016) Changed paths: M ChangeLog Log Message: ----------- update ChangeLog Commit: c27a4f6a87960a6655983bca8d8144a8c0e7d103 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/c27a4f6a87960a6655983bca8d8144a8c0e7d103 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-03 (Sun, 03 Apr 2016) Changed paths: M doc/model_file.dox Log Message: ----------- adding documentation for custom convergence tester Commit: 62cadeb265a31d1ac17d8618177788235a165167 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/62cadeb265a31d1ac17d8618177788235a165167 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-03 (Sun, 03 Apr 2016) Changed paths: M doc/slha_input.dox Log Message: ----------- adding documentation for precision goal and max. iterations Commit: e7670428eaad04b98c474ea56ef6039ac57f1f3b https://github.com/FlexibleSUSY/FlexibleSUSY/commit/e7670428eaad04b98c474ea56ef6039ac57f1f3b Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-04 (Mon, 04 Apr 2016) Changed paths: M model_files/SSM/FlexibleSUSY.m.in Log Message: ----------- convert SSM model file to unix format Commit: de4ea710adec451a745d4b226ba4639588bd7362 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/de4ea710adec451a745d4b226ba4639588bd7362 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-04 (Mon, 04 Apr 2016) Changed paths: M createmodel Log Message: ----------- delete potential ^M characters Commit: f5fa6b1216a50bd0f8ff93328a99ce1606047173 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/f5fa6b1216a50bd0f8ff93328a99ce1606047173 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-05 (Tue, 05 Apr 2016) Changed paths: M test/test_run_all_spectrum_generators.sh Log Message: ----------- remove unknown BSM model from SG test Commit: e38778311e8cac0c5d6e530656bba39b88e3da92 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/e38778311e8cac0c5d6e530656bba39b88e3da92 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-05 (Tue, 05 Apr 2016) Changed paths: M config/depgen.cpp A test/depgen/comment.cpp A test/depgen/comment.hpp M test/test_depgen.sh Log Message: ----------- allow comments after #include statement Commit: df5092e93e3eb022899dba96f7fc14dff617798a https://github.com/FlexibleSUSY/FlexibleSUSY/commit/df5092e93e3eb022899dba96f7fc14dff617798a Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-05 (Tue, 05 Apr 2016) Changed paths: M config/depgen.cpp Log Message: ----------- remove unnecessary unary operator Commit: 2eb2005ef1ca5b172ef5f0f23f3b283380f4f793 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/2eb2005ef1ca5b172ef5f0f23f3b283380f4f793 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-05 (Tue, 05 Apr 2016) Changed paths: M config/depgen.cpp Log Message: ----------- avoid C++11-specific default template argument Commit: 10b66b450e429fd6c42dbcb0f2144034d4d42efd https://github.com/FlexibleSUSY/FlexibleSUSY/commit/10b66b450e429fd6c42dbcb0f2144034d4d42efd Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-06 (Wed, 06 Apr 2016) Changed paths: M templates/two_scale_soft_parameters.cpp.in M templates/two_scale_susy_parameters.cpp.in Log Message: ----------- print scale together with SUSY and soft-breaking parameters Commit: a2ee58ec3c173dcd8f1a231ca3f150bcc398dc0b https://github.com/FlexibleSUSY/FlexibleSUSY/commit/a2ee58ec3c173dcd8f1a231ca3f150bcc398dc0b Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-06 (Wed, 06 Apr 2016) Changed paths: M templates/two_scale_soft_parameters.cpp.in M templates/two_scale_susy_parameters.cpp.in Log Message: ----------- print to provided output stream Commit: 3af648fee5c18d7882c38fba0c92fa6824045675 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/3af648fee5c18d7882c38fba0c92fa6824045675 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-07 (Thu, 07 Apr 2016) Changed paths: M templates/module.addon.mk.in Log Message: ----------- compile C files in addons Commit: 1d381b5894a6b8eaf45312d8ca6661fae65c8cfa https://github.com/FlexibleSUSY/FlexibleSUSY/commit/1d381b5894a6b8eaf45312d8ca6661fae65c8cfa Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-07 (Thu, 07 Apr 2016) Changed paths: M .gitattributes A addons/test_call_tsil/call_tsil.c A addons/test_call_tsil/call_tsil.h A addons/test_call_tsil/module.mk A addons/test_call_tsil/run.cpp Log Message: ----------- adding test addon which calls TSIL routines Commit: 8b937ea8935e6648198163f87f450736527fd728 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/8b937ea8935e6648198163f87f450736527fd728 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-07 (Thu, 07 Apr 2016) Changed paths: A addons/test_call_tsil/call_tsil.hpp A addons/test_call_tsil/call_tsil_cpp.cpp M addons/test_call_tsil/module.mk M addons/test_call_tsil/run.cpp Log Message: ----------- implementing TSIL function example wrapper using the TSIL's C++ wrapper Commit: 88a7774a1b1241ab8a3068b9a2009f0ce9642403 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/88a7774a1b1241ab8a3068b9a2009f0ce9642403 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-07 (Thu, 07 Apr 2016) Changed paths: M meta/FlexibleSUSY.m M model_files/munuSSM/FlexibleSUSY.m.in Log Message: ----------- Rename model file interface variable for tree-level EWSB solution Commit: 59128971adbc529f0483fb39b3a99802932809c9 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/59128971adbc529f0483fb39b3a99802932809c9 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-07 (Thu, 07 Apr 2016) Changed paths: M src/standard_model.cpp M src/standard_model.hpp Log Message: ----------- remove unused SM functions Commit: 686e6fbee2c677065f94b039f26c57d1e29243e4 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/686e6fbee2c677065f94b039f26c57d1e29243e4 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-07 (Thu, 07 Apr 2016) Changed paths: M meta/EWSB.m M meta/FlexibleSUSY.m M templates/mass_eigenstates.cpp.in M templates/mass_eigenstates.hpp.in M test/test_NMSSM_ewsb.cpp M test/test_SMSSM_ewsb.cpp Log Message: ----------- Use same algorithm to solve for temporary EWSB output parameters Commit: b07945f91944c5dd0541fac3bcb4bd5963f5139f https://github.com/FlexibleSUSY/FlexibleSUSY/commit/b07945f91944c5dd0541fac3bcb4bd5963f5139f Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-07 (Thu, 07 Apr 2016) Changed paths: M doc/model_file.dox Log Message: ----------- adding documentation for FSSolveEWSBTreeLevelFor Commit: 4c4a842439caecdc89b4d23c555ad812df4b5807 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/4c4a842439caecdc89b4d23c555ad812df4b5807 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-08 (Fri, 08 Apr 2016) Changed paths: M addons/test_call_tsil/module.mk Log Message: ----------- remove clearing of HDR files Commit: 209a59b37636ddf75352161ff23658c6c5356082 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/209a59b37636ddf75352161ff23658c6c5356082 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-08 (Fri, 08 Apr 2016) Changed paths: M configure Log Message: ----------- adding switches to enable/disable sqlite and tsil to debug output Commit: a8c7dc05034793a6aff9c938aa53be6fe865637c https://github.com/FlexibleSUSY/FlexibleSUSY/commit/a8c7dc05034793a6aff9c938aa53be6fe865637c Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-08 (Fri, 08 Apr 2016) Changed paths: M utils/install-bash_completions.bash Log Message: ----------- adding bash completions for configure, createmodel, createaddon Commit: d378892e4876c3dfa99dd8c1d557896cc53a7826 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/d378892e4876c3dfa99dd8c1d557896cc53a7826 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-08 (Fri, 08 Apr 2016) Changed paths: M utils/install-bash_completions.bash Log Message: ----------- remove unused variables Commit: 92643d0303b17b5a59ea0c92fd8201f56d926d7a https://github.com/FlexibleSUSY/FlexibleSUSY/commit/92643d0303b17b5a59ea0c92fd8201f56d926d7a Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-08 (Fri, 08 Apr 2016) Changed paths: M configure Log Message: ----------- automatically check for SQLite and TSIL Commit: 3fd9e48cd05ead985abac771a72053445cb5df2f https://github.com/FlexibleSUSY/FlexibleSUSY/commit/3fd9e48cd05ead985abac771a72053445cb5df2f Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-08 (Fri, 08 Apr 2016) Changed paths: M utils/install-bash_completions.bash Log Message: ----------- put search for available addons and models into a function Commit: 46cfa0524ecf6e251681e879ebb49f9af91aa112 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/46cfa0524ecf6e251681e879ebb49f9af91aa112 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-08 (Fri, 08 Apr 2016) Changed paths: M utils/install-bash_completions.bash Log Message: ----------- implement model/addon search for configure script option Commit: 242d1897a41cdb08381cc71a76c9f4748c515139 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/242d1897a41cdb08381cc71a76c9f4748c515139 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-08 (Fri, 08 Apr 2016) Changed paths: M configure Log Message: ----------- order available commands in debug output Commit: d643347485b8623392c864da0c917bf1063d5909 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/d643347485b8623392c864da0c917bf1063d5909 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-08 (Fri, 08 Apr 2016) Changed paths: M utils/install-bash_completions.bash Log Message: ----------- build specific completion for configure options Commit: aed426b2994c4b9c969dd57a1afe7cdb3ea65f49 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/aed426b2994c4b9c969dd57a1afe7cdb3ea65f49 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-08 (Fri, 08 Apr 2016) Changed paths: M install-sarah Log Message: ----------- update SARAH version to 4.8.2 Commit: b7be4638ab4768d336a61f5507d742b86cd9cc0a https://github.com/FlexibleSUSY/FlexibleSUSY/commit/b7be4638ab4768d336a61f5507d742b86cd9cc0a Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-08 (Fri, 08 Apr 2016) Changed paths: M ChangeLog Log Message: ----------- update ChangeLog Commit: 596d3367c527d3a9f926cc16a9535e648e9a7ad2 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/596d3367c527d3a9f926cc16a9535e648e9a7ad2 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-08 (Fri, 08 Apr 2016) Changed paths: M addons/GM2Calc/ffunctions.cpp M addons/GM2Calc/ffunctions.hpp M addons/GM2Calc/gm2_1loop.cpp M addons/GM2Calc/gm2scan.cpp M configure Log Message: ----------- import GM2Calc 1.1.2 Commit: 45583a495d1409ac8dcada8d653a34d070119ee3 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/45583a495d1409ac8dcada8d653a34d070119ee3 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-09 (Sat, 09 Apr 2016) Changed paths: A meta/TwoLoopMSSM.m Log Message: ----------- First implementation of MSSM Higgs 2L corrections O(alpha_s alpha_t) from arxiv:hep-ph/0105096 Commit: ab1e6c866456d3e818f0aee0ae2b2c54737e7749 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/ab1e6c866456d3e818f0aee0ae2b2c54737e7749 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-09 (Sat, 09 Apr 2016) Changed paths: M meta/TwoLoopMSSM.m Log Message: ----------- defining ReplaceStopMasses[] delayed in order to be able to change $signMu from extern Commit: 00ec40d929f663bb319acf1bcfe66d00335bbcf7 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/00ec40d929f663bb319acf1bcfe66d00335bbcf7 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-09 (Sat, 09 Apr 2016) Changed paths: M meta/TwoLoopMSSM.m Log Message: ----------- correcting undefined term in f3[] Commit: 180b52cba547a3055681d6f93c80f27519fb0590 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/180b52cba547a3055681d6f93c80f27519fb0590 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-09 (Sat, 09 Apr 2016) Changed paths: M meta/TwoLoopMSSM.m Log Message: ----------- fixing typos Commit: 4b7255c100a76d48bb04b72c06a5e55769c37687 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/4b7255c100a76d48bb04b72c06a5e55769c37687 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-09 (Sat, 09 Apr 2016) Changed paths: M meta/TwoLoopMSSM.m Log Message: ----------- fix missing/wrong Log[]^2 terms Commit: 2136784f90cc27e170c0d9b179fa88a45dddd1de https://github.com/FlexibleSUSY/FlexibleSUSY/commit/2136784f90cc27e170c0d9b179fa88a45dddd1de Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-09 (Sat, 09 Apr 2016) Changed paths: M meta/TwoLoopMSSM.m Log Message: ----------- remove unused unit calculation Commit: 25164ee1faa8adb3536bbf64a5ef8af2e83bdd24 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/25164ee1faa8adb3536bbf64a5ef8af2e83bdd24 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-09 (Sat, 09 Apr 2016) Changed paths: M meta/TwoLoopMSSM.m Log Message: ----------- avoid leaking of F31L Commit: 2145de634af13f7334ea12825cbebcc38ab28725 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/2145de634af13f7334ea12825cbebcc38ab28725 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-09 (Sat, 09 Apr 2016) Changed paths: M meta/TwoLoopMSSM.m Log Message: ----------- correcting missing Log[]^2 Commit: 93cefdef372d2ac32adf49e5e666253146a061fa https://github.com/FlexibleSUSY/FlexibleSUSY/commit/93cefdef372d2ac32adf49e5e666253146a061fa Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-09 (Sat, 09 Apr 2016) Changed paths: M meta/TwoLoopMSSM.m Log Message: ----------- rename interface function for clarity Commit: 7a3956a809657bb5ea112c22c1a3b8bb884c5b6f https://github.com/FlexibleSUSY/FlexibleSUSY/commit/7a3956a809657bb5ea112c22c1a3b8bb884c5b6f Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-09 (Sat, 09 Apr 2016) Changed paths: M meta/TwoLoopMSSM.m Log Message: ----------- replace only mst1 and mst2 to ensure all occurrences are replaced Commit: 481b5d10e8089d27d552ba50397a75d05dd3b58e https://github.com/FlexibleSUSY/FlexibleSUSY/commit/481b5d10e8089d27d552ba50397a75d05dd3b58e Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-09 (Sat, 09 Apr 2016) Changed paths: M meta/TwoLoopMSSM.m Log Message: ----------- adding explicit refs. Commit: 61d795927009e0498f1a06b966f74f1a3666360e https://github.com/FlexibleSUSY/FlexibleSUSY/commit/61d795927009e0498f1a06b966f74f1a3666360e Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-09 (Sat, 09 Apr 2016) Changed paths: M src/mssm_twoloophiggs.h Log Message: ----------- make mssm_twoloophiggs.h C compatible Commit: d6ecd05c0f85fd0fb2aec2bd4615136b6257b9d2 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/d6ecd05c0f85fd0fb2aec2bd4615136b6257b9d2 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-09 (Sat, 09 Apr 2016) Changed paths: M test/module.mk A test/test_MSSM_2L_analytic.m Log Message: ----------- adding comparison of Piertro's routines w/ analytic implementation Commit: 22ef8a0120d53f856bc1481b1a3b28e3d94d0ba9 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/22ef8a0120d53f856bc1481b1a3b28e3d94d0ba9 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-09 (Sat, 09 Apr 2016) Changed paths: M test/test_MSSM_2L_analytic.m Log Message: ----------- testing 100 random points Commit: 9664d695b3b209703adcf2a22fa2296dbe848cfd https://github.com/FlexibleSUSY/FlexibleSUSY/commit/9664d695b3b209703adcf2a22fa2296dbe848cfd Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-10 (Sun, 10 Apr 2016) Changed paths: M meta/TwoLoopMSSM.m M test/test_MSSM_2L_analytic.m Log Message: ----------- convert arguments to "options" in order to be more flexible on the order of the parameters Commit: 48afb4b6ff3c1de192ef01f872ce4f8597c558d2 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/48afb4b6ff3c1de192ef01f872ce4f8597c558d2 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-10 (Sun, 10 Apr 2016) Changed paths: M meta/TwoLoopMSSM.m Log Message: ----------- Handle limit At -> 0 Commit: 57a5c280f63f76ff6614bde1062c132babb0e47d https://github.com/FlexibleSUSY/FlexibleSUSY/commit/57a5c280f63f76ff6614bde1062c132babb0e47d Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-10 (Sun, 10 Apr 2016) Changed paths: M meta/TwoLoopMSSM.m Log Message: ----------- handle limit sin2Theta -> 0 Commit: 71be885339957483bd8ec5225ebe5ed341856154 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/71be885339957483bd8ec5225ebe5ed341856154 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-10 (Sun, 10 Apr 2016) Changed paths: M meta/TwoLoopMSSM.m Log Message: ----------- adding sin2Theta -> 0 limit as an example Commit: 40546ecfd322b09d857120c5f84dd15114eaf1a4 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/40546ecfd322b09d857120c5f84dd15114eaf1a4 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-10 (Sun, 10 Apr 2016) Changed paths: M meta/TwoLoopMSSM.m M test/test_MSSM_2L_analytic.m Log Message: ----------- catching case when mst1 == mst2 Commit: e6c24aa68080e435eff97b11f31e4b09aedd5b8c https://github.com/FlexibleSUSY/FlexibleSUSY/commit/e6c24aa68080e435eff97b11f31e4b09aedd5b8c Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-10 (Sun, 10 Apr 2016) Changed paths: M test/test_MSSM_2L_analytic.m Log Message: ----------- testing limits analytically Commit: 871c804b5d7c5908296de78333573121ab247270 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/871c804b5d7c5908296de78333573121ab247270 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-10 (Sun, 10 Apr 2016) Changed paths: M meta/TwoLoopMSSM.m M test/test_MSSM_2L_analytic.m Log Message: ----------- make signMu a model parameter Commit: 25dbfc75dd2ff8106d3660d36785203b128be11f https://github.com/FlexibleSUSY/FlexibleSUSY/commit/25dbfc75dd2ff8106d3660d36785203b128be11f Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-10 (Sun, 10 Apr 2016) Changed paths: M test/test_MSSM_2L_analytic.m Log Message: ----------- test also negative Mu Commit: 94c6c25c1cc6a16f2a3ab0ff6331af6231de579e https://github.com/FlexibleSUSY/FlexibleSUSY/commit/94c6c25c1cc6a16f2a3ab0ff6331af6231de579e Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-10 (Sun, 10 Apr 2016) Changed paths: M meta/TwoLoopMSSM.m Log Message: ----------- extending documentation Commit: c7e4d4a8f98939a876cd8111e949ffe210f59fcf https://github.com/FlexibleSUSY/FlexibleSUSY/commit/c7e4d4a8f98939a876cd8111e949ffe210f59fcf Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-10 (Sun, 10 Apr 2016) Changed paths: M test/test_MSSM_2L_analytic.m Log Message: ----------- testing limits of ReplaceStopMasses[] Commit: 0dacf34a1aac4b2d95ba5d9fdc792e5439decd53 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/0dacf34a1aac4b2d95ba5d9fdc792e5439decd53 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-11 (Mon, 11 Apr 2016) Changed paths: M test/test_MSSM_2L_analytic.m Log Message: ----------- catch problem when executable cannot be created Commit: bb9d4eabbb7c9afb22c097c62f84136243814e12 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/bb9d4eabbb7c9afb22c097c62f84136243814e12 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-11 (Mon, 11 Apr 2016) Changed paths: M src/mssm_twoloophiggs.f M src/mssm_twoloophiggs.h Log Message: ----------- remove unused dummy_() function Commit: 13123018dc1385cc0dc363f107296735c1338d33 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/13123018dc1385cc0dc363f107296735c1338d33 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-11 (Mon, 11 Apr 2016) Changed paths: M src/mssm_twoloophiggs.h Log Message: ----------- remove unused function declaration Commit: e11de1f242a72734d566ed20fe55b4f6fa06f7f9 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/e11de1f242a72734d566ed20fe55b4f6fa06f7f9 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-11 (Mon, 11 Apr 2016) Changed paths: M src/numerics.cpp M src/numerics.h Log Message: ----------- remove unused dilog routines from SOFTSUSY Commit: 0ac0061f0b245a97f2e72def718cae1773418cea https://github.com/FlexibleSUSY/FlexibleSUSY/commit/0ac0061f0b245a97f2e72def718cae1773418cea Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-11 (Mon, 11 Apr 2016) Changed paths: M src/lowe.cpp Log Message: ----------- remove unnecessary exception if Q > Mt in QedQcd Commit: 9cb4118c67bf2711c04f61b110cc2814474b9e86 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/9cb4118c67bf2711c04f61b110cc2814474b9e86 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-11 (Mon, 11 Apr 2016) Changed paths: M utils/scan-slha.sh Log Message: ----------- put running of spectrum generator into separate function Commit: 5625b1a5ee127b7b4bc1da11707b155756f41ebf https://github.com/FlexibleSUSY/FlexibleSUSY/commit/5625b1a5ee127b7b4bc1da11707b155756f41ebf Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-11 (Mon, 11 Apr 2016) Changed paths: M utils/scan-slha.sh Log Message: ----------- adding function to run SPheno Commit: e84d71deb1ff69d9c9f3fc570cd1b8459995ea32 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/e84d71deb1ff69d9c9f3fc570cd1b8459995ea32 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-11 (Mon, 11 Apr 2016) Changed paths: M utils/scan-slha.sh Log Message: ----------- allow to run SPheno Commit: 689029a65e8c3c59be1d0ed244b942e65cb5c3b5 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/689029a65e8c3c59be1d0ed244b942e65cb5c3b5 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-11 (Mon, 11 Apr 2016) Changed paths: M meta/ThreeLoopMSSM.m Log Message: ----------- correcting documentation of BetaMSSM[] Commit: 7a0d77d02c9b8df79a66ea0eb45d922656bcb438 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/7a0d77d02c9b8df79a66ea0eb45d922656bcb438 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-12 (Tue, 12 Apr 2016) Changed paths: M meta/TwoLoopMSSM.m Log Message: ----------- typo Commit: a048e2ed7c3fa8a9eeb3738ddb08e13c71562028 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/a048e2ed7c3fa8a9eeb3738ddb08e13c71562028 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-12 (Tue, 12 Apr 2016) Changed paths: A doc/meta_code.dox M doc/package.dox Log Message: ----------- adding brief overview over re-usable FS packages Commit: 224311271d73fddb6bb88fbdeaba5e37c2fceebb https://github.com/FlexibleSUSY/FlexibleSUSY/commit/224311271d73fddb6bb88fbdeaba5e37c2fceebb Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-12 (Tue, 12 Apr 2016) Changed paths: M meta/LoopMasses.m M meta/TwoLoopQCD.m M test/test_ThreeLoopQCD.m Log Message: ----------- rename functions for clarity Commit: eae138b03a128ebcd867327db36b05f8b4eefcea https://github.com/FlexibleSUSY/FlexibleSUSY/commit/eae138b03a128ebcd867327db36b05f8b4eefcea Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-12 (Tue, 12 Apr 2016) Changed paths: M configure Log Message: ----------- better name for default values of enable_tsil and enable_sqlite Commit: 96ef60e98c7f5ff93331d7bba0ebeccf454368db https://github.com/FlexibleSUSY/FlexibleSUSY/commit/96ef60e98c7f5ff93331d7bba0ebeccf454368db Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-12 (Tue, 12 Apr 2016) Changed paths: M templates/module.mk.in Log Message: ----------- link TSIL librarie to spectrum generator executables Commit: 91b66e0ed028ec2f309883ee711e4b20555128b3 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/91b66e0ed028ec2f309883ee711e4b20555128b3 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-13 (Wed, 13 Apr 2016) Changed paths: M templates/module.mk.in Log Message: ----------- clean SLHA input file Commit: d4bd1f1a5697709aa3aad2e24e98c3d2fda61311 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/d4bd1f1a5697709aa3aad2e24e98c3d2fda61311 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-13 (Wed, 13 Apr 2016) Changed paths: M meta/FlexibleSUSY.m M templates/module.mk.in Log Message: ----------- first dummy implementation to generate SLHA input file Commit: 8919fe13b194eac9f128c533fb3ec4cb53ef5766 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/8919fe13b194eac9f128c533fb3ec4cb53ef5766 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-13 (Wed, 13 Apr 2016) Changed paths: M meta/FlexibleSUSY.m M meta/Parameters.m Log Message: ----------- store block name in inputParameters list Commit: 2b49fbfddd2da6059f94ca0faf4f74bbea186e3f https://github.com/FlexibleSUSY/FlexibleSUSY/commit/2b49fbfddd2da6059f94ca0faf4f74bbea186e3f Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-13 (Wed, 13 Apr 2016) Changed paths: M meta/FlexibleSUSY.m Log Message: ----------- eliminate internal usage of SARAH's MINPAR and EXPAR variables Commit: 3e57bba85b37b2b1b5451301a0cd278b4094c428 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/3e57bba85b37b2b1b5451301a0cd278b4094c428 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-13 (Wed, 13 Apr 2016) Changed paths: M meta/FlexibleSUSY.m M meta/Parameters.m M meta/WriteOut.m Log Message: ----------- simplify reading of extra / unfixed SLHA input parameters Commit: 0210fac403c32ded609421de2a5dd0e6ffed669d https://github.com/FlexibleSUSY/FlexibleSUSY/commit/0210fac403c32ded609421de2a5dd0e6ffed669d Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-13 (Wed, 13 Apr 2016) Changed paths: M meta/FlexibleSUSY.m Log Message: ----------- creating output blocks for unfixed parameters Commit: ef4d39ba472fb9d824e619ed90034031905f312d https://github.com/FlexibleSUSY/FlexibleSUSY/commit/ef4d39ba472fb9d824e619ed90034031905f312d Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-13 (Wed, 13 Apr 2016) Changed paths: M meta/FlexibleSUSY.m M meta/Parameters.m M meta/WriteOut.m Log Message: ----------- Merge branch 'refactor-input-parameters' into development Commit: 36e395911b6fcecb3485feb9cefecf7f02992f30 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/36e395911b6fcecb3485feb9cefecf7f02992f30 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-13 (Wed, 13 Apr 2016) Changed paths: M meta/FlexibleSUSY.m M meta/Parameters.m M meta/WriteOut.m Log Message: ----------- Merge branch 'development' into feature-generate-slha-input-file Commit: 32bf5290d603cb447e8b9c757f7ed99644a418b3 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/32bf5290d603cb447e8b9c757f7ed99644a418b3 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-13 (Wed, 13 Apr 2016) Changed paths: M meta/FlexibleSUSY.m M meta/WriteOut.m Log Message: ----------- generating SLHA input file Commit: 052ee8c437212a62e7b8dfeb4e2b71840e2bfe4f https://github.com/FlexibleSUSY/FlexibleSUSY/commit/052ee8c437212a62e7b8dfeb4e2b71840e2bfe4f Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-13 (Wed, 13 Apr 2016) Changed paths: A templates/LesHouches.in Log Message: ----------- adding SLHA input file template Commit: ff74787ad85dfe75990841c907e29771b29078bb https://github.com/FlexibleSUSY/FlexibleSUSY/commit/ff74787ad85dfe75990841c907e29771b29078bb Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-13 (Wed, 13 Apr 2016) Changed paths: M ChangeLog Log Message: ----------- update ChangeLog Commit: 5cc8c27365de0b17b0dbe3b1b09704ba6ede2f4e https://github.com/FlexibleSUSY/FlexibleSUSY/commit/5cc8c27365de0b17b0dbe3b1b09704ba6ede2f4e Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-14 (Thu, 14 Apr 2016) Changed paths: M model_files/cCMSSM/FlexibleSUSY.m.in M model_files/complexMSSM/FlexibleSUSY.m.in Log Message: ----------- adding complex Phases to list of input parameters Commit: e7df215e2cf96b04ea5830633ff607741a29218a https://github.com/FlexibleSUSY/FlexibleSUSY/commit/e7df215e2cf96b04ea5830633ff607741a29218a Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-15 (Fri, 15 Apr 2016) Changed paths: M ChangeLog Log Message: ----------- fix typo Commit: 65640f6753a0851d9333556a0e4655431a6b84db https://github.com/FlexibleSUSY/FlexibleSUSY/commit/65640f6753a0851d9333556a0e4655431a6b84db Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-15 (Fri, 15 Apr 2016) Changed paths: M src/lowe.cpp Log Message: ----------- don't throw if loop order is > 3 and avoid branch mis-predictions Commit: e5ab853ab2e9fcbf44ee98ec7518640ad971db8f https://github.com/FlexibleSUSY/FlexibleSUSY/commit/e5ab853ab2e9fcbf44ee98ec7518640ad971db8f Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-15 (Fri, 15 Apr 2016) Changed paths: M model_files/YukawaCMSSM/FlexibleSUSY.m.in Log Message: ----------- adding Sign[\[Mu]] to list of input parameters in the YukawaCMSSM Commit: df1036bbce8b2ea55aefaaabca28f4e8bd11b91f https://github.com/FlexibleSUSY/FlexibleSUSY/commit/df1036bbce8b2ea55aefaaabca28f4e8bd11b91f Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-15 (Fri, 15 Apr 2016) Changed paths: A model_files/MRSSM2/FlexibleSUSY.m.in A model_files/MRSSM2/LesHouches.in.MRSSM2 M test/test_run_all_spectrum_generators.sh Log Message: ----------- adding alternative MRSSM model file which is more stable Commit: dc11a9a0936b01e4c18e692520b0ae3aafca1a84 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/dc11a9a0936b01e4c18e692520b0ae3aafca1a84 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-15 (Fri, 15 Apr 2016) Changed paths: M meta/Utils.m Log Message: ----------- Adding helper function to determine relative difference between numbers in a set Commit: 210f61a8df27c841861d421ad2c2f35368f84255 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/210f61a8df27c841861d421ad2c2f35368f84255 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-15 (Fri, 15 Apr 2016) Changed paths: M meta/Utils.m Log Message: ----------- rewrite MaxRelDiff to be symmetric and deal with negative numbers Commit: 214dd075c230b2deaf861dd38e98db8b8e8f58d8 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/214dd075c230b2deaf861dd38e98db8b8e8f58d8 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-15 (Fri, 15 Apr 2016) Changed paths: M test/test_MSSM_2L_analytic.m Log Message: ----------- compare only numbers which correspond to each other Commit: 7f8c28f4aaef237b6fe75a9d3ffcd40bc553493f https://github.com/FlexibleSUSY/FlexibleSUSY/commit/7f8c28f4aaef237b6fe75a9d3ffcd40bc553493f Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-15 (Fri, 15 Apr 2016) Changed paths: M meta/Utils.m Log Message: ----------- simplify underflow condition Commit: 6544591ef82b3c6eb3f843b5408001a73f1b9f0a https://github.com/FlexibleSUSY/FlexibleSUSY/commit/6544591ef82b3c6eb3f843b5408001a73f1b9f0a Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-15 (Fri, 15 Apr 2016) Changed paths: M src/wrappers.cpp M src/wrappers.hpp M test/test_wrappers.cpp Log Message: ----------- properly handle negative numbers in MaxRelDiff Commit: eca02daad418369647a55270d7fa74dfc8dc1f4f https://github.com/FlexibleSUSY/FlexibleSUSY/commit/eca02daad418369647a55270d7fa74dfc8dc1f4f Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-15 (Fri, 15 Apr 2016) Changed paths: M utils/scan-slha.sh Log Message: ----------- allow user to run SOFTSUSY in SLHA scan script Commit: b624f4c1f86a33f62516ac4a93fceb72920eee23 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/b624f4c1f86a33f62516ac4a93fceb72920eee23 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-15 (Fri, 15 Apr 2016) Changed paths: M utils/scan-slha.sh Log Message: ----------- substitute ~ by $HOME Commit: e9954d6b715787913559b17a47514908defb17aa https://github.com/FlexibleSUSY/FlexibleSUSY/commit/e9954d6b715787913559b17a47514908defb17aa Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-15 (Fri, 15 Apr 2016) Changed paths: M src/numerics.cpp Log Message: ----------- Bugfix: better numerical stability of B0 and B22 for very large masses and small momentum Commit: 2d5a402544ee4c859b249f7ff9556125d916b6f4 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/2d5a402544ee4c859b249f7ff9556125d916b6f4 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-15 (Fri, 15 Apr 2016) Changed paths: M src/numerics.cpp Log Message: ----------- reuse variables for speedup Commit: b61b7348f293d89ad44b2fde851d8ddc7717c692 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/b61b7348f293d89ad44b2fde851d8ddc7717c692 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-15 (Fri, 15 Apr 2016) Changed paths: M ChangeLog Log Message: ----------- update ChangeLog Commit: 4ba0ad3092f637cd73690702486bd7428e1e6154 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/4ba0ad3092f637cd73690702486bd7428e1e6154 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-16 (Sat, 16 Apr 2016) Changed paths: M src/threshold_loop_functions.cpp Log Message: ----------- fix compiler warnings with clang++ Commit: 8c43920c2b1313f449c1065402ee290a63df6448 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/8c43920c2b1313f449c1065402ee290a63df6448 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-16 (Sat, 16 Apr 2016) Changed paths: M templates/utilities.hpp.in Log Message: ----------- fix compiler warning Commit: 9e50c097631cc8dbd94242911b5d9fae331e4137 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/9e50c097631cc8dbd94242911b5d9fae331e4137 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-16 (Sat, 16 Apr 2016) Changed paths: M meta/TwoLoopMSSM.m M test/test_MSSM_2L_analytic.m Log Message: ----------- implement 2L CP-odd MSSM Higgs corrections Commit: a889eb52e116e107626bc00fa305f47bfef33109 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/a889eb52e116e107626bc00fa305f47bfef33109 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-16 (Sat, 16 Apr 2016) Changed paths: M meta/TwoLoopMSSM.m Log Message: ----------- correcting prefactor of F1L Commit: 15fe5aa8893e8dc42183804a0d0408d02a703dc6 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/15fe5aa8893e8dc42183804a0d0408d02a703dc6 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-16 (Sat, 16 Apr 2016) Changed paths: M meta/TwoLoopMSSM.m Log Message: ----------- correcting occurrence of sin2Theta in fA Commit: c39e740827e94365c804663f33a259cf0bddc4ca https://github.com/FlexibleSUSY/FlexibleSUSY/commit/c39e740827e94365c804663f33a259cf0bddc4ca Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-16 (Sat, 16 Apr 2016) Changed paths: M doc/meta_code.dox Log Message: ----------- correcting wording in documentation Commit: 19654796d446cd5e18f9790aaa929b29d954a022 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/19654796d446cd5e18f9790aaa929b29d954a022 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-17 (Sun, 17 Apr 2016) Changed paths: M meta/TwoLoopMSSM.m Log Message: ----------- stating mixing angle convention, Eq. (18) Commit: c3a93ce18a1871c408503d0d759c845549145c02 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/c3a93ce18a1871c408503d0d759c845549145c02 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-17 (Sun, 17 Apr 2016) Changed paths: M meta/TwoLoopMSSM.m Log Message: ----------- calculated field-independent mixing angle, Eq. (18) because the 2L expression are expressed in terms of it. Commit: b9542d741ecba4975321f8e7f25e0dee11fa119b https://github.com/FlexibleSUSY/FlexibleSUSY/commit/b9542d741ecba4975321f8e7f25e0dee11fa119b Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-17 (Sun, 17 Apr 2016) Changed paths: M test/test_sfermions.cpp Log Message: ----------- test sfermions module with Eq. (19) of arxiv:hep-ph/0105096 Commit: 96135df8c036a3ab014472ff6587b83b684f47c2 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/96135df8c036a3ab014472ff6587b83b684f47c2 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-18 (Mon, 18 Apr 2016) Changed paths: M test/test_MSSM_2L_analytic.m Log Message: ----------- generate pseudo random numbers in order to make the test reproducible Commit: 895a505df95413a724a07ee10614d1728c19b8af https://github.com/FlexibleSUSY/FlexibleSUSY/commit/895a505df95413a724a07ee10614d1728c19b8af Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-19 (Tue, 19 Apr 2016) Changed paths: M utils/scan-slha.sh Log Message: ----------- print last value, in case multiple blocks have been found Commit: 3985cda04db45a515b5573bbc0272976d30d7cf4 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/3985cda04db45a515b5573bbc0272976d30d7cf4 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-19 (Tue, 19 Apr 2016) Changed paths: M meta/FlexibleSUSY.m Log Message: ----------- adding Standard Model input parameters list Commit: a552b372f7210ca03b3073da759278b61a251d23 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/a552b372f7210ca03b3073da759278b61a251d23 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-19 (Tue, 19 Apr 2016) Changed paths: M src/two_scale_solver.hpp M templates/high_scale_spectrum_generator.hpp.in M templates/low_scale_spectrum_generator.hpp.in Log Message: ----------- make RGFlow<Two_scale> non-copyable because a proper copy constructor is not implemented Commit: b32bfc7bbbef7647060ee3941a1bb7640ab1daf4 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/b32bfc7bbbef7647060ee3941a1bb7640ab1daf4 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-19 (Tue, 19 Apr 2016) Changed paths: M meta/Parameters.m Log Message: ----------- adding meta code setter for SM parameters in the QedQcd class Commit: d6fdace7799152cf7d47027ff33f5f29f67f26e9 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/d6fdace7799152cf7d47027ff33f5f29f67f26e9 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-19 (Tue, 19 Apr 2016) Changed paths: M src/lowe.cpp Log Message: ----------- numerical comparison taking rounding errors into account Commit: 79218c9ffe5f9f3528e9e1b858942e91534330a0 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/79218c9ffe5f9f3528e9e1b858942e91534330a0 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-19 (Tue, 19 Apr 2016) Changed paths: M test/test_lowe.cpp Log Message: ----------- adding test to check whether toMz() can be called again Currently, if toMz() is called again, the result changes. Commit: 96d02e796fa97ebc190099d725130e9fc8fd3507 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/96d02e796fa97ebc190099d725130e9fc8fd3507 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-20 (Wed, 20 Apr 2016) Changed paths: M src/wrappers.hpp Log Message: ----------- make MaxRelDiff work for dynamic matrices and arrays Commit: 3c870e852a12126a87632a1dcda9f8d8dac760b1 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/3c870e852a12126a87632a1dcda9f8d8dac760b1 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-20 (Wed, 20 Apr 2016) Changed paths: M src/lowe.cpp M src/lowe.h Log Message: ----------- implement function to consistently extract running SM parameters from QedQcd class Commit: a066fc29377db132243063032b41118233a82f4f https://github.com/FlexibleSUSY/FlexibleSUSY/commit/a066fc29377db132243063032b41118233a82f4f Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-20 (Wed, 20 Apr 2016) Changed paths: M test/test_lowe.cpp Log Message: ----------- adding test for new to2() function Commit: 00798ca2cde49e3c96e8d3ffd7d8f8ca674ddf88 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/00798ca2cde49e3c96e8d3ffd7d8f8ca674ddf88 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-20 (Wed, 20 Apr 2016) Changed paths: M src/lowe.cpp M src/lowe.h M test/test_lowe.cpp Log Message: ----------- rename to2() function Commit: 7c2ba80869f84400137fdb16649d6e9dca2428be https://github.com/FlexibleSUSY/FlexibleSUSY/commit/7c2ba80869f84400137fdb16649d6e9dca2428be Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-20 (Wed, 20 Apr 2016) Changed paths: M src/error.hpp Log Message: ----------- exception classes are not solver-specific Commit: 3a585aaf587c3a07dec675c6f8466a3033167ee9 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/3a585aaf587c3a07dec675c6f8466a3033167ee9 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-20 (Wed, 20 Apr 2016) Changed paths: M src/lowe.cpp M src/lowe.h M src/slha_io.cpp M test/test_lowe.cpp Log Message: ----------- make to() re-callable by adding fixed input parameters Commit: 77ac3bdd859e857fbc8da1966de530b1d068fa74 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/77ac3bdd859e857fbc8da1966de530b1d068fa74 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-20 (Wed, 20 Apr 2016) Changed paths: M src/lowe.cpp M src/lowe.h M test/test_lowe.cpp Log Message: ----------- store input parameters in separate input vector to clean up the QedQcd class Commit: 56eec6a45ad54b56348d69ba80e09a231a35fd4b https://github.com/FlexibleSUSY/FlexibleSUSY/commit/56eec6a45ad54b56348d69ba80e09a231a35fd4b Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-20 (Wed, 20 Apr 2016) Changed paths: M test/module.mk Log Message: ----------- adding test target for shell scripts Commit: b1c3e8546ff9ea2a8e36c36b446523299043afd5 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/b1c3e8546ff9ea2a8e36c36b446523299043afd5 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-20 (Wed, 20 Apr 2016) Changed paths: M test/test_CMSSM_model.cpp M test/test_CMSSM_slha_output.cpp M test/test_NMSSM_slha_output.cpp Log Message: ----------- due to some numerics on my machine some tests seem to fail Commit: 3de0a59fcbb977cce1df74d85ce499023ddf8d44 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/3de0a59fcbb977cce1df74d85ce499023ddf8d44 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-20 (Wed, 20 Apr 2016) Changed paths: M src/standard_model.cpp M templates/run.cpp.in M templates/run_cmd_line.cpp.in M templates/scan.cpp.in Log Message: ----------- replace calls toMz() by calls to() This allows all routines to re-calculate the SM(5) parameters, if needed. Commit: 5edacf9bdd248280da43841845070a068f2b010d https://github.com/FlexibleSUSY/FlexibleSUSY/commit/5edacf9bdd248280da43841845070a068f2b010d Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-20 (Wed, 20 Apr 2016) Changed paths: M src/lowe.cpp M src/lowe.h Log Message: ----------- clean up to() function Commit: b8722e97e1cf196f0d09c3957835a0c179dd873f https://github.com/FlexibleSUSY/FlexibleSUSY/commit/b8722e97e1cf196f0d09c3957835a0c179dd873f Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-20 (Wed, 20 Apr 2016) Changed paths: M src/lowe.cpp M src/lowe.h Log Message: ----------- avoid explicit call to resize() Commit: 298a287b2e4c5b1f602685ae5e3d44aa3092a0b7 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/298a287b2e4c5b1f602685ae5e3d44aa3092a0b7 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-21 (Thu, 21 Apr 2016) Changed paths: M src/slha_io.cpp M src/slha_io.hpp Log Message: ----------- adding convenience function to insert multiple blocks at once Commit: 153c45ad6afb4edbefc4fb0a805283e579a985fe https://github.com/FlexibleSUSY/FlexibleSUSY/commit/153c45ad6afb4edbefc4fb0a805283e579a985fe Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-21 (Thu, 21 Apr 2016) Changed paths: M templates/slha_io.hpp.in Log Message: ----------- forwarding convenience functions Commit: e322b7ad201826eee0f5eb1753b66813a227acde https://github.com/FlexibleSUSY/FlexibleSUSY/commit/e322b7ad201826eee0f5eb1753b66813a227acde Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-21 (Thu, 21 Apr 2016) Changed paths: M meta/WriteOut.m Log Message: ----------- decompose WriteSLHAMassBlock[] function Commit: e2f48acdb6efeca4206cefffaa25a85cd39ef29b https://github.com/FlexibleSUSY/FlexibleSUSY/commit/e2f48acdb6efeca4206cefffaa25a85cd39ef29b Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-21 (Thu, 21 Apr 2016) Changed paths: M src/eigen_utils.hpp Log Message: ----------- adding binary_map helper function for Eigen arrays Commit: 8c9b346e08c963a9317233feb3a13772dd7a3f4a https://github.com/FlexibleSUSY/FlexibleSUSY/commit/8c9b346e08c963a9317233feb3a13772dd7a3f4a Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-21 (Thu, 21 Apr 2016) Changed paths: M src/wrappers.hpp Log Message: ----------- adding generalizations of Sqr function and adding Mathematica wrapper for Total() Commit: 78d5b6a01cf9927c2c14eaf1f69bd4797ceb3cf9 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/78d5b6a01cf9927c2c14eaf1f69bd4797ceb3cf9 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-21 (Thu, 21 Apr 2016) Changed paths: M model_files/NMSSMCPV/LesHouches.in.NMSSMCPV Log Message: ----------- use non-tachyonic parameter point Commit: 38e1c92e703cefe78c9e3bdb3fc0f4dc52de047e https://github.com/FlexibleSUSY/FlexibleSUSY/commit/38e1c92e703cefe78c9e3bdb3fc0f4dc52de047e Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-21 (Thu, 21 Apr 2016) Changed paths: M model_files/NMSSMCPV/FlexibleSUSY.m.in Log Message: ----------- print real part of lambda only Commit: 267a13ff05ffe9282e4aa82b6dc8997309201c24 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/267a13ff05ffe9282e4aa82b6dc8997309201c24 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-21 (Thu, 21 Apr 2016) Changed paths: M meta/CConversion.m Log Message: ----------- adding Sqr[] to CConversion namespace for consistency Commit: 80c1683806ebfee8c86fc346eaeedcc27e918959 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/80c1683806ebfee8c86fc346eaeedcc27e918959 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-21 (Thu, 21 Apr 2016) Changed paths: M src/wrappers.hpp M test/test_wrappers.cpp Log Message: ----------- fix compilation with clang++ and add some overloads of Abs, Sqr, Sqrt, Total Commit: 2c5cdfa7a71f9dce09f99479a5b3c7955ab0357a https://github.com/FlexibleSUSY/FlexibleSUSY/commit/2c5cdfa7a71f9dce09f99479a5b3c7955ab0357a Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-21 (Thu, 21 Apr 2016) Changed paths: M test/test.sh Log Message: ----------- allowing scientific notation Commit: 18964d06d7e5767c49923433906ecdcf6ba1d7ea https://github.com/FlexibleSUSY/FlexibleSUSY/commit/18964d06d7e5767c49923433906ecdcf6ba1d7ea Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-21 (Thu, 21 Apr 2016) Changed paths: M test/test.sh Log Message: ----------- return 1 when test fails which is shell convention Commit: 055c441bbd62b14e9ef16a2a5c43f24e6656395c https://github.com/FlexibleSUSY/FlexibleSUSY/commit/055c441bbd62b14e9ef16a2a5c43f24e6656395c Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-21 (Thu, 21 Apr 2016) Changed paths: M test/test.sh Log Message: ----------- properly handle negative numbers Commit: 242e94f2dca85727773f29d54e82c71a5a8c8f54 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/242e94f2dca85727773f29d54e82c71a5a8c8f54 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-22 (Fri, 22 Apr 2016) Changed paths: M ChangeLog Log Message: ----------- update ChangeLog Commit: 1ed9c0a604e489411377ca8eca5124c7c8f721b5 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/1ed9c0a604e489411377ca8eca5124c7c8f721b5 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-24 (Sun, 24 Apr 2016) Changed paths: M src/wrappers.hpp M test/test_wrappers.cpp Log Message: ----------- adding overload for Sqrt(Integer_type) to cast the integer type to double Commit: 0d98a54bbd6ddb0f702c8a8ce39bf8c4bab70321 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/0d98a54bbd6ddb0f702c8a8ce39bf8c4bab70321 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-24 (Sun, 24 Apr 2016) Changed paths: A meta/MSSM/BDSZHiggs.m M meta/TwoLoopMSSM.m M test/test_MSSM_2L_analytic.m Log Message: ----------- adding Pietro's 2L Higgs mass corrections O(alpha_t^2) Commit: fae78cc54005c0e6ade7a85bec26d1752f8a143b https://github.com/FlexibleSUSY/FlexibleSUSY/commit/fae78cc54005c0e6ade7a85bec26d1752f8a143b Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-24 (Sun, 24 Apr 2016) Changed paths: M meta/TwoLoopMSSM.m Log Message: ----------- adding references to P. Slavich's Higgs 2L corrections Commit: 022808ab71a318d2ba0796ebcb6249d9ba48f9e0 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/022808ab71a318d2ba0796ebcb6249d9ba48f9e0 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-24 (Sun, 24 Apr 2016) Changed paths: M meta/TwoLoopMSSM.m Log Message: ----------- expand terms if sin2Theta -> 0 Commit: afbd4abb79de78fa990cb292373f97971606efcb https://github.com/FlexibleSUSY/FlexibleSUSY/commit/afbd4abb79de78fa990cb292373f97971606efcb Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-25 (Mon, 25 Apr 2016) Changed paths: M templates/spectrum_generator_interface.hpp.in Log Message: ----------- adding non-const model getter for convenience Commit: dfe73e96f6af6f5b4f1f169bdfe86662fd055b69 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/dfe73e96f6af6f5b4f1f169bdfe86662fd055b69 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-25 (Mon, 25 Apr 2016) Changed paths: M meta/Parameters.m M src/lowe.h M src/slha_io.cpp Log Message: ----------- adding setters to set running alpha_i(MZ) In this way we avoid a potential bug if the user attempts to set alpha_i(MZ) if the QedQcd object is not at Q = MZ. Commit: 466ca065b59c4ca6580f71090815adeed0004601 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/466ca065b59c4ca6580f71090815adeed0004601 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-25 (Mon, 25 Apr 2016) Changed paths: M test/test_lowe.cpp Log Message: ----------- adapting test to commit dfe73e9 Commit: 4c01c9211135214b7b1ee30abb5bf99396e9e3dc https://github.com/FlexibleSUSY/FlexibleSUSY/commit/4c01c9211135214b7b1ee30abb5bf99396e9e3dc Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-25 (Mon, 25 Apr 2016) Changed paths: A meta/MSSM/BDSZHiggs.m M meta/TwoLoopMSSM.m M test/test_MSSM_2L_analytic.m Log Message: ----------- Merge branch 'feature-MSSM-2L-Higgs-alphat2' into development Commit: 885a9f2ff87c643b80979d00ba490d8c562f3ce5 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/885a9f2ff87c643b80979d00ba490d8c562f3ce5 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-25 (Mon, 25 Apr 2016) Changed paths: M meta/TwoLoopMSSM.m Log Message: ----------- Acknowledge Pietro Slavich for providing O(alpha_t^2) corrections The file provide by Pietro can be found in meta/MSSM/BDSZHiggs.m . Commit: f3e6e7d68b5d819f77e911e225bff80963e15ba0 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/f3e6e7d68b5d819f77e911e225bff80963e15ba0 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-25 (Mon, 25 Apr 2016) Changed paths: M meta/MSSM/BDSZHiggs.m M meta/TwoLoopMSSM.m Log Message: ----------- Update Pietro's routine to avoid confusion with Sqrt[mu2] term The new file has been provided by Pietro Slavich. Commit: 45c391ec4eeaaeba1408fb4cbec4d5b654bcba63 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/45c391ec4eeaaeba1408fb4cbec4d5b654bcba63 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-25 (Mon, 25 Apr 2016) Changed paths: M utils/install-bash_completions.bash Log Message: ----------- completion for --with-models= needs to search for module.mk files Commit: f8fdf604c75b4227e3e97047a1b501214d35f45f https://github.com/FlexibleSUSY/FlexibleSUSY/commit/f8fdf604c75b4227e3e97047a1b501214d35f45f Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-26 (Tue, 26 Apr 2016) Changed paths: M src/wrappers.hpp M templates/utilities.cpp.in Log Message: ----------- fix compiler warnings Commit: 118b0ca75205bb2b69685c14e78961b011621e47 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/118b0ca75205bb2b69685c14e78961b011621e47 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-26 (Tue, 26 Apr 2016) Changed paths: M test/test.sh Log Message: ----------- adding shell functions to obtain minimum/maximum of two numbers Commit: bcb99bcf85cd48edd011d0f361b6cadc405ed770 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/bcb99bcf85cd48edd011d0f361b6cadc405ed770 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-27 (Wed, 27 Apr 2016) Changed paths: M meta/Parameters.m Log Message: ----------- Bugfix: fix syntax error in input parameters struct in models w/o input parameter Commit: 0b1b277e514e3d3a5d39dc93d60a2b8ae00af50c https://github.com/FlexibleSUSY/FlexibleSUSY/commit/0b1b277e514e3d3a5d39dc93d60a2b8ae00af50c Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-27 (Wed, 27 Apr 2016) Changed paths: M templates/scan.cpp.in Log Message: ----------- avoid unnecessary occurrence of @InputParameter_1@ Commit: f1e279d632b14b8cf668c0e55b95a7a9bca0258f https://github.com/FlexibleSUSY/FlexibleSUSY/commit/f1e279d632b14b8cf668c0e55b95a7a9bca0258f Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-27 (Wed, 27 Apr 2016) Changed paths: M meta/FlexibleSUSY.m Log Message: ----------- replace @InputParameter_1@ by "" for models w/o input parameters Commit: 03b892eef906195c8d8d0c37d12e10daf12cfeef https://github.com/FlexibleSUSY/FlexibleSUSY/commit/03b892eef906195c8d8d0c37d12e10daf12cfeef Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-27 (Wed, 27 Apr 2016) Changed paths: M meta/Parameters.m Log Message: ----------- allow to use no macro in SetInputParameters[] function Commit: 8b5d87ec3467321a9a41c83594341a72fffea760 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/8b5d87ec3467321a9a41c83594341a72fffea760 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-27 (Wed, 27 Apr 2016) Changed paths: M meta/FlexibleSUSY.m M templates/scan.cpp.in Log Message: ----------- Bugfix: set input parameter only if model has some Commit: e117f9edbfc4bf101a4bcf954f8670428d725f12 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/e117f9edbfc4bf101a4bcf954f8670428d725f12 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-27 (Wed, 27 Apr 2016) Changed paths: M meta/FlexibleSUSY.m Log Message: ----------- move general input parameter replacement rule to GeneralReplacementRules[] Commit: 7e06688465c7274a296e7d51dbd874b86e4acd35 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/7e06688465c7274a296e7d51dbd874b86e4acd35 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-27 (Wed, 27 Apr 2016) Changed paths: M .gitattributes A model_files/NoInputParameters/FlexibleSUSY.m.in M test/test_run_all_spectrum_generators.sh Log Message: ----------- adding testing model w/o input parameters Commit: c3fdc4382f0509e1eaf282039779c45e14a706d0 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/c3fdc4382f0509e1eaf282039779c45e14a706d0 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-27 (Wed, 27 Apr 2016) Changed paths: M ChangeLog Log Message: ----------- update ChangeLog Commit: 6a1d9876316714cdc326a4d465077fa8e1ddd1ea https://github.com/FlexibleSUSY/FlexibleSUSY/commit/6a1d9876316714cdc326a4d465077fa8e1ddd1ea Author: Peter Athron <peter.athron at coepp.org.au> Date: 2016-04-28 (Thu, 28 Apr 2016) Changed paths: M src/ew_input.hpp Log Message: ----------- update default ew values to latest. Commit: cda64fd70dbda8b5b13530d532ee426370af4b4c https://github.com/FlexibleSUSY/FlexibleSUSY/commit/cda64fd70dbda8b5b13530d532ee426370af4b4c Author: Peter Athron <peter.athron at coepp.org.au> Date: 2016-04-28 (Thu, 28 Apr 2016) Changed paths: M .gitattributes M ChangeLog M meta/FlexibleSUSY.m M meta/Parameters.m A model_files/NoInputParameters/FlexibleSUSY.m.in M templates/scan.cpp.in M test/test_run_all_spectrum_generators.sh Log Message: ----------- Merge branch 'development' of https://github.com/FlexibleSUSY/FlexibleSUSY into development Commit: 993551921d3eb47a2012fcfe7d6c699888a1612d https://github.com/FlexibleSUSY/FlexibleSUSY/commit/993551921d3eb47a2012fcfe7d6c699888a1612d Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-28 (Thu, 28 Apr 2016) Changed paths: M meta/CConversion.m M test/test_CConversion.m Log Message: ----------- expand sums nested in function calls Commit: fe36a102d0979b0e92b00c9913c66973fc2baabf https://github.com/FlexibleSUSY/FlexibleSUSY/commit/fe36a102d0979b0e92b00c9913c66973fc2baabf Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-04-28 (Thu, 28 Apr 2016) Changed paths: M meta/CConversion.m Log Message: ----------- remove unnecessary newline Commit: 637d099ba923d79eb3908a749c49ff2f9322fdaa https://github.com/FlexibleSUSY/FlexibleSUSY/commit/637d099ba923d79eb3908a749c49ff2f9322fdaa Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-05-02 (Mon, 02 May 2016) Changed paths: M configure Log Message: ----------- escape spaces in absolute path variable Commit: 8b3a94fa91b25b45d4eb39fca82bf39a386da178 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/8b3a94fa91b25b45d4eb39fca82bf39a386da178 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-05-03 (Tue, 03 May 2016) Changed paths: M config/install_stripped.sh Log Message: ----------- quote file names to avoid problems when destination dir has a space Commit: 2e3a972a6e1ffca4c5bc82c5f71bfaf0b0b61f4c https://github.com/FlexibleSUSY/FlexibleSUSY/commit/2e3a972a6e1ffca4c5bc82c5f71bfaf0b0b61f4c Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-05-03 (Tue, 03 May 2016) Changed paths: M configure Log Message: ----------- escape spaces in install directory Commit: eb38328aeda60dfb6aa6c6670901c157ded6556c https://github.com/FlexibleSUSY/FlexibleSUSY/commit/eb38328aeda60dfb6aa6c6670901c157ded6556c Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-05-03 (Tue, 03 May 2016) Changed paths: M config/Makefile.in Log Message: ----------- remove unnecessary usage of absolute FlexibleSUSY directory Commit: 8f55bc0b500e53266408a56955bd9ee859433819 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/8f55bc0b500e53266408a56955bd9ee859433819 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-05-03 (Tue, 03 May 2016) Changed paths: M ChangeLog Log Message: ----------- update ChangeLog Commit: 221f0ef530b13ab7a7360f34638f3561b3df077c https://github.com/FlexibleSUSY/FlexibleSUSY/commit/221f0ef530b13ab7a7360f34638f3561b3df077c Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-05-03 (Tue, 03 May 2016) Changed paths: M install-sarah Log Message: ----------- update SARAH version to be installed by default Commit: 3f7bfa6bc6004e235d000204966084173808e94d https://github.com/FlexibleSUSY/FlexibleSUSY/commit/3f7bfa6bc6004e235d000204966084173808e94d Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-05-03 (Tue, 03 May 2016) Changed paths: M configure Log Message: ----------- use hash for git commit information Commit: 6c38f1adc18177c3b8cf126a5496663a40c131b9 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/6c38f1adc18177c3b8cf126a5496663a40c131b9 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-05-04 (Wed, 04 May 2016) Changed paths: M configure Log Message: ----------- use $() instead of `` and add more quotes in order to avoid problems with spaces and slashes in directory names Commit: c62644c9e809bfaec81e653622452eae5c784849 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/c62644c9e809bfaec81e653622452eae5c784849 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-05-05 (Thu, 05 May 2016) Changed paths: M src/numerics.cpp M src/numerics.h M test/test_numerics.cpp Log Message: ----------- faster implementation of general B1 function Commit: 9e0dab6b8fd9173d7000fd60bdef91ac3c5807a4 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/9e0dab6b8fd9173d7000fd60bdef91ac3c5807a4 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-05-05 (Thu, 05 May 2016) Changed paths: M src/numerics.cpp M src/numerics.h M test/test_numerics.cpp Log Message: ----------- Revert "faster implementation of general B1 function" This reverts commit c62644c9e809bfaec81e653622452eae5c784849. Commit: ced2072df70cceb60a67864d1ec9e7ac00136d75 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/ced2072df70cceb60a67864d1ec9e7ac00136d75 Author: Peter Athron <peter.athron at coepp.org.au> Date: 2016-05-05 (Thu, 05 May 2016) Changed paths: M configure Log Message: ----------- add elementary to grep search string for debian derivatives Commit: 2b9552257ddc0201d2f910b6a88960ede475a6b7 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/2b9552257ddc0201d2f910b6a88960ede475a6b7 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-05-05 (Thu, 05 May 2016) Changed paths: M configure M utils/install-bash_completions.bash Log Message: ----------- Allow user to specify directory of libpthread using the --with-pthread-libdir= option Commit: 8bc8fdd367f76265b943ee8badd3bb49a9badbae https://github.com/FlexibleSUSY/FlexibleSUSY/commit/8bc8fdd367f76265b943ee8badd3bb49a9badbae Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-05-05 (Thu, 05 May 2016) Changed paths: M configure Log Message: ----------- checking for Zorin Linux Lite and Deepin distributions https://distrowatch.com/search.php?ostype=Linux&category=All&origin=All&basedon=Debian¬basedon=None&desktop=All&architecture=All&package=All&rolling=All&isosize=All&netinstall=All&status=Active Besides the ones we already support, the following ones are now supported as well: Zorin OS -> \|zorin Deepin -> \|deepin Kali Linux -> \|debian Lubuntu -> \|ubuntu Ubuntu MATE -> \|ubuntu Linux Lite -> \|linux lite antix -> \|debian Kubuntu -> \|ubuntu Ubuntu Kylin -> \|ubuntu Mythbuntu -> \|ubuntu Commit: 28f0f74737df517d78cc522d983821e9c85a6490 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/28f0f74737df517d78cc522d983821e9c85a6490 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-05-05 (Thu, 05 May 2016) Changed paths: M ChangeLog Log Message: ----------- update ChangeLog Commit: 4496def3a3f96ddde8ce76b97d8a9570d6518737 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/4496def3a3f96ddde8ce76b97d8a9570d6518737 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-05-07 (Sat, 07 May 2016) Changed paths: M src/standard_model.cpp Log Message: ----------- Bugfix: correcting calculation of traces in dedicated SM class Patch: Tom Steudtner Commit: da754f75168bfbc600287855e95247584298b69e https://github.com/FlexibleSUSY/FlexibleSUSY/commit/da754f75168bfbc600287855e95247584298b69e Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-05-09 (Mon, 09 May 2016) Changed paths: M meta/ThresholdCorrections.m Log Message: ----------- print warning when SM gauge couplings are not related to e, ThetaW, AlphaS Commit: 1988353b59915d7a800c8b6465c9440ad79db6ff https://github.com/FlexibleSUSY/FlexibleSUSY/commit/1988353b59915d7a800c8b6465c9440ad79db6ff Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-05-09 (Mon, 09 May 2016) Changed paths: M ChangeLog Log Message: ----------- consistent naming of SOFTSUSY Commit: bea64ce65708e9f788a302166e849be559061d8f https://github.com/FlexibleSUSY/FlexibleSUSY/commit/bea64ce65708e9f788a302166e849be559061d8f Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-05-09 (Mon, 09 May 2016) Changed paths: M ChangeLog Log Message: ----------- new --with-pthread-libdir= is a feature, not a bug Commit: ca91a086bd54ac02ec56b46fafc3f4d08d605d74 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/ca91a086bd54ac02ec56b46fafc3f4d08d605d74 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-05-09 (Mon, 09 May 2016) Changed paths: M ChangeLog M configure Log Message: ----------- version 1.4.1 Commit: 6c5516bc5703755f4c12ef91519a5a80851842b0 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/6c5516bc5703755f4c12ef91519a5a80851842b0 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-05-09 (Mon, 09 May 2016) Changed paths: M configure Log Message: ----------- Bugfix: need to quote word list returned by $() if contains spaces Commit: 3b2e0a4d52323e03eaa1b30103bae9174819292d https://github.com/FlexibleSUSY/FlexibleSUSY/commit/3b2e0a4d52323e03eaa1b30103bae9174819292d Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-05-09 (Mon, 09 May 2016) Changed paths: M ChangeLog M configure Log Message: ----------- version 1.4.2 Commit: e5e2c3fad3077966800cab8a9b44f0ce506a70a0 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/e5e2c3fad3077966800cab8a9b44f0ce506a70a0 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-05-10 (Tue, 10 May 2016) Changed paths: M src/numerics.cpp Log Message: ----------- avoid threshold behaviour of B1() function for small momenta Commit: 2e4f0dc653b1ef5a0bb035a5570542e0abfe4652 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/2e4f0dc653b1ef5a0bb035a5570542e0abfe4652 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-05-11 (Wed, 11 May 2016) Changed paths: M src/numerics.cpp Log Message: ----------- handle negative masses in B1 function In SOFTSUSY for M3 < 0 it can happen that m1 is negative, which would result in NaN. Commit: ff7a601c48cb51b83b43ea754a7879568a0df164 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/ff7a601c48cb51b83b43ea754a7879568a0df164 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-05-11 (Wed, 11 May 2016) Changed paths: M src/numerics.cpp Log Message: ----------- catch case of negative m2 or q Commit: 0479de213aa29f7b30b5618314465cc3a3ae46c2 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/0479de213aa29f7b30b5618314465cc3a3ae46c2 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-05-12 (Thu, 12 May 2016) Changed paths: M meta/CConversion.m Log Message: ----------- Bugfix: correcting variable declaration in ExpandSums[F[expr]] Commit: 779494fad68cc6cf4e341d718a748c8f35ca9116 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/779494fad68cc6cf4e341d718a748c8f35ca9116 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-05-13 (Fri, 13 May 2016) Changed paths: M meta/Parameters.m M meta/SelfEnergies.m M meta/TreeMasses.m Log Message: ----------- fix typo Commit: 2b6cb188f3512135aeeee52dcdaf24f98f3ce411 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/2b6cb188f3512135aeeee52dcdaf24f98f3ce411 Author: JP-Ellis <josh at jpellis.me> Date: 2016-05-15 (Sun, 15 May 2016) Changed paths: M src/wrappers.hpp Log Message: ----------- Add missing numeric header. Also sort alphabetically std headers. Signed-off-by: JP-Ellis <josh at jpellis.me> Commit: 52e5a0d23683bf8c2da39750a98f71e7d3ab59d7 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/52e5a0d23683bf8c2da39750a98f71e7d3ab59d7 Author: Alexander Voigt <Expander at users.noreply.github.com> Date: 2016-05-15 (Sun, 15 May 2016) Changed paths: M src/wrappers.hpp Log Message: ----------- Merge pull request #8 from JP-Ellis/development Add missing numeric header. Commit: c3c5e62eb981f1d7d7aaaaa8fafe235b1affca0f https://github.com/FlexibleSUSY/FlexibleSUSY/commit/c3c5e62eb981f1d7d7aaaaa8fafe235b1affca0f Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-05-17 (Tue, 17 May 2016) Changed paths: M meta/FlexibleSUSY.m M meta/TreeMasses.m M templates/mass_eigenstates.cpp.in M templates/mass_eigenstates.hpp.in Log Message: ----------- adding convenience functions to get/set DR-bar masses in vector form Commit: 8c1f88273c8718a72a8ab9a3ca0613bd922e93c2 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/8c1f88273c8718a72a8ab9a3ca0613bd922e93c2 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-05-17 (Tue, 17 May 2016) Changed paths: M meta/FlexibleSUSY.m M meta/TreeMasses.m M templates/info.hpp.in Log Message: ----------- adding enum for particle masses Commit: b22b03a372b46b972242b02b857b20d776b77134 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/b22b03a372b46b972242b02b857b20d776b77134 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-05-17 (Tue, 17 May 2016) Changed paths: M test/test_CMSSM_info.cpp Log Message: ----------- test particle masses enum Commit: d197e83b0aa647fd1e059962c6689f83a397ed4e https://github.com/FlexibleSUSY/FlexibleSUSY/commit/d197e83b0aa647fd1e059962c6689f83a397ed4e Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-05-17 (Tue, 17 May 2016) Changed paths: M templates/utilities.hpp.in Log Message: ----------- faster implementation of get_number_of_masses() Commit: 82cd3fd70132139172b682c09ad8f4499998398c https://github.com/FlexibleSUSY/FlexibleSUSY/commit/82cd3fd70132139172b682c09ad8f4499998398c Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-05-18 (Wed, 18 May 2016) Changed paths: M test/test_CMSSM_info.cpp Log Message: ----------- test masses enum for access of pole masses Commit: 46030e7b6acf0dd9051f5039288f2f9cc060ff28 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/46030e7b6acf0dd9051f5039288f2f9cc060ff28 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-05-18 (Wed, 18 May 2016) Changed paths: M meta/FlexibleSUSY.m M meta/TreeMasses.m M templates/mass_eigenstates.cpp.in Log Message: ----------- remove redundant function Commit: c2dcefa1a6f09deed9659e721099f805bfe49beb https://github.com/FlexibleSUSY/FlexibleSUSY/commit/c2dcefa1a6f09deed9659e721099f805bfe49beb Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-05-19 (Thu, 19 May 2016) Changed paths: M meta/THDM/Thresholds_1L_full.m Log Message: ----------- using sign of B0' and W functions as defined in PRD 84 034030 Commit: f9bdba1c1e57d02f5d6da9ca0dc92775016f3852 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/f9bdba1c1e57d02f5d6da9ca0dc92775016f3852 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-05-19 (Thu, 19 May 2016) Changed paths: M meta/THDM/Thresholds_1L_full.m Log Message: ----------- conjugate dZud as written in Eq. (71) of PRD 84 034030 Commit: 6b4706af27f2f72407ef26aeacfb887980657b0a https://github.com/FlexibleSUSY/FlexibleSUSY/commit/6b4706af27f2f72407ef26aeacfb887980657b0a Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-05-19 (Thu, 19 May 2016) Changed paths: M meta/THDM/Thresholds_1L_full.m Log Message: ----------- adding note about sign error of B0' and W in Eq. (130) arxiv:0901.2065v1 Commit: 6c9cab8de21383bd714120b3bd1483cf60762362 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/6c9cab8de21383bd714120b3bd1483cf60762362 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-05-19 (Thu, 19 May 2016) Changed paths: M meta/THDM/Thresholds_1L_full.m M test/test_THDM_threshold_corrections_gauge.m Log Message: ----------- simplify THDM flags Commit: 44d6710e3f05cedc17b23bc80ecb4e21f8b1b911 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/44d6710e3f05cedc17b23bc80ecb4e21f8b1b911 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-05-20 (Fri, 20 May 2016) Changed paths: M slhaea/slhaea.h Log Message: ----------- import slhaea.h from upstream Commit: 23001c1752d1f413b6defc062bcea39f87c1d276 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/23001c1752d1f413b6defc062bcea39f87c1d276 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-05-20 (Fri, 20 May 2016) Changed paths: M configure Log Message: ----------- quote value assigned to local variables to prevent problems with dash Note: if y="a b c", dash expands local x=$y to local x=a b c which leads to an error message: "bad variable name b". The solution is to quote y: local x="$y" Commit: f7c63afbf09a2bc9f4875b7593c2e10dbe353ddc https://github.com/FlexibleSUSY/FlexibleSUSY/commit/f7c63afbf09a2bc9f4875b7593c2e10dbe353ddc Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-05-20 (Fri, 20 May 2016) Changed paths: M utils/remove_slha_block.awk Log Message: ----------- extend remove_slha_block.awk to remove lines with multiple indices Commit: 78930d17b18dbe3c9347f5dfeb009374517b50bd https://github.com/FlexibleSUSY/FlexibleSUSY/commit/78930d17b18dbe3c9347f5dfeb009374517b50bd Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-05-20 (Fri, 20 May 2016) Changed paths: M configure Log Message: ----------- replace call to `which' by `type' when checking availability of a cmd `type' is defined in POSIX: http://pubs.opengroup.org/onlinepubs/9699919799/utilities/type.html `which' should be avoided: http://unix.stackexchange.com/questions/85249/ Commit: 65c6ff70008bec1742a8fedcb3144e43995f098a https://github.com/FlexibleSUSY/FlexibleSUSY/commit/65c6ff70008bec1742a8fedcb3144e43995f098a Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-05-20 (Fri, 20 May 2016) Changed paths: M src/dilog.cpp Log Message: ----------- correcting documentation of real dilogarithm function Commit: 15721002083fee850c930d44253372f677446e2e https://github.com/FlexibleSUSY/FlexibleSUSY/commit/15721002083fee850c930d44253372f677446e2e Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-05-20 (Fri, 20 May 2016) Changed paths: M doc/addons.dox M doc/building.dox M src/minimizer.hpp M src/mssm_twoloophiggs.h M src/root_finder.hpp M src/slha_io.cpp M src/weinberg_angle.cpp Log Message: ----------- fix some doxygen errors Commit: 7677e0e4cc33794dbf73c504cb3ac8512df58d2b https://github.com/FlexibleSUSY/FlexibleSUSY/commit/7677e0e4cc33794dbf73c504cb3ac8512df58d2b Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-05-20 (Fri, 20 May 2016) Changed paths: M meta/module.mk Log Message: ----------- adding all .m files to the dependency list even the ones in sub-directories Commit: 818658a2f8f5b0afa15e6f18634c7b2cfaf1cdfc https://github.com/FlexibleSUSY/FlexibleSUSY/commit/818658a2f8f5b0afa15e6f18634c7b2cfaf1cdfc Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-05-24 (Tue, 24 May 2016) Changed paths: M model_files/HSSUSY/LesHouches.in.HSSUSY Log Message: ----------- use MS = 2 TeV, Xt = 0 default HSSUSY point because this point is often shown in the literature Commit: e45f8d89c19c758740190018892cac3b8981f1ae https://github.com/FlexibleSUSY/FlexibleSUSY/commit/e45f8d89c19c758740190018892cac3b8981f1ae Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-05-25 (Wed, 25 May 2016) Changed paths: M test/test_wrappers.cpp Log Message: ----------- Fix whitespace Commit: a61a287f8cac9bcf2d67bbb4ab827df76d85759d https://github.com/FlexibleSUSY/FlexibleSUSY/commit/a61a287f8cac9bcf2d67bbb4ab827df76d85759d Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-05-25 (Wed, 25 May 2016) Changed paths: M src/wrappers.hpp M test/test_wrappers.cpp Log Message: ----------- Add wrapper function for getting imaginary part for consistency with existing Re wrapper. Also add unit tests for Re and Im. Commit: b5e713be4ffbc5017780c7b84608e4f5923ef161 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/b5e713be4ffbc5017780c7b84608e4f5923ef161 Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-05-25 (Wed, 25 May 2016) Changed paths: M src/slha_io.hpp Log Message: ----------- Add overload of set_block_imag for general matrices where the overloaded Im is used. It may be better though just to provide overloads for real matrices, however. Commit: b367ccb610a62b853d6835331bdb780f96010048 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/b367ccb610a62b853d6835331bdb780f96010048 Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-05-25 (Wed, 25 May 2016) Changed paths: M meta/WriteOut.m Log Message: ----------- Write imaginary parts of complex parameters using SLHA2 convention by automatically adding blocks of the form "IM<block name>" for complex parameters Commit: 96d6efd024986059d05e8df62eeb75ac01cfbff0 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/96d6efd024986059d05e8df62eeb75ac01cfbff0 Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-05-25 (Wed, 25 May 2016) Changed paths: M meta/FlexibleSUSY.m M meta/WriteOut.m M templates/slha_io.hpp.in Log Message: ----------- Add functions to write out phases automatically Commit: 2ce19a33cb38415dcd7a7fc24cc1d18d5a80c151 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/2ce19a33cb38415dcd7a7fc24cc1d18d5a80c151 Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-05-25 (Wed, 25 May 2016) Changed paths: M src/slha_io.hpp Log Message: ----------- Ensure only real or imaginary parts of complex vectors are printed Commit: 5a570c75d5b1e90c515f3593a41f264304fcacc5 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/5a570c75d5b1e90c515f3593a41f264304fcacc5 Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-05-25 (Wed, 25 May 2016) Changed paths: M meta/WriteOut.m Log Message: ----------- Wrap phases in extra SLHA blocks in model parameter macro as well Commit: e913a221f807bb4770585ae02412f2068f67adb4 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/e913a221f807bb4770585ae02412f2068f67adb4 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-05-25 (Wed, 25 May 2016) Changed paths: M src/sm_twoloophiggs.cpp M src/sm_twoloophiggs.hpp Log Message: ----------- adding 1- and 2-loop Higgs self-energies from SUSYHD 1.0.2 for reference Commit: 0608bfea2653e91e1fd00f7b7ea7425bebf59ecb https://github.com/FlexibleSUSY/FlexibleSUSY/commit/0608bfea2653e91e1fd00f7b7ea7425bebf59ecb Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-05-25 (Wed, 25 May 2016) Changed paths: M ChangeLog Log Message: ----------- update ChangeLog Commit: 51575af74a164d0f0079b8c8d99f62e7869ba341 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/51575af74a164d0f0079b8c8d99f62e7869ba341 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-05-27 (Fri, 27 May 2016) Changed paths: M meta/ThreeLoopQCD.m M test/test_ThreeLoopQCD.m Log Message: ----------- unify the shape of the logs in the QCD yt contributions Commit: 1d4a717321b2e7081d362a4aace76e57180839e4 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/1d4a717321b2e7081d362a4aace76e57180839e4 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-06-05 (Sun, 05 Jun 2016) Changed paths: M test/test.sh Log Message: ----------- quote arguments to handle spaces correctly Commit: b1095dad1fa1c8d5272294d78f9e5a657eaf1aaa https://github.com/FlexibleSUSY/FlexibleSUSY/commit/b1095dad1fa1c8d5272294d78f9e5a657eaf1aaa Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-06-07 (Tue, 07 Jun 2016) Changed paths: M src/spectrum_generator_settings.cpp M src/spectrum_generator_settings.hpp Log Message: ----------- adding setter for 2L corrections Commit: a5b2cd35d0b8dfb8ea05033548ddb3e4a7bc7fd1 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/a5b2cd35d0b8dfb8ea05033548ddb3e4a7bc7fd1 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-06-07 (Tue, 07 Jun 2016) Changed paths: M templates/high_scale_spectrum_generator.hpp.in M templates/low_scale_spectrum_generator.hpp.in M templates/spectrum_generator_interface.hpp.in Log Message: ----------- store all settings in the settings class to avoid cluttering in the spectrum generator interface when more SG settings are added. Commit: 5e8046ec6430cb3d23a4c98c203cae8ac6f825f4 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/5e8046ec6430cb3d23a4c98c203cae8ac6f825f4 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-06-07 (Tue, 07 Jun 2016) Changed paths: M src/spectrum_generator_settings.cpp M src/spectrum_generator_settings.hpp M templates/high_scale_spectrum_generator.hpp.in M templates/low_scale_spectrum_generator.hpp.in Log Message: ----------- Feature: allow user to calculate pole masses at a fixed scale The fixed scale can be given in FlexibleSUSY[17] Commit: 80559f8dff10f66dbb56f7860229574e9c4f3214 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/80559f8dff10f66dbb56f7860229574e9c4f3214 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-06-07 (Tue, 07 Jun 2016) Changed paths: M examples/customized-betas/LesHouches.in.MSSMcbs M examples/tower/LesHouches.in.tower M model_files/BLSM/LesHouches.in.BLSM M model_files/BLSMlightZp/LesHouches.in.BLSMlightZp M model_files/CMSSM/LesHouches.in.CMSSM M model_files/CMSSMCPV/LesHouches.in.CMSSMCPV M model_files/CMSSMNoFV/LesHouches.in.CMSSMNoFV M model_files/DiracGauginos/LesHouches.in.DiracGauginos M model_files/E6SSM/LesHouches.in.E6SSM M model_files/HGTHDMIIMSSMBC/LesHouches.in.HGTHDMIIMSSMBC M model_files/HSSUSY/LesHouches.in.HSSUSY M model_files/HTHDMIIMSSMBC/LesHouches.in.HTHDMIIMSSMBC M model_files/LHInputMSSM/LesHouches.in.LHInputMSSM M model_files/MRSSM/LesHouches.in.MRSSM M model_files/MRSSM2/LesHouches.in.MRSSM2 M model_files/MSSM/LesHouches.in.MSSM M model_files/MSSMNoFV/LesHouches.in.MSSMNoFV M model_files/MSSMNoFVSLHA2/LesHouches.in.MSSMNoFVSLHA2 M model_files/MSSMNoFVatMGUT/LesHouches.in.MSSMNoFVatMGUT M model_files/MSSMatMGUT/LesHouches.in.MSSMatMGUT M model_files/NMSSM/LesHouches.in.NMSSM M model_files/NMSSMCPV/LesHouches.in.NMSSMCPV M model_files/NUHMSSM/LesHouches.in.NUHMSSM M model_files/NUTNMSSM/LesHouches.in.NUTNMSSM M model_files/NUTNMSSM/LesHouches.in.NUTNMSSM_1308.1333_BP1 M model_files/NUTNMSSM/LesHouches.in.NUTNMSSM_1308.1333_BP2 M model_files/NUTNMSSM/LesHouches.in.NUTNMSSM_1308.1333_BP3 M model_files/NUTNMSSM/LesHouches.in.NUTNMSSM_GTP1 M model_files/NUTNMSSM/LesHouches.in.NUTNMSSM_GTP2 M model_files/NUTSMSSM/LesHouches.in.NUTSMSSM M model_files/SM/LesHouches.in.SM M model_files/SMHighScale/LesHouches.in.SMHighScale M model_files/SMSSM/LesHouches.in.SMSSM M model_files/SSM/LesHouches.in.SSM M model_files/THDMII/LesHouches.in.THDMII M model_files/THDMIIMSSMBC/LesHouches.in.THDMIIMSSMBC M model_files/TensorCoupling/LesHouches.in.TensorCoupling M model_files/U1xMSSM3G/LesHouches.in.U1xMSSM3G M model_files/UMSSM/LesHouches.in.UMSSM M model_files/cCMSSM/LesHouches.in.cCMSSM M model_files/complexMSSM/LesHouches.in.complexMSSM M model_files/lowMSSM/LesHouches.in.lowMSSM M model_files/lowNMSSM/LesHouches.in.TP1 M model_files/lowNMSSM/LesHouches.in.TP2 M model_files/lowNMSSM/LesHouches.in.TP3 M model_files/lowNMSSM/LesHouches.in.TP4 M model_files/lowNMSSM/LesHouches.in.TP5 M model_files/lowNMSSM/LesHouches.in.TP6 M model_files/lowNMSSMTanBetaAtMZ/LesHouches.in.TP1 M model_files/lowNMSSMTanBetaAtMZ/LesHouches.in.TP2 M model_files/lowNMSSMTanBetaAtMZ/LesHouches.in.TP3 M model_files/lowNMSSMTanBetaAtMZ/LesHouches.in.TP4 M model_files/lowNMSSMTanBetaAtMZ/LesHouches.in.TP5 M model_files/lowNMSSMTanBetaAtMZ/LesHouches.in.TP6 M model_files/munuSSM/LesHouches.in.munuSSM M templates/LesHouches.in Log Message: ----------- adding default input value for pole mass matching scale Commit: 230b8ab07fe50d64f124351a2e0c98e14f9f442e https://github.com/FlexibleSUSY/FlexibleSUSY/commit/230b8ab07fe50d64f124351a2e0c98e14f9f442e Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-06-07 (Tue, 07 Jun 2016) Changed paths: M ChangeLog Log Message: ----------- Update ChangeLog Commit: ba6c34ab18c344a54a94b3082222b590acc06ef7 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/ba6c34ab18c344a54a94b3082222b590acc06ef7 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-06-08 (Wed, 08 Jun 2016) Changed paths: M meta/Parameters.m Log Message: ----------- adding FindAllParametersClassified[expr_] function to obtain all parameters from a given expression, classified w.r.t. their meaning. Commit: 3eaf7676b91dc6769c662d5818cd99aca4bb9f3d https://github.com/FlexibleSUSY/FlexibleSUSY/commit/3eaf7676b91dc6769c662d5818cd99aca4bb9f3d Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-06-08 (Wed, 08 Jun 2016) Changed paths: M meta/Parameters.m Log Message: ----------- remove debug output Commit: 9a2d5766e65b1da53403709f3f682ac9792826d6 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/9a2d5766e65b1da53403709f3f682ac9792826d6 Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-06-09 (Thu, 09 Jun 2016) Changed paths: M templates/two_scale_model.cpp.in M templates/two_scale_model.hpp.in M templates/two_scale_model_slha.cpp.in M templates/two_scale_model_slha.hpp.in Log Message: ----------- Add stream operator overloads for templated model classes Commit: 81337cc519b362b81afa54157a31e49c74ed7f34 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/81337cc519b362b81afa54157a31e49c74ed7f34 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-06-09 (Thu, 09 Jun 2016) Changed paths: M ChangeLog Log Message: ----------- update ChangeLog Commit: 234e1e9830e86d18b09d500613581721ecba4eb5 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/234e1e9830e86d18b09d500613581721ecba4eb5 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-06-09 (Thu, 09 Jun 2016) Changed paths: M meta/Parameters.m Log Message: ----------- declare all masses to be real Commit: c01dd48da5b8086789feacb95b8ddd75de93cd55 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/c01dd48da5b8086789feacb95b8ddd75de93cd55 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-06-13 (Mon, 13 Jun 2016) Changed paths: M utils/scan-slha.sh Log Message: ----------- support scanning with SuSpect (SLHA input) Commit: 1ea2500da909815fadf8f1b5c24a6d3f47ab0f3a https://github.com/FlexibleSUSY/FlexibleSUSY/commit/1ea2500da909815fadf8f1b5c24a6d3f47ab0f3a Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-06-13 (Mon, 13 Jun 2016) Changed paths: M utils/scan-slha.sh Log Message: ----------- quote paths to spectrum generators to properly handle whitespace Commit: fc748be167f7a0d88f3ad9f7cadc07d4415d37f6 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/fc748be167f7a0d88f3ad9f7cadc07d4415d37f6 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-06-15 (Wed, 15 Jun 2016) Changed paths: M meta/CConversion.m Log Message: ----------- Bugfix: fixing search for Greek symbols in expressions with If and Which Commit: 9654a521dc1e320951ded1ea86d2abf3ac3b5d90 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/9654a521dc1e320951ded1ea86d2abf3ac3b5d90 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-06-15 (Wed, 15 Jun 2016) Changed paths: M meta/CConversion.m Log Message: ----------- replace Greek symbols in held parts of If and Which Commit: 8e2539d729e379e694b1659bbf61801a3abc9858 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/8e2539d729e379e694b1659bbf61801a3abc9858 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-06-15 (Wed, 15 Jun 2016) Changed paths: M ChangeLog Log Message: ----------- update ChangeLog Commit: b65940a039b04ff2eb1052ea42751b7904db8467 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/b65940a039b04ff2eb1052ea42751b7904db8467 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-06-18 (Sat, 18 Jun 2016) Changed paths: A meta/ReadSLHA.m M meta/module.mk M test/module.mk A test/test_ReadSLHA.m Log Message: ----------- adding Wolfram module to read parameters from an SLHA file Commit: 0933f7ea236f144c767e7a50fe7c8fd57bbf165d https://github.com/FlexibleSUSY/FlexibleSUSY/commit/0933f7ea236f144c767e7a50fe7c8fd57bbf165d Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-06-18 (Sat, 18 Jun 2016) Changed paths: M meta/ReadSLHA.m Log Message: ----------- adding CConversion dependency Commit: 7495c2eea935eaf244c63d8a42b829dfc83a399f https://github.com/FlexibleSUSY/FlexibleSUSY/commit/7495c2eea935eaf244c63d8a42b829dfc83a399f Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-06-18 (Sat, 18 Jun 2016) Changed paths: M test/test_ReadSLHA.m Log Message: ----------- rename test block for the vector Commit: 58f8ad1a24a191a6932074ea94630cab95b8e47f https://github.com/FlexibleSUSY/FlexibleSUSY/commit/58f8ad1a24a191a6932074ea94630cab95b8e47f Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-06-18 (Sat, 18 Jun 2016) Changed paths: M src/wrappers.hpp Log Message: ----------- Avoid lambda expressions in overloads for Abs, Sqr and Sqrt and instead use an explicit loop Commit: aa699159b5e7d3fd04231eb95a0c9813ae165ec9 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/aa699159b5e7d3fd04231eb95a0c9813ae165ec9 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-06-18 (Sat, 18 Jun 2016) Changed paths: M meta/ReadSLHA.m M test/test_ReadSLHA.m Log Message: ----------- implement reading of tensors Commit: 59ffb0043aa0c9e2f77a93e2fa81c1f791f5d707 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/59ffb0043aa0c9e2f77a93e2fa81c1f791f5d707 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-06-19 (Sun, 19 Jun 2016) Changed paths: M meta/ReadSLHA.m M test/test_ReadSLHA.m Log Message: ----------- make ReadSLHA* functions independent of CConversion types in order to make them usable outside of FlexibleSUSY Commit: c2205bec7a374f473d53f0a6cccc983a47c953c5 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/c2205bec7a374f473d53f0a6cccc983a47c953c5 Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-06-19 (Sun, 19 Jun 2016) Changed paths: M config/depgen.cpp Log Message: ----------- Avoid use of reference_wrapper in depgen Commit: 2fb0b74fcb368763817bc532e07d4ee21068b5a5 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/2fb0b74fcb368763817bc532e07d4ee21068b5a5 Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-06-20 (Mon, 20 Jun 2016) Changed paths: M templates/utilities.hpp.in Log Message: ----------- Cast index to unsigned long long to avoid ambiguous overload errors when compiling with gcc-4.4.7, for which only three overloads of std::to_string are defined Commit: c72e6ce4ebc435d73ecab29bddb30f5200561c0d https://github.com/FlexibleSUSY/FlexibleSUSY/commit/c72e6ce4ebc435d73ecab29bddb30f5200561c0d Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2016-06-20 (Mon, 20 Jun 2016) Changed paths: M meta/WriteOut.m M templates/slha_io.cpp.in Log Message: ----------- Avoid C++11 use of typename by explicitly writing the required type in the generated code, rather than using a macro Commit: 83731b149aca81f84e750a33f04768c54b1651df https://github.com/FlexibleSUSY/FlexibleSUSY/commit/83731b149aca81f84e750a33f04768c54b1651df Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-06-20 (Mon, 20 Jun 2016) Changed paths: M config/depgen.cpp M meta/WriteOut.m M src/wrappers.hpp M templates/slha_io.cpp.in M templates/utilities.hpp.in Log Message: ----------- Merge remote-tracking branch 'FlexibleDecay/bugfix-gcc-4.4-compatibility' into development Commit: 85030659e51bffd3095b10ff5c6bd8025e201532 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/85030659e51bffd3095b10ff5c6bd8025e201532 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-06-20 (Mon, 20 Jun 2016) Changed paths: M ChangeLog Log Message: ----------- update ChangeLog Commit: 0f7c63a2c51804cf3aadc06e9fa8ab9968326ec2 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/0f7c63a2c51804cf3aadc06e9fa8ab9968326ec2 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-06-24 (Fri, 24 Jun 2016) Changed paths: M meta/FlexibleSUSY.m M meta/Parameters.m Log Message: ----------- rename SM input parameter Commit: dc93f93dbe7186f70b1fc07a3d67ddf6ac1c1a0b https://github.com/FlexibleSUSY/FlexibleSUSY/commit/dc93f93dbe7186f70b1fc07a3d67ddf6ac1c1a0b Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-06-24 (Fri, 24 Jun 2016) Changed paths: M meta/FlexibleSUSY.m M meta/Parameters.m Log Message: ----------- rename MbMb to be consistent with other SM parameter names Commit: 279c156f7e3be8e00dc2b69e30ce6bced548e236 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/279c156f7e3be8e00dc2b69e30ce6bced548e236 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-06-25 (Sat, 25 Jun 2016) Changed paths: M meta/Parameters.m Log Message: ----------- assign real type to masses Commit: fd6eecae7e5eaf180569fd80bd88d6a319959a1f https://github.com/FlexibleSUSY/FlexibleSUSY/commit/fd6eecae7e5eaf180569fd80bd88d6a319959a1f Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-06-25 (Sat, 25 Jun 2016) Changed paths: M meta/ReadSLHA.m Log Message: ----------- handling floating point numbers in scientific notation Commit: d0b8fafc6016376bed0ae0eae85947cfb9a43cf6 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/d0b8fafc6016376bed0ae0eae85947cfb9a43cf6 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-06-25 (Sat, 25 Jun 2016) Changed paths: M doc/slha_input.dox Log Message: ----------- adding documentation for the pole mass scale Commit: 0c6241babd8064b3c477e89a3e7fa97fa159fb40 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/0c6241babd8064b3c477e89a3e7fa97fa159fb40 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-06-26 (Sun, 26 Jun 2016) Changed paths: M meta/ReadSLHA.m Log Message: ----------- correcting regex to match 20.2 for example Commit: e5aa37f5ceb16847b8be43d4f067da468d24dd58 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/e5aa37f5ceb16847b8be43d4f067da468d24dd58 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-06-26 (Sun, 26 Jun 2016) Changed paths: M meta/ReadSLHA.m M test/test_ReadSLHA.m Log Message: ----------- allow reading of single numbers with multiple prefixed indices Commit: 061b05b9b1af7c6a0ed9c5dd5509ddbec9b9a865 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/061b05b9b1af7c6a0ed9c5dd5509ddbec9b9a865 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-06-26 (Sun, 26 Jun 2016) Changed paths: M meta/ReadSLHA.m Log Message: ----------- adding example how to read single number behind multiple indices Commit: cf942d74f751bfb4c157898ab69c26fc4afc69d0 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/cf942d74f751bfb4c157898ab69c26fc4afc69d0 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-06-26 (Sun, 26 Jun 2016) Changed paths: M meta/ReadSLHA.m Log Message: ----------- refactor reading of matrices from SLHA blocks Commit: 033583a5b2af9a87166b5f1fafc5394ac2ba42a7 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/033583a5b2af9a87166b5f1fafc5394ac2ba42a7 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-06-26 (Sun, 26 Jun 2016) Changed paths: M meta/ThresholdCorrections.m Log Message: ----------- omit indices when creating table of zeros Commit: 4807f86d84913eb88850c186d7ff1a872104e427 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/4807f86d84913eb88850c186d7ff1a872104e427 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-06-26 (Sun, 26 Jun 2016) Changed paths: M meta/ReadSLHA.m Log Message: ----------- avoid parsing Q= Commit: f5ae9b4f6607f4ce693e14483420798ac550e3d3 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/f5ae9b4f6607f4ce693e14483420798ac550e3d3 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-06-26 (Sun, 26 Jun 2016) Changed paths: M addons/GM2Calc/MSSMNoFV_onshell.cpp M addons/GM2Calc/MSSMNoFV_onshell.hpp M addons/GM2Calc/gm2_1loop.cpp M addons/GM2Calc/gm2_2loop.cpp M addons/GM2Calc/gm2_mb.cpp M addons/GM2Calc/gm2_uncertainty.cpp M addons/GM2Calc/gm2_uncertainty.hpp M addons/GM2Calc/gm2calc.cpp M addons/GM2Calc/gm2scan.cpp M configure Log Message: ----------- import GM2Calc 1.2.0 Commit: 7b0b187ef1822856fad4fdbf8b6557c2258ff591 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/7b0b187ef1822856fad4fdbf8b6557c2258ff591 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-06-27 (Mon, 27 Jun 2016) Changed paths: M test/test_gm2calc.cpp Log Message: ----------- adapting GM2Calc test to upstream bugfix 0665a09 * Bugfix (commit 0665a09): Correcting the used sbottom masses in Delta_b corrections. Commit: 41edf2c0b1075accf403ee2db0cc952c65dcafa8 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/41edf2c0b1075accf403ee2db0cc952c65dcafa8 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-06-27 (Mon, 27 Jun 2016) Changed paths: M test/test_MSSMNoFV_onshell.cpp Log Message: ----------- use parameter point where all soft squared masses > 0 The old point had me2(1,1) < 0. Commit: b0c3f3ee466f45f66dfcb86100da20700febd7dd https://github.com/FlexibleSUSY/FlexibleSUSY/commit/b0c3f3ee466f45f66dfcb86100da20700febd7dd Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-06-27 (Mon, 27 Jun 2016) Changed paths: M ChangeLog Log Message: ----------- update ChangeLog Commit: 6f5e38e7dfd9fa804a94f30b938177f50fe741b3 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/6f5e38e7dfd9fa804a94f30b938177f50fe741b3 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-06-27 (Mon, 27 Jun 2016) Changed paths: M src/lowe.cpp M test/test_lowe.cpp Log Message: ----------- Bugfix: correcting convergence criterion for running SM(5) parameters Commit: 4f0966a539c1a5f188ff1864fc303499e5344c71 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/4f0966a539c1a5f188ff1864fc303499e5344c71 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-06-27 (Mon, 27 Jun 2016) Changed paths: M test/test_lowe.cpp Log Message: ----------- increase test precision after last bugfix Commit: 5a31df79df6dbdadb4c5609f3e5b2423a702b67c https://github.com/FlexibleSUSY/FlexibleSUSY/commit/5a31df79df6dbdadb4c5609f3e5b2423a702b67c Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-06-27 (Mon, 27 Jun 2016) Changed paths: M ChangeLog Log Message: ----------- update ChangeLog Commit: d19b3688566631e4ecb192e640016382d8092c45 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/d19b3688566631e4ecb192e640016382d8092c45 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-06-29 (Wed, 29 Jun 2016) Changed paths: M src/mycomplex.h Log Message: ----------- fix uninitialized variable warning Commit: c83152c6d79d92c67e8003f5159c4cd3676aef6a https://github.com/FlexibleSUSY/FlexibleSUSY/commit/c83152c6d79d92c67e8003f5159c4cd3676aef6a Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-06-29 (Wed, 29 Jun 2016) Changed paths: M ChangeLog M configure Log Message: ----------- version 1.5.0 Commit: 60211f7d1d48deae3f678cddde2bf084e3999817 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/60211f7d1d48deae3f678cddde2bf084e3999817 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-07-04 (Mon, 04 Jul 2016) Changed paths: M meta/TwoLoopMSSM.m Log Message: ----------- implement 1L and 2L MSSM-SQCD corrections to yt from hep-ph/0210258 Eq. (59), (62) Commit: 63f5361c1a3d7a5992dfc54fd1934779e6b5dd00 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/63f5361c1a3d7a5992dfc54fd1934779e6b5dd00 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-07-05 (Tue, 05 Jul 2016) Changed paths: M src/numerics.cpp Log Message: ----------- fix numerical stability of B1 function for scenarios with m1 = 1e5, m2 = m1 + 0.13, q = m1, p = 0 ... 500 In this scenario, m1 is close to m2. Therfore, the p^2 terms are divided by the small quantity (m1^2 - m2^2), which leads to an instability. The fix is to catch the case when m1 ~ m2. Commit: 835074a559dd4defaa1f3b366df01b3782b7bc5d https://github.com/FlexibleSUSY/FlexibleSUSY/commit/835074a559dd4defaa1f3b366df01b3782b7bc5d Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-07-05 (Tue, 05 Jul 2016) Changed paths: M ChangeLog Log Message: ----------- update ChangeLog Commit: 6d88b9195a7ead5ad92552feec4fca30679bfb44 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/6d88b9195a7ead5ad92552feec4fca30679bfb44 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-07-06 (Wed, 06 Jul 2016) Changed paths: M ChangeLog Log Message: ----------- move bugfix to 1.6.0 release Commit: 33cf865777db4d06a8e44550ee103fafde190af9 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/33cf865777db4d06a8e44550ee103fafde190af9 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-07-06 (Wed, 06 Jul 2016) Changed paths: M src/module.mk A src/splitmssm_thresholds.cpp A src/splitmssm_thresholds.hpp Log Message: ----------- adding C++ implementation of MSSM threshold from arXiv:1407.4081. Commit: 3d69c85047cd6e64299e378ae72858e5abf70ab1 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/3d69c85047cd6e64299e378ae72858e5abf70ab1 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-07-06 (Wed, 06 Jul 2016) Changed paths: M meta/LoopMasses.m Log Message: ----------- add braces around isfinite check of 2-loop MSSM Higgs contributions Commit: 9fa11d31a0d8099038923f6055f6d5aebb0da20f https://github.com/FlexibleSUSY/FlexibleSUSY/commit/9fa11d31a0d8099038923f6055f6d5aebb0da20f Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-07-07 (Thu, 07 Jul 2016) Changed paths: M meta/LoopMasses.m Log Message: ----------- rename variable M_1loop -> M_loop to avoid confusion if we add 2L contributions (or higher) Commit: 857c51b946b908147b45d7bc4444ce9198dfb89c https://github.com/FlexibleSUSY/FlexibleSUSY/commit/857c51b946b908147b45d7bc4444ce9198dfb89c Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-07-07 (Thu, 07 Jul 2016) Changed paths: M meta/Constraint.m M meta/FlexibleSUSY.m M meta/ThresholdCorrections.m M model_files/CMSSMCKM/FlexibleSUSY.m.in M model_files/U1xMSSM3G/FlexibleSUSY.m.in M src/standard_model.cpp M templates/two_scale_initial_guesser.cpp.in M templates/two_scale_initial_guesser_low_scale_model.cpp.in M templates/two_scale_low_scale_constraint.cpp.in Log Message: ----------- rename symbols referring to the fermion DR-bar masses in the model The new names have been proposed by Peter to emphasize that they are of a 3x3 matrix type. Commit: a00394fd7d4c8536e075b08bb55d38376d044bb9 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/a00394fd7d4c8536e075b08bb55d38376d044bb9 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-07-08 (Fri, 08 Jul 2016) Changed paths: M config/module.mk Log Message: ----------- link depgen.x with LDLIBS Commit: 409e2b4f12ceb4e15e7ff494b10984387b34a33b https://github.com/FlexibleSUSY/FlexibleSUSY/commit/409e2b4f12ceb4e15e7ff494b10984387b34a33b Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-07-08 (Fri, 08 Jul 2016) Changed paths: M addons/GM2Calc/module.mk Log Message: ----------- adding missing link to liblegacy.* Commit: cc52e9745fcf1178685410eb0e9125098c2fd78b https://github.com/FlexibleSUSY/FlexibleSUSY/commit/cc52e9745fcf1178685410eb0e9125098c2fd78b Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-07-08 (Fri, 08 Jul 2016) Changed paths: M templates/module.mk.in Log Message: ----------- link addons library with absolute path Commit: b21251168c6d847849b9ba7beafae8eeb8b1c6d5 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/b21251168c6d847849b9ba7beafae8eeb8b1c6d5 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-07-08 (Fri, 08 Jul 2016) Changed paths: M README M config/Makefile.in M doc/building.dox Log Message: ----------- adding clean-lib target to remove all libraries Commit: d13591dcce281010be85cf67db6298d773a270b3 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/d13591dcce281010be85cf67db6298d773a270b3 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-07-08 (Fri, 08 Jul 2016) Changed paths: M README M addons/GM2Calc/module.mk M addons/test_call_tsil/module.mk M config/module.mk M doc/building.dox M doc/module.mk M examples/module.mk M fflite/module.mk M legacy/module.mk M slhaea/module.mk M src/module.mk M templates/module.addon.mk.in M templates/module.mk.in M test/module.mk Log Message: ----------- adding clean-*-lib targets to delete libraries Commit: 04e319ac588ebfb71fabb5cf86cb1c58e89903cf https://github.com/FlexibleSUSY/FlexibleSUSY/commit/04e319ac588ebfb71fabb5cf86cb1c58e89903cf Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-07-11 (Mon, 11 Jul 2016) Changed paths: M src/minimizer.hpp M src/root_finder.hpp Log Message: ----------- use cout instead of printf in order to be able to redirect cout using rdbuf() Commit: fc6d5093b798385eaa47f693e604620ba510e340 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/fc6d5093b798385eaa47f693e604620ba510e340 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-07-12 (Tue, 12 Jul 2016) Changed paths: M .gitattributes Log Message: ----------- Bugfix: ship all lattice meta code files This prevents make to stop with the error make: *** No rule to make target 'meta/Format.m', needed by 'models/CMSSM/00_DELETE_ME_TO_RERUN_METACODE'. Stop. Commit: f8431ac6f9e40e9da2e78158ea6056b28ef66958 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/f8431ac6f9e40e9da2e78158ea6056b28ef66958 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-07-12 (Tue, 12 Jul 2016) Changed paths: M ChangeLog Log Message: ----------- update ChangeLog Commit: e769a5f0ebb26bd4dca468f3585f50f4dd687b9a https://github.com/FlexibleSUSY/FlexibleSUSY/commit/e769a5f0ebb26bd4dca468f3585f50f4dd687b9a Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-07-12 (Tue, 12 Jul 2016) Changed paths: M ChangeLog M configure Log Message: ----------- version 1.5.1 Commit: 0d5d5545364a0df2653bb352df758af6715e3616 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/0d5d5545364a0df2653bb352df758af6715e3616 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-07-12 (Tue, 12 Jul 2016) Changed paths: M src/module.mk Log Message: ----------- rename clean targets in src as clean-src-* etc. Commit: da7727aa7a565fac1431ccc59be96e0b7047651b https://github.com/FlexibleSUSY/FlexibleSUSY/commit/da7727aa7a565fac1431ccc59be96e0b7047651b Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-07-13 (Wed, 13 Jul 2016) Changed paths: M meta/Constraint.m M meta/Parameters.m Log Message: ----------- let CreateLocalConstRefsForBetas filter only BETA[] symbols Commit: a5342eb35c305edd3ba0c1c00326e4c90a5477aa https://github.com/FlexibleSUSY/FlexibleSUSY/commit/a5342eb35c305edd3ba0c1c00326e4c90a5477aa Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-07-15 (Fri, 15 Jul 2016) Changed paths: M createmodel Log Message: ----------- Bugfix: avoid non-portable use of sed in createmodel Commit: 06400360e0844d3edcad795db7155c0c0c01904c https://github.com/FlexibleSUSY/FlexibleSUSY/commit/06400360e0844d3edcad795db7155c0c0c01904c Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-07-15 (Fri, 15 Jul 2016) Changed paths: M ChangeLog Log Message: ----------- update ChangeLog Commit: f5b4c38412a22d4d5367589252bb6690fcf2be58 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/f5b4c38412a22d4d5367589252bb6690fcf2be58 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-07-18 (Mon, 18 Jul 2016) Changed paths: M meta/CConversion.m Log Message: ----------- don't strip SARAH indices when converting expression to CForm string Commit: 64afce54c1a691f2e75e9a9d1e90b6ad9122f027 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/64afce54c1a691f2e75e9a9d1e90b6ad9122f027 Author: Peter Athron <peter.athron at coepp.org.au> Date: 2016-07-20 (Wed, 20 Jul 2016) Changed paths: M model_files/minMSSM/FlexibleSUSY.m.in M model_files/rootMSSM/FlexibleSUSY.m.in Log Message: ----------- update rootMSSM and minMSSM to use sarah model MSSM by default. Commit: 94fbd477f456620b7a02edee8910302a40b9ef5e https://github.com/FlexibleSUSY/FlexibleSUSY/commit/94fbd477f456620b7a02edee8910302a40b9ef5e Author: Peter Athron <peter.athron at coepp.org.au> Date: 2016-07-20 (Wed, 20 Jul 2016) Changed paths: M meta/CConversion.m Log Message: ----------- Merge branch 'development' of https://github.com/FlexibleSUSY/FlexibleSUSY into development Commit: 2968fcaa137370b9e8394c32deca370e085da1ff https://github.com/FlexibleSUSY/FlexibleSUSY/commit/2968fcaa137370b9e8394c32deca370e085da1ff Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-07-20 (Wed, 20 Jul 2016) Changed paths: M templates/two_scale_susy_parameters.cpp.in M templates/two_scale_susy_parameters.hpp.in Log Message: ----------- pass loop and threshold order as unsigned int types Commit: 494b8a4d262291ce41eeacfa37de2af2b757a120 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/494b8a4d262291ce41eeacfa37de2af2b757a120 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-07-20 (Wed, 20 Jul 2016) Changed paths: 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 Log Message: ----------- adding helper functions to calculate beta functions at given loop order Commit: c9f5ca7ccdf4135c44dde090edb71f54fa826939 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/c9f5ca7ccdf4135c44dde090edb71f54fa826939 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-07-20 (Wed, 20 Jul 2016) Changed paths: M model_files/YukawaCMSSM/FlexibleSUSY.m.in Log Message: ----------- use MSSM by default for the YukawaCMSSM testing model Commit: 4e9ef56f1ea6df815a59bfaeb784d47a3a4b7371 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/4e9ef56f1ea6df815a59bfaeb784d47a3a4b7371 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-07-20 (Wed, 20 Jul 2016) Changed paths: M .gitattributes M doc/model_file.dox M meta/CConversion.m M meta/Constraint.m M meta/FlexibleSUSY.m M meta/Parameters.m A model_files/BetaSM/FlexibleSUSY.m.in M templates/two_scale_high_scale_constraint.cpp.in M templates/two_scale_low_scale_constraint.cpp.in M templates/two_scale_susy_scale_constraint.cpp.in Log Message: ----------- Feature: access beta-functions on the r.h.s. of a constaint Commit: 512f88daa11ad3ba18e13023d45d9ae62ca845a4 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/512f88daa11ad3ba18e13023d45d9ae62ca845a4 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-07-20 (Wed, 20 Jul 2016) Changed paths: M ChangeLog Log Message: ----------- update ChangeLog Commit: 046f68fd57313c326b5cc8e4486bf61376337946 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/046f68fd57313c326b5cc8e4486bf61376337946 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-07-21 (Thu, 21 Jul 2016) Changed paths: M doc/release Log Message: ----------- simplify release instruction Commit: 770a66a0b2f29fd5e964d8dbadf9afa5a1e25fb6 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/770a66a0b2f29fd5e964d8dbadf9afa5a1e25fb6 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-07-26 (Tue, 26 Jul 2016) Changed paths: M .gitattributes M .gitignore M BUGS M ChangeLog M README M TODO M addons/GM2Calc/MSSMNoFV_onshell.cpp M addons/GM2Calc/MSSMNoFV_onshell.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_mb.cpp M addons/GM2Calc/gm2_uncertainty.cpp M addons/GM2Calc/gm2_uncertainty.hpp M addons/GM2Calc/gm2calc.cpp M addons/GM2Calc/gm2scan.cpp M addons/GM2Calc/module.mk A addons/test_call_tsil/call_tsil.c A addons/test_call_tsil/call_tsil.h A addons/test_call_tsil/call_tsil.hpp A addons/test_call_tsil/call_tsil_cpp.cpp A addons/test_call_tsil/module.mk A addons/test_call_tsil/run.cpp M config/Makefile.in M config/depgen.cpp M config/install_stripped.sh M config/module.mk R config/print_slha_block.awk R config/remove_slha_block.awk M configure M createmodel M doc/Doxyfile A doc/addons.dox A doc/building.dox A doc/documentation.dox M doc/flexiblesusy-paper.tex A doc/images/FS-models.xcf A doc/images/FS.xcf A doc/install.dox M doc/mainpage.dox.in A doc/meta_code.dox M doc/model_file.dox M doc/module.mk A doc/package.dox M doc/release A doc/slha_input.dox A doc/utilities.dox M examples/customized-betas/LesHouches.in.MSSMcbs M examples/module.mk M examples/tower/LesHouches.in.tower M fflite/module.mk M install-sarah M legacy/module.mk M meta/AnomalousDimension.m M meta/BetaFunction.m M meta/CConversion.m M meta/Constraint.m M meta/EWSB.m A meta/EffectiveCouplings.m M meta/FlexibleSUSY.m A meta/LoopFunctions.m M meta/LoopMasses.m A meta/MSSM/BDSZHiggs.m A meta/MSSM/allgennb.log A meta/MSSM/beta_BMu.m A meta/MSSM/beta_M1.m A meta/MSSM/beta_M2.m A meta/MSSM/beta_M3.m A meta/MSSM/beta_Mu.m A meta/MSSM/beta_TYd.m A meta/MSSM/beta_TYe.m A meta/MSSM/beta_TYu.m A meta/MSSM/beta_Yd.m A meta/MSSM/beta_Ye.m A meta/MSSM/beta_Yu.m A meta/MSSM/beta_g1.m A meta/MSSM/beta_g2.m A meta/MSSM/beta_g3.m A meta/MSSM/beta_mHd2.m A meta/MSSM/beta_mHu2.m A meta/MSSM/beta_md2.m A meta/MSSM/beta_me2.m A meta/MSSM/beta_ml2.m A meta/MSSM/beta_mq2.m A meta/MSSM/beta_mu2.m A meta/MSSM/extract_MSSM_beta_functions_from_hep-ph-0308231.m A meta/MSSM/gamma_SHd.m A meta/MSSM/gamma_SHu.m A meta/MSSM/gamma_SdR.m A meta/MSSM/gamma_SeR.m A meta/MSSM/gamma_SlL.m A meta/MSSM/gamma_SqL.m A meta/MSSM/gamma_SuR.m A meta/MSSM/gloss.ps M meta/Observables.m M meta/Parameters.m A meta/RGIntegrator.m A meta/ReadSLHA.m A meta/SM/beta_g1.m A meta/SM/beta_g2.m A meta/SM/beta_g3.m A meta/SM/beta_gb.m A meta/SM/beta_gt.m A meta/SM/beta_gtau.m A meta/SM/beta_lambda.m A meta/SM/beta_m2.m A meta/SM/beta_m2_1303.4364.m A meta/SM/extract_SM_beta_functions_from_SUSYHD.m A meta/SM/extract_SM_beta_functions_m2_from_1303.4364.m M meta/SelfEnergies.m A meta/THDM/Thresholds_1L_full.m M meta/ThreeLoopMSSM.m R meta/ThreeLoopMSSM/allgennb.log R meta/ThreeLoopMSSM/beta_BMu.m R meta/ThreeLoopMSSM/beta_M1.m R meta/ThreeLoopMSSM/beta_M2.m R meta/ThreeLoopMSSM/beta_M3.m R meta/ThreeLoopMSSM/beta_Mu.m R meta/ThreeLoopMSSM/beta_TYd.m R meta/ThreeLoopMSSM/beta_TYe.m R meta/ThreeLoopMSSM/beta_TYu.m R meta/ThreeLoopMSSM/beta_Yd.m R meta/ThreeLoopMSSM/beta_Ye.m R meta/ThreeLoopMSSM/beta_Yu.m R meta/ThreeLoopMSSM/beta_g1.m R meta/ThreeLoopMSSM/beta_g2.m R meta/ThreeLoopMSSM/beta_g3.m R meta/ThreeLoopMSSM/beta_mHd2.m R meta/ThreeLoopMSSM/beta_mHu2.m R meta/ThreeLoopMSSM/beta_md2.m R meta/ThreeLoopMSSM/beta_me2.m R meta/ThreeLoopMSSM/beta_ml2.m R meta/ThreeLoopMSSM/beta_mq2.m R meta/ThreeLoopMSSM/beta_mu2.m R meta/ThreeLoopMSSM/extract_MSSM_beta_functions_from_hep-ph-0308231.m R meta/ThreeLoopMSSM/gamma_SHd.m R meta/ThreeLoopMSSM/gamma_SHu.m R meta/ThreeLoopMSSM/gamma_SdR.m R meta/ThreeLoopMSSM/gamma_SeR.m R meta/ThreeLoopMSSM/gamma_SlL.m R meta/ThreeLoopMSSM/gamma_SqL.m R meta/ThreeLoopMSSM/gamma_SuR.m R meta/ThreeLoopMSSM/gloss.ps A meta/ThreeLoopQCD.m M meta/ThreeLoopSM.m R meta/ThreeLoopSM/beta_g1.m R meta/ThreeLoopSM/beta_g2.m R meta/ThreeLoopSM/beta_g3.m R meta/ThreeLoopSM/beta_gb.m R meta/ThreeLoopSM/beta_gt.m R meta/ThreeLoopSM/beta_gtau.m R meta/ThreeLoopSM/beta_lambda.m R meta/ThreeLoopSM/beta_m2.m R meta/ThreeLoopSM/beta_m2_1303.4364.m R meta/ThreeLoopSM/extract_SM_beta_functions_from_SUSYHD.m R meta/ThreeLoopSM/extract_SM_beta_functions_m2_from_1303.4364.m M meta/ThresholdCorrections.m M meta/TreeMasses.m R meta/TwoLoop.m A meta/TwoLoopMSSM.m A meta/TwoLoopQCD.m M meta/Utils.m M meta/Vertices.m M meta/WriteOut.m M meta/module.mk A model_files/BLSM/FlexibleSUSY.m.in A model_files/BLSM/LesHouches.in.BLSM A model_files/BLSMlightZp/FlexibleSUSY.m.in A model_files/BLSMlightZp/LesHouches.in.BLSMlightZp A model_files/BetaSM/FlexibleSUSY.m.in M model_files/CMSSM/FlexibleSUSY.m.in M model_files/CMSSM/LesHouches.in.CMSSM M model_files/CMSSMCKM/FlexibleSUSY.m.in M model_files/CMSSMCPV/FlexibleSUSY.m.in M model_files/CMSSMCPV/LesHouches.in.CMSSMCPV M model_files/CMSSMNoFV/FlexibleSUSY.m.in M model_files/CMSSMNoFV/LesHouches.in.CMSSMNoFV A model_files/DiracGauginos/FlexibleSUSY.m.in A model_files/DiracGauginos/LesHouches.in.DiracGauginos M model_files/E6SSM/LesHouches.in.E6SSM A model_files/HGTHDMIIMSSMBC/FlexibleSUSY.m.in A model_files/HGTHDMIIMSSMBC/LesHouches.in.HGTHDMIIMSSMBC A model_files/HGTHDMIIMSSMBCApprox/FlexibleSUSY.m.in A model_files/HGTHDMIIMSSMBCApprox/LesHouches.in.HGTHDMIIMSSMBCApprox A model_files/HGTHDMIIMSSMBCFull/FlexibleSUSY.m.in A model_files/HGTHDMIIMSSMBCFull/LesHouches.in.HGTHDMIIMSSMBCFull M model_files/HSSUSY/FlexibleSUSY.m.in M model_files/HSSUSY/LesHouches.in.HSSUSY A model_files/HTHDMIIMSSMBC/FlexibleSUSY.m.in A model_files/HTHDMIIMSSMBC/LesHouches.in.HTHDMIIMSSMBC M model_files/LHInputMSSM/LesHouches.in.LHInputMSSM A model_files/MDM/FlexibleSUSY.m.in A model_files/MDM/LesHouches.in.MDM M model_files/MRSSM/FlexibleSUSY.m.in M model_files/MRSSM/LesHouches.in.MRSSM A model_files/MRSSM2/FlexibleSUSY.m.in A model_files/MRSSM2/LesHouches.in.MRSSM2 M model_files/MSSM/FlexibleSUSY.m.in M model_files/MSSM/LesHouches.in.MSSM M model_files/MSSMNoFV/FlexibleSUSY.m.in M model_files/MSSMNoFV/LesHouches.in.MSSMNoFV M model_files/MSSMNoFVSLHA2/LesHouches.in.MSSMNoFVSLHA2 M model_files/MSSMNoFVatMGUT/LesHouches.in.MSSMNoFVatMGUT M model_files/MSSMatMGUT/LesHouches.in.MSSMatMGUT M model_files/NMSSM/FlexibleSUSY.m.in M model_files/NMSSM/LesHouches.in.NMSSM M model_files/NMSSMCPV/FlexibleSUSY.m.in M model_files/NMSSMCPV/LesHouches.in.NMSSMCPV M model_files/NUHMSSM/LesHouches.in.NUHMSSM M model_files/NUTNMSSM/FlexibleSUSY.m.in M model_files/NUTNMSSM/LesHouches.in.NUTNMSSM M model_files/NUTNMSSM/LesHouches.in.NUTNMSSM_1308.1333_BP1 M model_files/NUTNMSSM/LesHouches.in.NUTNMSSM_1308.1333_BP2 M model_files/NUTNMSSM/LesHouches.in.NUTNMSSM_1308.1333_BP3 M model_files/NUTNMSSM/LesHouches.in.NUTNMSSM_GTP1 M model_files/NUTNMSSM/LesHouches.in.NUTNMSSM_GTP2 M model_files/NUTSMSSM/FlexibleSUSY.m.in M model_files/NUTSMSSM/LesHouches.in.NUTSMSSM A model_files/NoInputParameters/FlexibleSUSY.m.in M model_files/SM/FlexibleSUSY.m.in M model_files/SM/LesHouches.in.SM M model_files/SMHighScale/LesHouches.in.SMHighScale A model_files/SMNoRGEs/FlexibleSUSY.m.in M model_files/SMSSM/FlexibleSUSY.m.in M model_files/SMSSM/LesHouches.in.SMSSM M model_files/SSM/FlexibleSUSY.m.in M model_files/SSM/LesHouches.in.SSM M model_files/THDMII/FlexibleSUSY.m.in M model_files/THDMII/LesHouches.in.THDMII A model_files/THDMIIMSSMBC/FlexibleSUSY.m.in A model_files/THDMIIMSSMBC/LesHouches.in.THDMIIMSSMBC A model_files/THDMIIMSSMBCApprox/FlexibleSUSY.m.in A model_files/THDMIIMSSMBCApprox/LesHouches.in.THDMIIMSSMBCApprox A model_files/THDMIIMSSMBCFull/FlexibleSUSY.m.in A model_files/THDMIIMSSMBCFull/LesHouches.in.THDMIIMSSMBCFull M model_files/TMSSM/FlexibleSUSY.m.in A model_files/TensorCoupling/FlexibleSUSY.m.in A model_files/TensorCoupling/LesHouches.in.TensorCoupling A model_files/U1xMSSM3G/FlexibleSUSY.m.in A model_files/U1xMSSM3G/LesHouches.in.U1xMSSM3G M model_files/UMSSM/FlexibleSUSY.m.in M model_files/UMSSM/LesHouches.in.UMSSM M model_files/YukawaCMSSM/FlexibleSUSY.m.in M model_files/cCMSSM/FlexibleSUSY.m.in M model_files/cCMSSM/LesHouches.in.cCMSSM M model_files/complexMSSM/FlexibleSUSY.m.in M model_files/complexMSSM/LesHouches.in.complexMSSM M model_files/lowMSSM/FlexibleSUSY.m.in M model_files/lowMSSM/LesHouches.in.lowMSSM M model_files/lowNMSSM/FlexibleSUSY.m.in M model_files/lowNMSSM/LesHouches.in.TP1 M model_files/lowNMSSM/LesHouches.in.TP2 M model_files/lowNMSSM/LesHouches.in.TP3 M model_files/lowNMSSM/LesHouches.in.TP4 M model_files/lowNMSSM/LesHouches.in.TP5 M model_files/lowNMSSM/LesHouches.in.TP6 M model_files/lowNMSSM/LesHouches.in.lowNMSSM M model_files/lowNMSSMTanBetaAtMZ/LesHouches.in.TP1 M model_files/lowNMSSMTanBetaAtMZ/LesHouches.in.TP2 M model_files/lowNMSSMTanBetaAtMZ/LesHouches.in.TP3 M model_files/lowNMSSMTanBetaAtMZ/LesHouches.in.TP4 M model_files/lowNMSSMTanBetaAtMZ/LesHouches.in.TP5 M model_files/lowNMSSMTanBetaAtMZ/LesHouches.in.TP6 M model_files/lowNMSSMTanBetaAtMZ/LesHouches.in.lowNMSSMTanBetaAtMZ M model_files/minMSSM/FlexibleSUSY.m.in M model_files/munuSSM/LesHouches.in.munuSSM M model_files/rootMSSM/FlexibleSUSY.m.in M release/generate-models.sh A sarah/B-L-SM-lightZp/B-L-SM-lightZp.m A sarah/B-L-SM-lightZp/parameters.m A sarah/B-L-SM-lightZp/particles.m M sarah/E6SSM/parameters.m A sarah/HGTHDM-II/HGTHDM-II.m A sarah/HGTHDM-II/parameters.m A sarah/HGTHDM-II/particles.m A sarah/HGTHDM/HGTHDM.m A sarah/HGTHDM/parameters.m A sarah/HGTHDM/particles.m A sarah/HGTHDMw/HGTHDMw.m A sarah/HGTHDMw/parameters.m A sarah/HGTHDMw/particles.m A sarah/HTHDM-II/HTHDM-II.m A sarah/HTHDM-II/parameters.m A sarah/HTHDM-II/particles.m A sarah/HTHDM/HTHDM.m A sarah/HTHDM/parameters.m A sarah/HTHDM/particles.m M sarah/InertMSSM/particles.m A sarah/MDM/MDM.m A sarah/MDM/parameters.m A sarah/MDM/particles.m M sarah/MSSMNoEWVEVs/parameters.m M sarah/NSM/parameters.m A sarah/THDM-II/THDM-II.m A sarah/THDM-II/parameters.m A sarah/THDM-II/particles.m A sarah/THDM/THDM.m A sarah/THDM/parameters.m A sarah/THDM/particles.m A sarah/TensorCoupling/TensorCoupling.m A sarah/TensorCoupling/parameters.m A sarah/TensorCoupling/particles.m M slhaea/module.mk M slhaea/slhaea.h M src/betafunction.cpp M src/dilog.cpp M src/eigen_utils.hpp M src/error.hpp M src/ew_input.hpp M src/linalg2.hpp M src/lowe.cpp M src/lowe.h M src/minimizer.hpp M src/module.mk M src/mssm_twoloophiggs.f M src/mssm_twoloophiggs.h M src/mycomplex.h M src/numerics.cpp M src/numerics.h M src/numerics2.hpp R src/observables.cpp R src/observables.hpp M src/root_finder.hpp M src/slha_io.cpp M src/slha_io.hpp M src/sm_twoloophiggs.cpp M src/sm_twoloophiggs.hpp M src/spectrum_generator_settings.cpp M src/spectrum_generator_settings.hpp A src/splitmssm_thresholds.cpp A src/splitmssm_thresholds.hpp M src/standard_model.cpp M src/standard_model.hpp M src/standard_model_slha_io.hpp M src/threshold_loop_functions.cpp M src/threshold_loop_functions.hpp M src/two_scale_model.hpp M src/two_scale_solver.hpp M src/weinberg_angle.cpp M src/wrappers.cpp M src/wrappers.hpp A templates/LesHouches.in A templates/effective_couplings.cpp.in A templates/effective_couplings.hpp.in M templates/high_scale_spectrum_generator.hpp.in M templates/info.hpp.in M templates/low_scale_spectrum_generator.hpp.in M templates/mass_eigenstates.cpp.in M templates/mass_eigenstates.hpp.in M templates/module.addon.mk.in M templates/module.mk M templates/module.mk.in M templates/observables.cpp.in M templates/observables.hpp.in M templates/run.cpp.in M templates/run_cmd_line.cpp.in M templates/scan.cpp.in M templates/slha_io.cpp.in M templates/slha_io.hpp.in M templates/spectrum_generator_interface.hpp.in M templates/standard_model_high_scale_spectrum_generator.hpp.in M templates/standard_model_low_scale_spectrum_generator.hpp.in M templates/standard_model_matching.cpp.in M templates/standard_model_two_scale_initial_guesser.cpp.in M templates/standard_model_two_scale_initial_guesser_low_scale_model.cpp.in M templates/two_scale_high_scale_constraint.cpp.in M templates/two_scale_initial_guesser.cpp.in M templates/two_scale_initial_guesser_low_scale_model.cpp.in M templates/two_scale_low_scale_constraint.cpp.in M templates/two_scale_low_scale_constraint.hpp.in M templates/two_scale_model.cpp.in M templates/two_scale_model.hpp.in M templates/two_scale_model_slha.cpp.in M templates/two_scale_model_slha.hpp.in 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 templates/two_scale_susy_scale_constraint.cpp.in M templates/two_scale_susy_scale_constraint.hpp.in M templates/utilities.cpp.in M templates/utilities.hpp.in A test/depgen/comment.cpp A test/depgen/comment.hpp M test/module.mk M test/test.h M test/test.sh A test/test_BLSMlightZp_ZZp_mixing.sh M test/test_CConversion.m M test/test_CMSSMCPV_spectrum.sh M test/test_CMSSMCPV_wrong_higgs_state.in.spc M test/test_CMSSMMassWInput_spectrum.cpp M test/test_CMSSMNoFV_GM2Calc.sh M test/test_CMSSMNoFV_two_loop_spectrum.cpp M test/test_CMSSM_benchmark.cpp M test/test_CMSSM_database.cpp M test/test_CMSSM_gluino.spc.in M test/test_CMSSM_info.cpp M test/test_CMSSM_initial_guesser.cpp M test/test_CMSSM_model.cpp M test/test_CMSSM_slha.cpp M test/test_CMSSM_slha_doubled_blocks.spc.in M test/test_CMSSM_slha_output.cpp M test/test_CMSSM_spectrum.cpp M test/test_CMSSM_susy_scale_constraint.cpp M test/test_CMSSM_two_loop_spectrum.cpp M test/test_E6SSM_nan.in.spc A test/test_HGTHDM_threshold_corrections_scale_invariance.m M test/test_HSSUSY_SUSYHD.sh M test/test_HSSUSY_SUSYHD_msq_m3_degenerate.in.spc M test/test_HSSUSY_SUSYHD_msq_msu_m3_degenerate.in.spc M test/test_HSSUSY_SUSYHD_msq_msu_m3_msusy_degenerate.in.spc M test/test_HSSUSY_SUSYHD_msu_m3_degenerate.in.spc M test/test_HSSUSY_SUSYHD_nondegenerate.in.spc A test/test_HSSUSY_thresholds.m A test/test_LoopFunctions.m M test/test_MSSMNoFV_onshell.cpp A test/test_MSSM_2L_analytic.m M test/test_NMSSM_initial_guesser.cpp M test/test_NMSSM_slha_output.cpp M test/test_NMSSM_spectrum.cpp M test/test_NMSSM_susy_scale_constraint.cpp M test/test_NUTNMSSM_spectrum.cpp A test/test_RGIntegrator.m A test/test_ReadSLHA.m M test/test_SMHighPrecision_two_loop_spectrum.cpp A test/test_SM_0L_RGEs.in.spc A test/test_SM_effective_couplings.cpp M test/test_SM_two_loop_spectrum.cpp A test/test_THDMIIMSSMBCFull_approximation.sh A test/test_THDM_threshold_corrections.m A test/test_THDM_threshold_corrections_gauge.m A test/test_THDM_threshold_corrections_scale_invariance.m A test/test_ThreeLoopQCD.m M test/test_betafunction.cpp M test/test_cCMSSM.sh M test/test_depgen.sh A test/test_effective_couplings.cpp M test/test_gm2calc.cpp M test/test_lowMSSM.sh M test/test_lowNMSSM_goldstone_tachyon.in.spc M test/test_lowNMSSM_pseudoscalar.in.spc M test/test_lowe.cpp M test/test_numerics.cpp M test/test_run_all_spectrum_generators.sh M test/test_sfermions.cpp A test/test_threshold_loop_functions.cpp M test/test_two_scale_mssm_solver.cpp M test/test_wrappers.cpp A utils/convert_SPheno_to_FlexibleSUSY.m A utils/install-bash_completions.bash M utils/load-FlexibleSUSY.m A utils/print_slha_block.awk A utils/print_slha_block_entry.awk A utils/remove_slha_block.awk M utils/scan-slha.sh Log Message: ----------- Merge branch 'development' into feature-SMtower-noSMgeneration-no-hacks Conflicts: .gitattributes configure meta/FlexibleSUSY.m meta/ThresholdCorrections.m src/lowe.cpp src/lowe.h src/module.mk src/standard_model.cpp src/standard_model.hpp templates/module.mk.in test/module.mk test/test.sh Commit: 068af3fb74820c95289624002b16617bd5ab3c40 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/068af3fb74820c95289624002b16617bd5ab3c40 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-07-26 (Tue, 26 Jul 2016) Changed paths: M src/module.mk R src/standard_model_slha_io.cpp R src/standard_model_slha_io.hpp R src/standard_model_two_scale_model_slha.cpp R src/standard_model_two_scale_model_slha.hpp Log Message: ----------- remove unused files Compare: https://github.com/FlexibleSUSY/FlexibleSUSY/compare/4dd775f7451b...068af3fb7482
More information about the Flexiblesusy-commits mailing list |