|
[Flexiblesusy-commits] [FlexibleSUSY/FlexibleSUSY] 427a3b: if the VEVs are zero, don't divide by themGitHub noreply at github.comMon Mar 13 12:34:38 GMT 2017
Branch: refs/heads/feature-2.0-tower-1L-nologs Home: https://github.com/FlexibleSUSY/FlexibleSUSY Commit: 427a3bb62766f5a21b9851d0cba8d37632538802 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/427a3bb62766f5a21b9851d0cba8d37632538802 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2017-01-17 (Tue, 17 Jan 2017) Changed paths: M meta/SelfEnergies.m Log Message: ----------- if the VEVs are zero, don't divide by them In this case the tadpoles are already zero. Thanks to Dylan Harries for pointing this out. Commit: cc1b244d6aba8980e3b95c205499dab35f3eadd0 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/cc1b244d6aba8980e3b95c205499dab35f3eadd0 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2017-01-17 (Tue, 17 Jan 2017) Changed paths: M src/raii.hpp Log Message: ----------- apply rule of five to RAII_save Commit: a25c828154c88000fc8dd8979864e7988aa52712 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/a25c828154c88000fc8dd8979864e7988aa52712 Author: Dylan Harries <dylan.harries at adelaide.edu.au> Date: 2017-01-17 (Tue, 17 Jan 2017) Changed paths: M src/raii.hpp M test/test_raii.cpp Log Message: ----------- Add generalised RAII guard to allow for more complicated clean-up actions. Based on the C++11 version of Andrei Alexandrescu's ScopeGuard. Commit: c90272891099d52f206060167972e350452534ab https://github.com/FlexibleSUSY/FlexibleSUSY/commit/c90272891099d52f206060167972e350452534ab Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2017-01-17 (Tue, 17 Jan 2017) Changed paths: M meta/LoopMasses.m M meta/ThresholdCorrections.m M meta/TreeMasses.m M templates/mass_eigenstates.cpp.in M templates/two_scale_model.cpp.in Log Message: ----------- do not import @ModelName at _info namespace because it contains C-style enums. These enums would be imported as well, which might lead to ambiguities. Commit: 43bb03a210ceb5778097329ce5697f0da37ebbdf https://github.com/FlexibleSUSY/FlexibleSUSY/commit/43bb03a210ceb5778097329ce5697f0da37ebbdf Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2017-01-17 (Tue, 17 Jan 2017) Changed paths: M meta/Constraint.m Log Message: ----------- abort with a hard error if unknown parameter to be set in constraint This avoids overlooking of errors in the FS model file. Commit: 92e45c5b95e6cb59e30248cdf8d9781b982bb645 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/92e45c5b95e6cb59e30248cdf8d9781b982bb645 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2017-01-17 (Tue, 17 Jan 2017) Changed paths: M ChangeLog Log Message: ----------- update ChangeLog Commit: 86908ec8f3fd5afcf9713af18b940184fb741dcb https://github.com/FlexibleSUSY/FlexibleSUSY/commit/86908ec8f3fd5afcf9713af18b940184fb741dcb Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2017-01-17 (Tue, 17 Jan 2017) Changed paths: M meta/Constraint.m M meta/FlexibleSUSY.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: ----------- replace resetting of temporary parameters by RAII_guard which resets the parameters at destruction. This ensures exception safety and one cannot forget to reset the parameter. Commit: dc09b0d23080ad4a02c97720883f3bc720744c66 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/dc09b0d23080ad4a02c97720883f3bc720744c66 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2017-01-17 (Tue, 17 Jan 2017) Changed paths: M ChangeLog M meta/Constraint.m M meta/LoopMasses.m M meta/ThresholdCorrections.m M meta/TreeMasses.m M templates/mass_eigenstates.cpp.in M templates/two_scale_model.cpp.in Log Message: ----------- Merge remote-tracking branch 'organization/development' into feature-2.0 Conflicts: meta/LoopMasses.m meta/ThresholdCorrections.m meta/TreeMasses.m Commit: d589ce2cf2e7052e61810c6c3614ffb4fdffdade https://github.com/FlexibleSUSY/FlexibleSUSY/commit/d589ce2cf2e7052e61810c6c3614ffb4fdffdade Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2017-01-17 (Tue, 17 Jan 2017) Changed paths: M doc/images/FS-models.xcf Log Message: ----------- add new FS logo with non-SUSY models Commit: bd5ee688fd591cfbb9fcf2ca00b96d2d710d82f3 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/bd5ee688fd591cfbb9fcf2ca00b96d2d710d82f3 Author: JP-Ellis <josh at jpellis.me> Date: 2017-01-18 (Wed, 18 Jan 2017) Changed paths: M configure Log Message: ----------- Use the CPATH environment variable to search for headers The `$CPATH` and `$CPLUS_INCLUDE_PATH` are environment variables which can be used to indicate additional locations for headers (for example, if they are installed in `~/.local/include`). The commit also changes looks the Eigen headers in the `eigen3` subdirectory of all default include paths (so for example, it will search in `~/.local/include/eigen3`). Lastly, this commit should support paths with spaces. It does this by changing the default separator to `:` in for loops. This is done by setting the `IFS` variable, though care must be taken to unset it afterwards (both within the loop, and after the loop in case the for-loop has no elements). Signed-off-by: JP-Ellis <josh at jpellis.me> Commit: 20fe50353b3e958e4c70996b83185a3eee17edd9 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/20fe50353b3e958e4c70996b83185a3eee17edd9 Author: Alexander Voigt <Expander at users.noreply.github.com> Date: 2017-01-17 (Tue, 17 Jan 2017) Changed paths: M configure Log Message: ----------- Merge pull request #11 from JP-Ellis/development Use the CPATH environment variable to search for headers and handle whitespace in directory names correctly. Commit: a19d7d49536c974cb6238f6e55815763963dcf92 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/a19d7d49536c974cb6238f6e55815763963dcf92 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2017-01-17 (Tue, 17 Jan 2017) Changed paths: M ChangeLog Log Message: ----------- update ChangeLog Commit: d0517a8b49a2c4d5a3caaca555bd5f825770ce43 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/d0517a8b49a2c4d5a3caaca555bd5f825770ce43 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2017-01-20 (Fri, 20 Jan 2017) Changed paths: M model_files/CMSSMCPV/FlexibleSUSY.m.in M model_files/CMSSMCPV/LesHouches.in.CMSSMCPV Log Message: ----------- Bugfix: Phase[Mu] must have magnitude 1 This is now ensured by using the phase angle as a real input. Commit: bc770ae7fd6e466e5e0c96f69d821ae7f77e2283 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/bc770ae7fd6e466e5e0c96f69d821ae7f77e2283 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2017-01-20 (Fri, 20 Jan 2017) Changed paths: M model_files/CMSSMCPV/FlexibleSUSY.m.in M model_files/CMSSMCPV/LesHouches.in.CMSSMCPV Log Message: ----------- Bugfix: Phase[Mu] must have magnitude 1 This is now ensured by using the phase angle as a real input. Commit: bd3e187c2166a23a6e29a7bd566b3b5a12507d02 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/bd3e187c2166a23a6e29a7bd566b3b5a12507d02 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2017-01-20 (Fri, 20 Jan 2017) Changed paths: M ChangeLog Log Message: ----------- update ChangeLog Commit: 1915bfb42d8032eef6854aa78cd0591c0a67603c https://github.com/FlexibleSUSY/FlexibleSUSY/commit/1915bfb42d8032eef6854aa78cd0591c0a67603c Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2017-01-20 (Fri, 20 Jan 2017) Changed paths: M src/global_thread_pool.cpp Log Message: ----------- creating local static object to print message only once the global thread pool is created Commit: 2ba0607f12d989d1d1bbf2578d2ddb1ae293ce44 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/2ba0607f12d989d1d1bbf2578d2ddb1ae293ce44 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2017-01-20 (Fri, 20 Jan 2017) Changed paths: M meta/CConversion.m Log Message: ----------- adding helper function to create a brace default initialization Commit: b6179ec0032cb206e05beae68a003618af37545c https://github.com/FlexibleSUSY/FlexibleSUSY/commit/b6179ec0032cb206e05beae68a003618af37545c Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2017-01-20 (Fri, 20 Jan 2017) Changed paths: M meta/Parameters.m Log Message: ----------- adding helper function to define and default-initialize a parameter Commit: 92c29ef47a3aee36246e8fbb0e08f849e450f295 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/92c29ef47a3aee36246e8fbb0e08f849e450f295 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2017-01-20 (Fri, 20 Jan 2017) Changed paths: M meta/Constraint.m M meta/FlexibleSUSY.m M templates/input_parameters.hpp.in Log Message: ----------- use in-class initialization of input parameters Commit: 65ac165b91a74c2786d5207268c189a1f469967b https://github.com/FlexibleSUSY/FlexibleSUSY/commit/65ac165b91a74c2786d5207268c189a1f469967b Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2017-01-20 (Fri, 20 Jan 2017) Changed paths: M src/standard_model.cpp Log Message: ----------- remove unused macros Commit: eefc18367736635bc327d15ab171bc1103bbb2c4 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/eefc18367736635bc327d15ab171bc1103bbb2c4 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2017-01-20 (Fri, 20 Jan 2017) Changed paths: M meta/BetaFunction.m M meta/FlexibleSUSY.m M templates/soft_parameters.cpp.in M templates/susy_parameters.cpp.in M templates/susy_parameters.hpp.in Log Message: ----------- use in-class initialization of SUSY and soft-breaking parameters Commit: f01f73cc993b43e8fc87983aec1c70acc3703215 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/f01f73cc993b43e8fc87983aec1c70acc3703215 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2017-01-20 (Fri, 20 Jan 2017) Changed paths: M meta/Constraint.m M meta/FlexibleSUSY.m M meta/Phases.m M meta/TreeMasses.m M meta/WriteOut.m M templates/mass_eigenstates.cpp.in M templates/model_slha.hpp.in M templates/physical.cpp.in M templates/physical.hpp.in Log Message: ----------- use in-class initialization for the complete model hierarchy Commit: 7cf76a0aafc3dd174b47f827b26ffad3c6e5265f https://github.com/FlexibleSUSY/FlexibleSUSY/commit/7cf76a0aafc3dd174b47f827b26ffad3c6e5265f Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2017-01-20 (Fri, 20 Jan 2017) Changed paths: M src/wrappers.hpp Log Message: ----------- make UnitStep() return an int instead of unsigned to avoid bugs which have to do with mixing signed and unsigned integers. Commit: c5040ed179e494b7e464eb0a0fa48eb1cac9f036 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/c5040ed179e494b7e464eb0a0fa48eb1cac9f036 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2017-01-20 (Fri, 20 Jan 2017) Changed paths: M src/derivative.hpp M src/eigen_utils.hpp M src/mathlink_utils.hpp Log Message: ----------- use more ints together with Eigen classes which use int as index type Commit: 59c7d417a381eae45f4528d4eda16ef40b0b3bd7 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/59c7d417a381eae45f4528d4eda16ef40b0b3bd7 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2017-01-20 (Fri, 20 Jan 2017) Changed paths: M meta/BetaFunction.m M meta/ConvergenceTester.m M meta/EffectiveCouplings.m M meta/LoopMasses.m M meta/Parameters.m M meta/SelfEnergies.m M meta/TreeMasses.m M src/betafunction.hpp M src/coupling_monitor.hpp M src/dilog.cpp M src/eigen_utils.hpp M src/error.hpp M src/fixed_point_iterator.hpp M src/lattice_convergence_tester.hpp M src/lowe.cpp M src/lowe.h M src/numerics2.cpp M src/numerics2.hpp M src/physical_input.hpp M src/problems.hpp M src/scan.cpp M src/slha_io.cpp M src/spectrum_generator_settings.cpp M src/spectrum_generator_settings.hpp M src/standard_model.cpp M src/standard_model.hpp M src/standard_model_effective_couplings.cpp M src/standard_model_effective_couplings.hpp M src/two_loop_corrections.hpp M src/two_scale_composite_convergence_tester.cpp M src/two_scale_composite_convergence_tester.hpp M src/two_scale_convergence_tester.hpp M src/two_scale_convergence_tester_drbar.hpp M src/two_scale_running_precision.cpp M src/two_scale_running_precision.hpp M src/two_scale_solver.cpp M src/two_scale_solver.hpp M src/weinberg_angle.cpp M src/weinberg_angle.hpp M templates/info.cpp.in M templates/info.hpp.in M templates/librarylink.cpp.in M templates/mass_eigenstates.cpp.in M templates/mass_eigenstates.hpp.in M templates/observables.cpp.in M templates/observables.hpp.in M templates/soft_parameters.cpp.in M templates/soft_parameters.hpp.in M templates/spectrum_generator_interface.hpp.in M templates/standard_model_matching.cpp.in M templates/standard_model_matching.hpp.in M templates/standard_model_two_scale_high_scale_spectrum_generator.cpp.in M templates/standard_model_two_scale_low_scale_spectrum_generator.cpp.in M templates/standard_model_two_scale_matching.cpp.in M templates/standard_model_two_scale_matching.hpp.in M templates/susy_parameters.cpp.in M templates/susy_parameters.hpp.in M templates/two_scale_low_scale_initial_guesser.cpp.in M templates/utilities.cpp.in M templates/utilities.hpp.in M test/test_CMSSMCPV_tree_level_spectrum.cpp M test/test_CMSSMMassWInput_spectrum.cpp M test/test_CMSSMNoFV_two_loop_spectrum.cpp M test/test_CMSSM_benchmark.cpp M test/test_CMSSM_beta_function_benchmark.cpp M test/test_CMSSM_info.cpp M test/test_CMSSM_model.cpp M test/test_CMSSM_spectrum.cpp M test/test_CMSSM_two_loop_spectrum.cpp M test/test_NMSSMCPV_tree_level_spectrum.cpp M test/test_NMSSM_benchmark.cpp M test/test_NMSSM_beta_functions.cpp M test/test_NMSSM_spectrum.cpp M test/test_NUTNMSSM_spectrum.cpp M test/test_SMHighPrecision_two_loop_spectrum.cpp M test/test_SM_effective_couplings.cpp M test/test_SM_one_loop_spectrum.cpp M test/test_SM_three_loop_spectrum.cpp M test/test_SM_two_loop_spectrum.cpp M test/test_SM_weinberg_angle.cpp M test/test_compare_ewsb_solvers.cpp M test/test_ewsb_solver.cpp M test/test_fixed_point_iterator.cpp M test/test_minimizer.cpp M test/test_root_finder.cpp M test/test_sum.cpp M test/test_two_scale_running_precision.cpp M test/test_two_scale_solver.cpp M test/test_wrappers.cpp Log Message: ----------- use signed integer type almost everywhere as it avoids bugs to do with unsigned/signed integers by construction. This approach is recommended by the C++ committee and the Eigen developers. Commit: 314bf06ec9971384af650b01ece4f5873fd34fe0 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/314bf06ec9971384af650b01ece4f5873fd34fe0 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2017-01-20 (Fri, 20 Jan 2017) Changed paths: M src/standard_model.cpp Log Message: ----------- use RAII to temporarily change loop order Commit: af1ef5dc4034da236b4e0f2e303f03d05c425edc https://github.com/FlexibleSUSY/FlexibleSUSY/commit/af1ef5dc4034da236b4e0f2e303f03d05c425edc Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2017-01-20 (Fri, 20 Jan 2017) Changed paths: M test/test_two_scale_running_precision.cpp M test/test_two_scale_solver.cpp Log Message: ----------- correcting types Commit: d66ba894763c5a222b039a9977c3b4280d9ec0fb https://github.com/FlexibleSUSY/FlexibleSUSY/commit/d66ba894763c5a222b039a9977c3b4280d9ec0fb Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2017-01-20 (Fri, 20 Jan 2017) Changed paths: M src/standard_model.cpp M src/standard_model.hpp Log Message: ----------- use in-class initialization in the SM class as well Commit: 34faa48fd10ccc9a022ffdfe377efd6e1434b932 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/34faa48fd10ccc9a022ffdfe377efd6e1434b932 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2017-01-20 (Fri, 20 Jan 2017) Changed paths: M templates/utilities.cpp.in M templates/utilities.hpp.in Log Message: ----------- use signed indices in database interface in order to allow counting from the end. Commit: e0dfafaee0ba32099327dacaa7313bc2f032ad94 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/e0dfafaee0ba32099327dacaa7313bc2f032ad94 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2017-01-20 (Fri, 20 Jan 2017) Changed paths: M src/slha_io.cpp Log Message: ----------- don't compare signed and unsigned types Commit: 1088665e8710cc37131ac9f761d4e4d08091747d https://github.com/FlexibleSUSY/FlexibleSUSY/commit/1088665e8710cc37131ac9f761d4e4d08091747d Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2017-01-20 (Fri, 20 Jan 2017) Changed paths: M src/sum.hpp M test/test_sum.cpp Log Message: ----------- allow negative sum indices Commit: 3ece91714d9dff88b35bce99932a2cf68ae8be8c https://github.com/FlexibleSUSY/FlexibleSUSY/commit/3ece91714d9dff88b35bce99932a2cf68ae8be8c Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2017-01-20 (Fri, 20 Jan 2017) Changed paths: M src/sum.hpp M test/test_sum.cpp Log Message: ----------- allow negative sum indices Commit: 8c92a045f3fbd3025b9752649e6524e2e598decc https://github.com/FlexibleSUSY/FlexibleSUSY/commit/8c92a045f3fbd3025b9752649e6524e2e598decc Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2017-01-21 (Sat, 21 Jan 2017) Changed paths: M examples/customized-betas/MSSMcbs_spectrum_generator.hpp M examples/customized-betas/MSSMcbs_two_scale_low_scale_constraint.hpp M examples/switch_MSSM.cpp M examples/tower/MSSMD5O_MSSMRHN_spectrum_generator.hpp M models/smcw/smcw_two_scale_convergence_tester.cpp M models/smcw/smcw_two_scale_convergence_tester.hpp Log Message: ----------- adapt generated models to signed convention Commit: beb4683b48dc1240cee729fed7e638e7b766eb3c https://github.com/FlexibleSUSY/FlexibleSUSY/commit/beb4683b48dc1240cee729fed7e638e7b766eb3c Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2017-01-23 (Mon, 23 Jan 2017) Changed paths: M meta/WriteOut.m Log Message: ----------- Bugfix: allow user to specify SLHA output block as string Commit: cb7916dcd332d37d97779be61c393d06b41311e8 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/cb7916dcd332d37d97779be61c393d06b41311e8 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2017-01-23 (Mon, 23 Jan 2017) Changed paths: M ChangeLog Log Message: ----------- update ChangeLog Commit: c65d59609d4fd0f3edec8b6f7d0f8d262ce941e8 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/c65d59609d4fd0f3edec8b6f7d0f8d262ce941e8 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2017-01-25 (Wed, 25 Jan 2017) Changed paths: M .gitattributes M .gitignore R models/sm/module.mk R models/sm/sm.hpp R models/sm/sm_two_scale.cpp R models/sm/sm_two_scale.hpp R models/sm/sm_two_scale_convergence_tester.cpp R models/sm/sm_two_scale_convergence_tester.hpp R models/sm/sm_two_scale_experimental_constraint.cpp R models/sm/sm_two_scale_experimental_constraint.hpp R models/smcw/module.mk R models/smcw/smcw.hpp R models/smcw/smcw_two_scale.cpp R models/smcw/smcw_two_scale.hpp R models/smcw/smcw_two_scale_convergence_tester.cpp R models/smcw/smcw_two_scale_convergence_tester.hpp R models/smcw/smcw_two_scale_gut_constraint.cpp R models/smcw/smcw_two_scale_gut_constraint.hpp M test/module.mk R test/test_two_scale_sm.cpp R test/test_two_scale_sm_smcw_integration.cpp Log Message: ----------- remove ancient testing models "sm" and "smcw" Commit: 91d9dc15811b82cb73666655de449ba07ce455d6 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/91d9dc15811b82cb73666655de449ba07ce455d6 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2017-01-25 (Wed, 25 Jan 2017) Changed paths: M ChangeLog M configure M meta/WriteOut.m Log Message: ----------- Merge remote-tracking branch 'organization/development' into feature-2.0 Commit: 49c6aa87b8aeac65fc69f0bd13833adac70f1cdb https://github.com/FlexibleSUSY/FlexibleSUSY/commit/49c6aa87b8aeac65fc69f0bd13833adac70f1cdb Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2017-01-26 (Thu, 26 Jan 2017) Changed paths: M templates/librarylink.cpp.in Log Message: ----------- avoid magic number of SG settings Note: NUMBER_OF_OPTIONS == 24. However, option [2] and [15] are currently missing. But the parameter output scale is added. Commit: 86d4e66aabbae2c7c170a5c74de7a9904b125ca4 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/86d4e66aabbae2c7c170a5c74de7a9904b125ca4 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2017-01-26 (Thu, 26 Jan 2017) Changed paths: M templates/librarylink.cpp.in Log Message: ----------- Merge branch 'development' into feature-2.0 Conflicts: templates/librarylink.cpp.in Commit: 2a3f0ee1e04c5a01162036b7e24f462770c28371 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/2a3f0ee1e04c5a01162036b7e24f462770c28371 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2017-01-26 (Thu, 26 Jan 2017) Changed paths: M src/lowe.cpp M src/lowe.h Log Message: ----------- put CKM and PMNS matrix into input parameters vector Commit: 2dc07b9c62b8633b7caf6695f5959b574fb7dbe5 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/2dc07b9c62b8633b7caf6695f5959b574fb7dbe5 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2017-01-26 (Thu, 26 Jan 2017) Changed paths: M templates/librarylink.cpp.in Log Message: ----------- replace magic numbers by know global consts Commit: 672fe490eca834473a3f74e22fff7fd97b8e989d https://github.com/FlexibleSUSY/FlexibleSUSY/commit/672fe490eca834473a3f74e22fff7fd97b8e989d Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2017-01-26 (Thu, 26 Jan 2017) Changed paths: M src/lowe.cpp M src/lowe.h M templates/librarylink.cpp.in Log Message: ----------- Merge remote-tracking branch 'organization/development' into feature-2.0 Conflicts: src/lowe.cpp src/lowe.h templates/librarylink.cpp.in Commit: c055b19b2eee40c8246e53c0701e6e71cc7e7f77 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/c055b19b2eee40c8246e53c0701e6e71cc7e7f77 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2017-01-26 (Thu, 26 Jan 2017) Changed paths: M templates/librarylink.cpp.in Log Message: ----------- revert number of options back to 49c6aa87 Commit: 3e6a7a371e9228823d28b0b4c808d9d4282126b7 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/3e6a7a371e9228823d28b0b4c808d9d4282126b7 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2017-01-27 (Fri, 27 Jan 2017) Changed paths: M model_files/HGTHDMIIMSSMBC/FlexibleSUSY.m.in M model_files/HGTHDMIIMSSMBCApprox/FlexibleSUSY.m.in M model_files/HGTHDMIIMSSMBCFull/FlexibleSUSY.m.in M model_files/HSSUSY/FlexibleSUSY.m.in M model_files/HTHDMIIMSSMBC/FlexibleSUSY.m.in M model_files/SplitMSSM/FlexibleSUSY.m.in M model_files/SplitMSSM/LesHouches.in.SplitMSSM M model_files/THDMIIMSSMBC/FlexibleSUSY.m.in M model_files/THDMIIMSSMBCApprox/FlexibleSUSY.m.in M model_files/THDMIIMSSMBCFull/FlexibleSUSY.m.in Log Message: ----------- use input parameter to specify high-scale matching conndition loop order Commit: cff40dd201868c702966757630cc1ed56f328065 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/cff40dd201868c702966757630cc1ed56f328065 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2017-01-27 (Fri, 27 Jan 2017) Changed paths: M templates/librarylink.m.in Log Message: ----------- Catch non-numerical input from the user Commit: 277536d71a995e48ac3125d3a70dfc368545ffbd https://github.com/FlexibleSUSY/FlexibleSUSY/commit/277536d71a995e48ac3125d3a70dfc368545ffbd Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2017-01-27 (Fri, 27 Jan 2017) Changed paths: M ChangeLog Log Message: ----------- update ChangeLog Commit: f3ed012b160f441e31471752f505399a2badcf9c https://github.com/FlexibleSUSY/FlexibleSUSY/commit/f3ed012b160f441e31471752f505399a2badcf9c Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2017-01-27 (Fri, 27 Jan 2017) Changed paths: M templates/librarylink.m.in Log Message: ----------- print Mathematica message and abort if non-numeric input appears Commit: 0c0a0032a8c1a411e30236a5149932903a75cd35 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/0c0a0032a8c1a411e30236a5149932903a75cd35 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2017-01-27 (Fri, 27 Jan 2017) Changed paths: M ChangeLog M model_files/HGTHDMIIMSSMBC/FlexibleSUSY.m.in M model_files/HGTHDMIIMSSMBCApprox/FlexibleSUSY.m.in M model_files/HGTHDMIIMSSMBCFull/FlexibleSUSY.m.in M model_files/HSSUSY/FlexibleSUSY.m.in M model_files/HTHDMIIMSSMBC/FlexibleSUSY.m.in M model_files/SplitMSSM/FlexibleSUSY.m.in M model_files/SplitMSSM/LesHouches.in.SplitMSSM M model_files/THDMIIMSSMBC/FlexibleSUSY.m.in M model_files/THDMIIMSSMBCApprox/FlexibleSUSY.m.in M model_files/THDMIIMSSMBCFull/FlexibleSUSY.m.in M templates/librarylink.m.in Log Message: ----------- Merge remote-tracking branch 'organization/development' into feature-2.0 Commit: bfe9c15a95880f873fc212c61c280f3dfb7a9551 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/bfe9c15a95880f873fc212c61c280f3dfb7a9551 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2017-01-27 (Fri, 27 Jan 2017) Changed paths: M templates/librarylink.m.in Log Message: ----------- use unique name for check function to prevent ambiguities if multiple librarylinks are loaded Commit: a90fd071fac39918f97343cbad2d2c3b736ca4ce https://github.com/FlexibleSUSY/FlexibleSUSY/commit/a90fd071fac39918f97343cbad2d2c3b736ca4ce Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2017-01-27 (Fri, 27 Jan 2017) Changed paths: M templates/librarylink.m.in Log Message: ----------- Merge remote-tracking branch 'organization/development' into feature-2.0 Commit: d6590509014c0b9af56bd0a0b8d8d050977b784c https://github.com/FlexibleSUSY/FlexibleSUSY/commit/d6590509014c0b9af56bd0a0b8d8d050977b784c Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2017-01-27 (Fri, 27 Jan 2017) Changed paths: M src/wrappers.hpp M test/test_wrappers.cpp Log Message: ----------- implemen generic Min() and Max() functions inspired by https://stackoverflow.com/questions/23815138/implementing-variadic-min-max-functions Commit: 94afda0593a4211f0133a711aed4a22ee2dde2f3 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/94afda0593a4211f0133a711aed4a22ee2dde2f3 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2017-01-27 (Fri, 27 Jan 2017) Changed paths: M src/wrappers.hpp M test/test_wrappers.cpp Log Message: ----------- Merge remote-tracking branch 'organization/development' into feature-2.0 Conflicts: src/wrappers.hpp test/test_wrappers.cpp Commit: c59db5ceb38766c03aad75fcbcbe167f7e985e8d https://github.com/FlexibleSUSY/FlexibleSUSY/commit/c59db5ceb38766c03aad75fcbcbe167f7e985e8d Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2017-01-27 (Fri, 27 Jan 2017) Changed paths: M templates/module.addon.mk.in Log Message: ----------- linking SQLite3 library to addon executable Commit: e99eef29adfafb9617a5b13c4b71e02ab9990d6d https://github.com/FlexibleSUSY/FlexibleSUSY/commit/e99eef29adfafb9617a5b13c4b71e02ab9990d6d Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2017-01-28 (Sat, 28 Jan 2017) Changed paths: M test/test_lowMSSM.sh Log Message: ----------- rename output files for consistency Commit: 49cc534756c1ef26bdbcb4096de01caf196f2cf3 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/49cc534756c1ef26bdbcb4096de01caf196f2cf3 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2017-01-28 (Sat, 28 Jan 2017) Changed paths: M model_files/SplitMSSM/LesHouches.in.SplitMSSM Log Message: ----------- update SplitMSSM example SLHA file Commit: 4d3134e971a4de7bdaf76256f42129801f6fcce2 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/4d3134e971a4de7bdaf76256f42129801f6fcce2 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2017-01-28 (Sat, 28 Jan 2017) Changed paths: M model_files/SplitMSSM/LesHouches.in.SplitMSSM Log Message: ----------- use 3L self-energy contributions in the SplitMSSM Commit: 7b4ab95c4e6da5fb3a54de73da7aa321734d4266 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/7b4ab95c4e6da5fb3a54de73da7aa321734d4266 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2017-01-28 (Sat, 28 Jan 2017) Changed paths: M src/threshold_loop_functions.cpp Log Message: ----------- Bugfix: implement missing limits of F8 and F9 for x1 -> x2 from arXiv:1407.4081 Commit: b7bd0fdddd75d68677f724a49216a839e122fbac https://github.com/FlexibleSUSY/FlexibleSUSY/commit/b7bd0fdddd75d68677f724a49216a839e122fbac Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2017-01-28 (Sat, 28 Jan 2017) Changed paths: M ChangeLog Log Message: ----------- update ChangeLog Commit: f3f8390ef2e7717eb881a0852c5cd255ce8e472e https://github.com/FlexibleSUSY/FlexibleSUSY/commit/f3f8390ef2e7717eb881a0852c5cd255ce8e472e Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2017-01-29 (Sun, 29 Jan 2017) Changed paths: M ChangeLog M model_files/SplitMSSM/LesHouches.in.SplitMSSM M src/threshold_loop_functions.cpp M templates/module.addon.mk.in Log Message: ----------- Merge remote-tracking branch 'organization/development' into feature-2.0 Conflicts: templates/module.addon.mk.in Commit: 8e5d0bc172b030b9e516369411597e597c52a0c3 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/8e5d0bc172b030b9e516369411597e597c52a0c3 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2017-01-29 (Sun, 29 Jan 2017) Changed paths: M src/threshold_loop_functions.cpp Log Message: ----------- speed-up threshold loop functions by using short-hand power functions Commit: 833f1ab965a11cf5e464ee9b512743a1196cdcec https://github.com/FlexibleSUSY/FlexibleSUSY/commit/833f1ab965a11cf5e464ee9b512743a1196cdcec Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2017-01-29 (Sun, 29 Jan 2017) Changed paths: M src/threshold_loop_functions.cpp Log Message: ----------- avoid multiple calls to std::log Commit: 9f327c2e2674016ae55515213d37ec7a0752ba12 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/9f327c2e2674016ae55515213d37ec7a0752ba12 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2017-01-29 (Sun, 29 Jan 2017) Changed paths: M src/threshold_loop_functions.cpp Log Message: ----------- remove unnecessary multiplications Commit: b84211eb466a15ee281015c0f55543e4cf01d267 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/b84211eb466a15ee281015c0f55543e4cf01d267 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2017-01-29 (Sun, 29 Jan 2017) Changed paths: M src/threshold_loop_functions.cpp Log Message: ----------- Merge remote-tracking branch 'organization/development' into feature-2.0 Commit: d1c8c5a2bc3ac9d25c26bbeec9c1f4590f5b70fc https://github.com/FlexibleSUSY/FlexibleSUSY/commit/d1c8c5a2bc3ac9d25c26bbeec9c1f4590f5b70fc Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2017-01-30 (Mon, 30 Jan 2017) Changed paths: M src/threshold_loop_functions.cpp M test/test_threshold_loop_functions.cpp Log Message: ----------- implement missing limits of f functions Commit: 62ef427d2f7a0455a03075df75d1788941f26bbf https://github.com/FlexibleSUSY/FlexibleSUSY/commit/62ef427d2f7a0455a03075df75d1788941f26bbf Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2017-01-30 (Mon, 30 Jan 2017) Changed paths: M ChangeLog Log Message: ----------- update ChangeLog Commit: 75c8f8555add25b61e3f59bf98db039662f8085b https://github.com/FlexibleSUSY/FlexibleSUSY/commit/75c8f8555add25b61e3f59bf98db039662f8085b Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2017-01-30 (Mon, 30 Jan 2017) Changed paths: M ChangeLog M src/threshold_loop_functions.cpp M test/test_threshold_loop_functions.cpp Log Message: ----------- Merge remote-tracking branch 'organization/development' into feature-2.0 Conflicts: test/test_threshold_loop_functions.cpp Commit: 46036bc18bf1e3d801a04d86d4ffa38d38475e5c https://github.com/FlexibleSUSY/FlexibleSUSY/commit/46036bc18bf1e3d801a04d86d4ffa38d38475e5c Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2017-01-31 (Tue, 31 Jan 2017) Changed paths: M src/threshold_loop_functions.cpp Log Message: ----------- safer limit of F8 for x1, x2 -> 1 Commit: 115807de03ad4e7039f0fa477a61768e346cd8e0 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/115807de03ad4e7039f0fa477a61768e346cd8e0 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2017-01-31 (Tue, 31 Jan 2017) Changed paths: M test/test_threshold_loop_functions.cpp Log Message: ----------- test F functions Commit: bd10a9f87312b9014e58224dd70dc3a6aa84c88b https://github.com/FlexibleSUSY/FlexibleSUSY/commit/bd10a9f87312b9014e58224dd70dc3a6aa84c88b Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2017-01-31 (Tue, 31 Jan 2017) Changed paths: M src/threshold_loop_functions.cpp M test/test_threshold_loop_functions.cpp Log Message: ----------- Merge remote-tracking branch 'organization/development' into feature-2.0 Commit: e5736494f3575d8d96d25e928654e5cb269811d5 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/e5736494f3575d8d96d25e928654e5cb269811d5 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2017-01-31 (Tue, 31 Jan 2017) Changed paths: M src/threshold_loop_functions.cpp M test/test_threshold_loop_functions.cpp Log Message: ----------- expand F functions around 0 in one/both arguments Commit: b086c1ac53d8b33462c470f86080ef1d83c466e7 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/b086c1ac53d8b33462c470f86080ef1d83c466e7 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2017-01-31 (Tue, 31 Jan 2017) Changed paths: M src/threshold_loop_functions.cpp M test/test_threshold_loop_functions.cpp Log Message: ----------- expand f functions around 0 in one/both argument(s) Commit: 341dc39de2f7c85d7e20f6a0ef60ae279765b36a https://github.com/FlexibleSUSY/FlexibleSUSY/commit/341dc39de2f7c85d7e20f6a0ef60ae279765b36a Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2017-01-31 (Tue, 31 Jan 2017) Changed paths: M src/threshold_loop_functions.cpp M test/test_threshold_loop_functions.cpp Log Message: ----------- Merge remote-tracking branch 'organization/development' into feature-2.0 Commit: f7b26aa9f68ee068e2eee6adb89e7fb60b00dbe6 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/f7b26aa9f68ee068e2eee6adb89e7fb60b00dbe6 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2017-01-31 (Tue, 31 Jan 2017) Changed paths: M model_files/HSSUSY/FlexibleSUSY.m.in Log Message: ----------- avoid numerical breakdown of 2L alpha_t^2 corrections from SUSYHD even if these 2L corrections are in the degenerate limit. Commit: 1b543ff4248a9ad1f52da270f556858b79552b7c https://github.com/FlexibleSUSY/FlexibleSUSY/commit/1b543ff4248a9ad1f52da270f556858b79552b7c Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2017-02-01 (Wed, 01 Feb 2017) Changed paths: M model_files/HSSUSY/FlexibleSUSY.m.in Log Message: ----------- Merge remote-tracking branch 'organization/development' into feature-2.0 Commit: 6bb28e285352539c8603995b2d87b084c2edb44d https://github.com/FlexibleSUSY/FlexibleSUSY/commit/6bb28e285352539c8603995b2d87b084c2edb44d Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2017-02-01 (Wed, 01 Feb 2017) Changed paths: M src/wrappers.hpp M test/test_wrappers.cpp Log Message: ----------- Bugfix: Which() must return common type of all argumets If Which() returns the type of the first argument, the second one might be converted to the first type. This might result in chopping off digits if the first type is int and the second one is double. Commit: 0a29121c6bd06b1d695a14a40817689911a6e6c7 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/0a29121c6bd06b1d695a14a40817689911a6e6c7 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2017-02-01 (Wed, 01 Feb 2017) Changed paths: M src/wrappers.hpp M test/test_wrappers.cpp Log Message: ----------- Merge remote-tracking branch 'organization/development' into feature-2.0 Conflicts: src/wrappers.hpp Commit: 22d47c98de7bd224789994f283b1e1d33561853c https://github.com/FlexibleSUSY/FlexibleSUSY/commit/22d47c98de7bd224789994f283b1e1d33561853c Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2017-02-01 (Wed, 01 Feb 2017) Changed paths: M src/which.hpp M test/test_which.cpp Log Message: ----------- apply bugfix 6bb28e2 to the WHICH() statement as well Commit: 60ea3676016a829074b29173bce1643db7f6142e https://github.com/FlexibleSUSY/FlexibleSUSY/commit/60ea3676016a829074b29173bce1643db7f6142e Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2017-02-02 (Thu, 02 Feb 2017) Changed paths: M src/threshold_loop_functions.cpp M test/test_threshold_loop_functions.cpp Log Message: ----------- correcting limit of f5 and f7 for x = y -> 0 Commit: dce90c277d103a32b77ffadc598ddda26d0b832f https://github.com/FlexibleSUSY/FlexibleSUSY/commit/dce90c277d103a32b77ffadc598ddda26d0b832f Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2017-02-02 (Thu, 02 Feb 2017) Changed paths: M src/threshold_loop_functions.cpp M test/test_threshold_loop_functions.cpp Log Message: ----------- implement limits of F8 and F9 for xi -> 0 Commit: 17a0c98314f4aefbfed9f8abf5db55f9c9e3a432 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/17a0c98314f4aefbfed9f8abf5db55f9c9e3a432 Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2017-02-02 (Thu, 02 Feb 2017) Changed paths: M src/threshold_loop_functions.cpp M test/test_threshold_loop_functions.cpp Log Message: ----------- Merge remote-tracking branch 'organization/development' into feature-2.0 Commit: 3e1ce088a75ea5ee478a78e231a4f3ed0bebb26f https://github.com/FlexibleSUSY/FlexibleSUSY/commit/3e1ce088a75ea5ee478a78e231a4f3ed0bebb26f Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2017-02-02 (Thu, 02 Feb 2017) Changed paths: M src/threshold_loop_functions.cpp Log Message: ----------- omit unused parameter Commit: 86a4edaa3fcaf8591fb311957e31bbb87ebd51ae https://github.com/FlexibleSUSY/FlexibleSUSY/commit/86a4edaa3fcaf8591fb311957e31bbb87ebd51ae Author: Alexander Voigt <Alexander.Voigt at physik.rwth-aachen.de> Date: 2017-02-04 (Sat, 04 Feb 2017) Changed paths: M meta/TreeMasses.m M src/eigen_utils.hpp M test/test_eigen_utils.cpp Log Message: ----------- simplify removal function for goldstone bosons from Higgs multiplet Commit: 7e8121905bb795066afcb5ab032dc8da0708cb85 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/7e8121905bb795066afcb5ab032dc8da0708cb85 Author: iolojz <iolojz.github at gmail.com> Date: 2017-02-06 (Mon, 06 Feb 2017) Changed paths: M meta/GMuonMinus2.m Log Message: ----------- Fixed off-by-one index issue Commit: f6ff5cffd179e943950d0c96d4d1e1bf9a457c21 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/f6ff5cffd179e943950d0c96d4d1e1bf9a457c21 Author: Alexander Voigt <Expander at users.noreply.github.com> Date: 2017-02-06 (Mon, 06 Feb 2017) Changed paths: M meta/GMuonMinus2.m Log Message: ----------- Merge pull request #13 from iolojz/feature-2.0 Fixed off-by-one index issue Commit: 853a4146b822d058f653836c099ed2a8dd1b8c3d https://github.com/FlexibleSUSY/FlexibleSUSY/commit/853a4146b822d058f653836c099ed2a8dd1b8c3d Author: Alexander Voigt <Alexander.Voigt at physik.rwth-aachen.de> Date: 2017-02-06 (Mon, 06 Feb 2017) Changed paths: M templates/standard_model_high_scale_spectrum_generator.hpp.in M templates/standard_model_low_scale_spectrum_generator.hpp.in Log Message: ----------- make BC solver a local object to enable copy construction of SG Commit: e64565dba72b3935bae535dc88e494e2fd5d0815 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/e64565dba72b3935bae535dc88e494e2fd5d0815 Author: Alexander Voigt <Alexander.Voigt at physik.rwth-aachen.de> Date: 2017-02-06 (Mon, 06 Feb 2017) Changed paths: M templates/high_scale_spectrum_generator.hpp.in M templates/low_scale_spectrum_generator.hpp.in M templates/standard_model_high_scale_spectrum_generator.hpp.in M templates/standard_model_low_scale_spectrum_generator.hpp.in Log Message: ----------- make constraints and matching condition local variables because they take pointers, which are invalidated when the spectrum generator object is copied. Commit: a6afc001574d9d8de572b6f52ecbfdad3d9c3706 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/a6afc001574d9d8de572b6f52ecbfdad3d9c3706 Author: Alexander Voigt <Alexander.Voigt at physik.rwth-aachen.de> Date: 2017-02-06 (Mon, 06 Feb 2017) Changed paths: M meta/TreeMasses.m M src/eigen_utils.hpp M src/threshold_loop_functions.cpp A templates/standard_model_high_scale_spectrum_generator.hpp.in A templates/standard_model_low_scale_spectrum_generator.hpp.in M templates/two_scale_high_scale_spectrum_generator.cpp.in M templates/two_scale_high_scale_spectrum_generator.hpp.in M templates/two_scale_low_scale_spectrum_generator.cpp.in M templates/two_scale_low_scale_spectrum_generator.hpp.in M test/test_eigen_utils.cpp Log Message: ----------- Merge remote-tracking branch 'organization/development' into feature-2.0 Conflicts: templates/standard_model_high_scale_spectrum_generator.hpp.in templates/standard_model_low_scale_spectrum_generator.hpp.in templates/two_scale_high_scale_spectrum_generator.cpp.in templates/two_scale_low_scale_spectrum_generator.cpp.in Commit: a9807225616fd81b1b4d0491b43d5a81bbc46995 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/a9807225616fd81b1b4d0491b43d5a81bbc46995 Author: Alexander Voigt <Alexander.Voigt at physik.rwth-aachen.de> Date: 2017-02-06 (Mon, 06 Feb 2017) Changed paths: M model_files/MSSMtower/FlexibleSUSY.m.in M model_files/MSSMtower/LesHouches.in.MSSMtower Log Message: ----------- remove unused parameter in FlexibleEFTHiggs Commit: 9634e1bcc6822c993659391e27bdf1d0d9f14b65 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/9634e1bcc6822c993659391e27bdf1d0d9f14b65 Author: Alexander Voigt <Alexander.Voigt at physik.rwth-aachen.de> Date: 2017-02-06 (Mon, 06 Feb 2017) Changed paths: M templates/standard_model_two_scale_high_scale_spectrum_generator.cpp.in M templates/standard_model_two_scale_high_scale_spectrum_generator.hpp.in M templates/standard_model_two_scale_low_scale_spectrum_generator.cpp.in M templates/standard_model_two_scale_low_scale_spectrum_generator.hpp.in Log Message: ----------- make FlexibleEFTHiggs spectrum generator safely copyable Commit: b44b0d2a4a1ee112ffc4d93016242a3bb771faf5 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/b44b0d2a4a1ee112ffc4d93016242a3bb771faf5 Author: Alexander Voigt <Alexander.Voigt at physik.rwth-aachen.de> Date: 2017-02-06 (Mon, 06 Feb 2017) Changed paths: M templates/standard_model_two_scale_high_scale_spectrum_generator.cpp.in M templates/standard_model_two_scale_high_scale_spectrum_generator.hpp.in M templates/standard_model_two_scale_low_scale_spectrum_generator.cpp.in M templates/standard_model_two_scale_low_scale_spectrum_generator.hpp.in Log Message: ----------- allow calculation at Q < Mt in order to exactly reproduce the fixed-order results for Q < Mt. Commit: d7406a50793228a594e5aa30f6e4aa9fe4880939 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/d7406a50793228a594e5aa30f6e4aa9fe4880939 Author: Alexander Voigt <Alexander.Voigt at physik.rwth-aachen.de> Date: 2017-02-06 (Mon, 06 Feb 2017) Changed paths: M templates/librarylink.cpp.in Log Message: ----------- rename redirection class to avoid conflicts with other modules Commit: a44651584c0a9ab765330c584a2389037287f202 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/a44651584c0a9ab765330c584a2389037287f202 Author: Alexander Voigt <Alexander.Voigt at physik.rwth-aachen.de> Date: 2017-02-06 (Mon, 06 Feb 2017) Changed paths: M templates/standard_model_high_scale_spectrum_generator.hpp.in M templates/standard_model_low_scale_spectrum_generator.hpp.in Log Message: ----------- provide non-const get_eft() method Commit: ecf897e143adede88e935f432ab1edba28ab6b3f https://github.com/FlexibleSUSY/FlexibleSUSY/commit/ecf897e143adede88e935f432ab1edba28ab6b3f Author: Alexander Voigt <Alexander.Voigt at physik.rwth-aachen.de> Date: 2017-02-06 (Mon, 06 Feb 2017) Changed paths: M model_files/MSSMtower/FlexibleSUSY.m.in M model_files/MSSMtower/LesHouches.in.MSSMtower M templates/librarylink.cpp.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_two_scale_high_scale_spectrum_generator.hpp.in M templates/standard_model_two_scale_low_scale_spectrum_generator.hpp.in Log Message: ----------- Merge remote-tracking branch 'organization/development' into feature-2.0 Conflicts: templates/librarylink.cpp.in Commit: 13fb64083caeed39325bc37f5e72f812b41758e6 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/13fb64083caeed39325bc37f5e72f812b41758e6 Author: Alexander Voigt <Alexander.Voigt at physik.rwth-aachen.de> Date: 2017-02-06 (Mon, 06 Feb 2017) Changed paths: R templates/standard_model_high_scale_spectrum_generator.hpp.in R templates/standard_model_low_scale_spectrum_generator.hpp.in Log Message: ----------- remove files that re-appeared after merge of development Commit: 34226eeefcc638be341635ecd8ebd99be14de158 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/34226eeefcc638be341635ecd8ebd99be14de158 Author: Alexander Voigt <Alexander.Voigt at physik.rwth-aachen.de> Date: 2017-02-07 (Tue, 07 Feb 2017) Changed paths: M addons/GM2Calc/MSSMNoFV_onshell_mass_eigenstates.cpp Log Message: ----------- adapt GM2Calc model to commit 86a4edaa3fca Commit: 335fcc0415a126338e081534ca54e1c1d0784232 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/335fcc0415a126338e081534ca54e1c1d0784232 Author: Alexander Voigt <Alexander.Voigt at physik.rwth-aachen.de> Date: 2017-02-07 (Tue, 07 Feb 2017) Changed paths: M addons/GM2Calc/MSSMNoFV_onshell_mass_eigenstates.cpp Log Message: ----------- Merge remote-tracking branch 'organization/development' into feature-2.0 Commit: 02943656ffd71d81114a88f1126ec0ff22d86c6a https://github.com/FlexibleSUSY/FlexibleSUSY/commit/02943656ffd71d81114a88f1126ec0ff22d86c6a Author: Alexander Voigt <Alexander.Voigt at physik.rwth-aachen.de> Date: 2017-02-10 (Fri, 10 Feb 2017) Changed paths: M templates/librarylink.cpp.in Log Message: ----------- put all helper functions into unique model namespace This avoids collisions among multiple libraries loaded at the same time into Mathematica. Commit: 555d810b1d0602deaca189be409674f81806e4bd https://github.com/FlexibleSUSY/FlexibleSUSY/commit/555d810b1d0602deaca189be409674f81806e4bd Author: Alexander Voigt <Alexander.Voigt at physik.rwth-aachen.de> Date: 2017-02-10 (Fri, 10 Feb 2017) Changed paths: M templates/librarylink.cpp.in Log Message: ----------- simplify naming of functions and classes again after all have been put into a unique namespace. Commit: 3726ec07c709d732cc43df08e0043baa6fdc155f https://github.com/FlexibleSUSY/FlexibleSUSY/commit/3726ec07c709d732cc43df08e0043baa6fdc155f Author: Alexander Voigt <Alexander.Voigt at physik.rwth-aachen.de> Date: 2017-02-11 (Sat, 11 Feb 2017) Changed paths: M src/mssm_twoloophiggs_impl.f Log Message: ----------- protect against sin(theta_b) being zero Commit: 581080fab1547ccb72796ee8fd6a72b7f9d938b0 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/581080fab1547ccb72796ee8fd6a72b7f9d938b0 Author: Alexander Voigt <Alexander.Voigt at physik.rwth-aachen.de> Date: 2017-02-11 (Sat, 11 Feb 2017) Changed paths: M src/mssm_twoloophiggs_impl.f Log Message: ----------- Bugfix: Catch further NaNs from inside the MSSM 2L Higgs mass routines of Pietro Slavich. Commit: 0001ac7cd47b829540a0a29a23d9d3f945160327 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/0001ac7cd47b829540a0a29a23d9d3f945160327 Author: Alexander Voigt <Alexander.Voigt at physik.rwth-aachen.de> Date: 2017-02-11 (Sat, 11 Feb 2017) Changed paths: M ChangeLog Log Message: ----------- update ChangeLog Commit: 90aa7c2d06927aad27b747b04677c7b3794faef6 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/90aa7c2d06927aad27b747b04677c7b3794faef6 Author: Alexander Voigt <Alexander.Voigt at physik.rwth-aachen.de> Date: 2017-02-12 (Sun, 12 Feb 2017) Changed paths: M src/mssm_twoloophiggs_impl.f Log Message: ----------- decrease sin(theta_b) minimum value in order to make MSSM_2L_limits test pass again Commit: adc25d20e937c5c5cfc4deaa92253b7e269715c0 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/adc25d20e937c5c5cfc4deaa92253b7e269715c0 Author: Alexander Voigt <Alexander.Voigt at physik.rwth-aachen.de> Date: 2017-02-12 (Sun, 12 Feb 2017) Changed paths: M templates/high_scale_spectrum_generator.hpp.in M templates/low_scale_spectrum_generator.hpp.in M templates/standard_model_high_scale_spectrum_generator.hpp.in M templates/standard_model_low_scale_spectrum_generator.hpp.in Log Message: ----------- properly construct constraints instead of filling them with data afterwards Commit: 383295cf42cf31312b25dec62fceecf5b8deef6f https://github.com/FlexibleSUSY/FlexibleSUSY/commit/383295cf42cf31312b25dec62fceecf5b8deef6f Author: Alexander Voigt <Alexander.Voigt at physik.rwth-aachen.de> Date: 2017-02-16 (Thu, 16 Feb 2017) Changed paths: M README M doc/install.dox M install-sarah Log Message: ----------- update recommended SARAH version to 4.9.3 Commit: 3827dba6215f780d7a7f4cd0c55c97edccd83485 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/3827dba6215f780d7a7f4cd0c55c97edccd83485 Author: Alexander Voigt <Alexander.Voigt at physik.rwth-aachen.de> Date: 2017-02-16 (Thu, 16 Feb 2017) Changed paths: A meta/TwoLoopSM.m Log Message: ----------- adding meta-code module with SM 2-loop corrections taken from arxiv:1205.6497 and arxiv:1504.05200. Commit: 2bb7259051bbb75848fb21e4dd70418bd27b36ea https://github.com/FlexibleSUSY/FlexibleSUSY/commit/2bb7259051bbb75848fb21e4dd70418bd27b36ea Author: Alexander Voigt <Alexander.Voigt at physik.rwth-aachen.de> Date: 2017-02-16 (Thu, 16 Feb 2017) Changed paths: M meta/Parameters.m Log Message: ----------- Bugfix: extend IncreaseIndexLiterals[] function to nested functions The following example call of IncreaseIndexLiterals[] now works: In[]:= IncreaseIndexLiterals[Hpm[{2}][PL]] Out[]= Hpm[{3}][PL] Thanks to Markus Bach. Commit: f8c87c8884432fc2a1ab39f4f7829bfc3902c81b https://github.com/FlexibleSUSY/FlexibleSUSY/commit/f8c87c8884432fc2a1ab39f4f7829bfc3902c81b Author: Alexander Voigt <Alexander.Voigt at physik.rwth-aachen.de> Date: 2017-02-16 (Thu, 16 Feb 2017) Changed paths: M meta/SelfEnergies.m Log Message: ----------- Bugfix: avoid fixed indices in vertex replacement rules in order to not mess up increased/decreased indices. Thanks to Markus Bach. Commit: 12530c4c7de6bd163094c38192922dda18f8496e https://github.com/FlexibleSUSY/FlexibleSUSY/commit/12530c4c7de6bd163094c38192922dda18f8496e Author: Alexander Voigt <Alexander.Voigt at physik.rwth-aachen.de> Date: 2017-02-17 (Fri, 17 Feb 2017) Changed paths: M meta/SelfEnergies.m Log Message: ----------- generalize bugfix: replace all particle indices Commit: ff66e603ac05399e73a0b31148c647f22be720c1 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/ff66e603ac05399e73a0b31148c647f22be720c1 Author: Alexander Voigt <Alexander.Voigt at physik.rwth-aachen.de> Date: 2017-02-17 (Fri, 17 Feb 2017) Changed paths: M meta/TreeMasses.m Log Message: ----------- adding pattern test function for particles Commit: 0cc173a5f4e47f7fdb4eb58d50e81159c281e01b https://github.com/FlexibleSUSY/FlexibleSUSY/commit/0cc173a5f4e47f7fdb4eb58d50e81159c281e01b Author: Alexander Voigt <Alexander.Voigt at physik.rwth-aachen.de> Date: 2017-02-17 (Fri, 17 Feb 2017) Changed paths: M meta/FlexibleSUSY.m Log Message: ----------- update years Commit: 46f20e87b881c8a666ee0869e5e180087628e25b https://github.com/FlexibleSUSY/FlexibleSUSY/commit/46f20e87b881c8a666ee0869e5e180087628e25b Author: Alexander Voigt <Alexander.Voigt at physik.rwth-aachen.de> Date: 2017-02-17 (Fri, 17 Feb 2017) Changed paths: M config/references Log Message: ----------- adding FlexibleEFTHiggs paper to list of references Commit: c88af7ba276e670291c77916852da3054778770c https://github.com/FlexibleSUSY/FlexibleSUSY/commit/c88af7ba276e670291c77916852da3054778770c Author: Alexander Voigt <Alexander.Voigt at physik.rwth-aachen.de> Date: 2017-02-17 (Fri, 17 Feb 2017) Changed paths: M ChangeLog M README M doc/install.dox M install-sarah M meta/FlexibleSUSY.m M meta/Parameters.m M meta/SelfEnergies.m M meta/TreeMasses.m A meta/TwoLoopSM.m M src/mssm_twoloophiggs_impl.f M templates/librarylink.cpp.in A templates/standard_model_high_scale_spectrum_generator.hpp.in A templates/standard_model_low_scale_spectrum_generator.hpp.in M templates/standard_model_two_scale_high_scale_spectrum_generator.cpp.in M templates/standard_model_two_scale_low_scale_spectrum_generator.cpp.in M templates/two_scale_high_scale_spectrum_generator.cpp.in M templates/two_scale_low_scale_spectrum_generator.cpp.in Log Message: ----------- Merge remote-tracking branch 'organization/development' into feature-2.0 Conflicts: templates/librarylink.cpp.in templates/standard_model_high_scale_spectrum_generator.hpp.in templates/standard_model_low_scale_spectrum_generator.hpp.in templates/two_scale_high_scale_spectrum_generator.cpp.in templates/two_scale_low_scale_spectrum_generator.cpp.in Commit: 4f53579649d9ef3d719dce18f1037aec87a2525b https://github.com/FlexibleSUSY/FlexibleSUSY/commit/4f53579649d9ef3d719dce18f1037aec87a2525b Author: Alexander Voigt <Alexander.Voigt at physik.rwth-aachen.de> Date: 2017-02-17 (Fri, 17 Feb 2017) Changed paths: R templates/standard_model_high_scale_spectrum_generator.hpp.in R templates/standard_model_low_scale_spectrum_generator.hpp.in Log Message: ----------- remove files that re-appeared after merge of development Commit: 59dfe13c5ce9bcb9812fcc2fccd0d06828f523a5 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/59dfe13c5ce9bcb9812fcc2fccd0d06828f523a5 Author: Alexander Voigt <Alexander.Voigt at physik.rwth-aachen.de> Date: 2017-02-17 (Fri, 17 Feb 2017) Changed paths: M meta/FlexibleSUSY.m Log Message: ----------- acknowledge Dylan and Tom Commit: 4e58bc37e11b4c76e89158b49880b630ab17ebbd https://github.com/FlexibleSUSY/FlexibleSUSY/commit/4e58bc37e11b4c76e89158b49880b630ab17ebbd Author: Alexander Voigt <Alexander.Voigt at physik.rwth-aachen.de> Date: 2017-02-17 (Fri, 17 Feb 2017) Changed paths: M meta/FlexibleSUSY.m Log Message: ----------- make vertical lines bold to improve readability Commit: 695da0b6e5d7c9c70e52d6918408d520074d7234 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/695da0b6e5d7c9c70e52d6918408d520074d7234 Author: Alexander Voigt <Alexander.Voigt at physik.rwth-aachen.de> Date: 2017-02-17 (Fri, 17 Feb 2017) Changed paths: M config/references M meta/FlexibleSUSY.m Log Message: ----------- Merge remote-tracking branch 'organization/development' into feature-2.0 Commit: ad2a68a06e62e2a0688a471d3ca114b497041c50 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/ad2a68a06e62e2a0688a471d3ca114b497041c50 Author: Alexander Voigt <Alexander.Voigt at physik.rwth-aachen.de> Date: 2017-02-18 (Sat, 18 Feb 2017) Changed paths: M meta/WriteOut.m Log Message: ----------- print name of created file only in debug mode Commit: 3d23a65bc4dcd4a32290e742ce3f478ef88c4711 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/3d23a65bc4dcd4a32290e742ce3f478ef88c4711 Author: Alexander Voigt <Alexander.Voigt at physik.rwth-aachen.de> Date: 2017-02-18 (Sat, 18 Feb 2017) Changed paths: M meta/FlexibleSUSY.m Log Message: ----------- print headline in similar style as welcome message Commit: 62781e0242991130e769a5afa8ead93e55faf4f8 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/62781e0242991130e769a5afa8ead93e55faf4f8 Author: Alexander Voigt <Alexander.Voigt at physik.rwth-aachen.de> Date: 2017-02-18 (Sat, 18 Feb 2017) Changed paths: M meta/SelfEnergies.m M meta/Utils.m Log Message: ----------- draw nice progress bar instead of many dots Commit: d96bf7e0aba43c78cdd163cc51683e92b7b86a09 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/d96bf7e0aba43c78cdd163cc51683e92b7b86a09 Author: Alexander Voigt <Alexander.Voigt at physik.rwth-aachen.de> Date: 2017-02-18 (Sat, 18 Feb 2017) Changed paths: M meta/SelfEnergies.m Log Message: ----------- remove unused function Commit: fb72ded58374515433bfb0cd2fa4ab788e06be25 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/fb72ded58374515433bfb0cd2fa4ab788e06be25 Author: Alexander Voigt <Alexander.Voigt at physik.rwth-aachen.de> Date: 2017-02-27 (Mon, 27 Feb 2017) Changed paths: M model_files/CMSSMCPV/FlexibleSUSY.m.in M model_files/CMSSMCPV/LesHouches.in.CMSSMCPV Log Message: ----------- use Cos[Phi] as input in the CMSSMCPV as defined in SLHA-2 Commit: 48336c98fe23fb538bfe103c44321cd0907b34eb https://github.com/FlexibleSUSY/FlexibleSUSY/commit/48336c98fe23fb538bfe103c44321cd0907b34eb Author: Alexander Voigt <Alexander.Voigt at physik.rwth-aachen.de> Date: 2017-02-27 (Mon, 27 Feb 2017) Changed paths: M doc/model_file.dox M meta/FlexibleSUSY.m M meta/WriteOut.m M templates/slha_io.cpp.in M templates/slha_io.hpp.in Log Message: ----------- adding support for IMMINPAR input block Commit: 2093f541ee40af88d9f2a45b5c980d4e9c434174 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/2093f541ee40af88d9f2a45b5c980d4e9c434174 Author: Alexander Voigt <Alexander.Voigt at physik.rwth-aachen.de> Date: 2017-02-27 (Mon, 27 Feb 2017) Changed paths: M model_files/CMSSMCPV/FlexibleSUSY.m.in M model_files/CMSSMCPV/LesHouches.in.CMSSMCPV Log Message: ----------- allow user to set imaginary part of M12 and A0 in CMSSMCPV Commit: 586512b81ea40ed560ec42833be523e3cfc2a294 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/586512b81ea40ed560ec42833be523e3cfc2a294 Author: Alexander Voigt <Alexander.Voigt at physik.rwth-aachen.de> Date: 2017-02-27 (Mon, 27 Feb 2017) Changed paths: M templates/run.m.in Log Message: ----------- adding missing comma Commit: 78d1fc6053f230b8a6e343ded986bb3f33790b35 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/78d1fc6053f230b8a6e343ded986bb3f33790b35 Author: Alexander Voigt <Alexander.Voigt at physik.rwth-aachen.de> Date: 2017-02-28 (Tue, 28 Feb 2017) Changed paths: M model_files/CMSSMCPV/FlexibleSUSY.m.in M model_files/MSSMCPV/FlexibleSUSY.m.in Log Message: ----------- testing calculation of a_mu and effective couplings in (C)MSSMCPV Commit: daa2732d7c3f34d015ef2976dfa86f1d01da493f https://github.com/FlexibleSUSY/FlexibleSUSY/commit/daa2732d7c3f34d015ef2976dfa86f1d01da493f Author: Alexander Voigt <Alexander.Voigt at physik.rwth-aachen.de> Date: 2017-03-03 (Fri, 03 Mar 2017) Changed paths: M src/standard_model.cpp M src/standard_model.hpp M templates/mass_eigenstates.cpp.in M templates/mass_eigenstates.hpp.in Log Message: ----------- remove old backwards compatibility function Commit: e5e4abfb697f8907fab6deda649e1683121b979e https://github.com/FlexibleSUSY/FlexibleSUSY/commit/e5e4abfb697f8907fab6deda649e1683121b979e Author: Alexander Voigt <Alexander.Voigt at physik.rwth-aachen.de> Date: 2017-03-03 (Fri, 03 Mar 2017) Changed paths: M meta/FlexibleSUSY.m M src/slha_io.cpp M src/standard_model.cpp M src/standard_model_two_scale_model.cpp M templates/mass_eigenstates.cpp.in M templates/two_scale_model.cpp.in Log Message: ----------- use the correct ren-scheme name in the comments and user output Commit: 4baa39bb5bb8d3974bea34bb253e65679fac541c https://github.com/FlexibleSUSY/FlexibleSUSY/commit/4baa39bb5bb8d3974bea34bb253e65679fac541c Author: Alexander Voigt <Alexander.Voigt at physik.rwth-aachen.de> Date: 2017-03-09 (Thu, 09 Mar 2017) Changed paths: M templates/a_muon.cpp.in Log Message: ----------- give defgroup a name Commit: 3f5efc65a82cb3a872b9374e15a2671643554365 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/3f5efc65a82cb3a872b9374e15a2671643554365 Author: Alexander Voigt <Alexander.Voigt at physik.rwth-aachen.de> Date: 2017-03-09 (Thu, 09 Mar 2017) Changed paths: M meta/FlexibleEFTHiggsMatching.m M meta/FlexibleSUSY.m M meta/GMuonMinus2.m M meta/LoopMasses.m M meta/TreeMasses.m Log Message: ----------- Avoid usage of SARAH`SMQ[] as much as possible. Reason: SARAH`SMQ[] requires that the list SARAH`SMParticles is filled with all SM particles, including goldstone and Higgs bosons and ghosts. However, this correct filling is not ensured in SARAH so far. For this reason we should use FlexibleSUSY's IsSMParticle[] function. This function should do everything correctly in the future. Commit: e939647f16b546e14c66feff5eda78ec3d2f2eeb https://github.com/FlexibleSUSY/FlexibleSUSY/commit/e939647f16b546e14c66feff5eda78ec3d2f2eeb Author: Alexander Voigt <Alexander.Voigt at physik.rwth-aachen.de> Date: 2017-03-09 (Thu, 09 Mar 2017) Changed paths: M meta/FlexibleSUSY.m M model_files/BLSM/FlexibleSUSY.m.in M model_files/BLSMlightZp/FlexibleSUSY.m.in M model_files/BetaSM/FlexibleSUSY.m.in M model_files/HGTHDMIIMSSMBC/FlexibleSUSY.m.in M model_files/HGTHDMIIMSSMBCApprox/FlexibleSUSY.m.in M model_files/HGTHDMIIMSSMBCFull/FlexibleSUSY.m.in M model_files/HSSUSY/FlexibleSUSY.m.in M model_files/HTHDMIIMSSMBC/FlexibleSUSY.m.in M model_files/MDM/FlexibleSUSY.m.in M model_files/NSM/FlexibleSUSY.m.in M model_files/SM/FlexibleSUSY.m.in M model_files/SMEWSBAtMZ/FlexibleSUSY.m.in M model_files/SMHighPrecision/FlexibleSUSY.m.in M model_files/SMHighScale/FlexibleSUSY.m.in M model_files/SMNoRGEs/FlexibleSUSY.m.in M model_files/SMnoGUT/FlexibleSUSY.m.in M model_files/SMtower/FlexibleSUSY.m.in M model_files/SSM/FlexibleSUSY.m.in M model_files/SplitMSSM/FlexibleSUSY.m.in M model_files/THDMII/FlexibleSUSY.m.in M model_files/THDMIIMSSMBC/FlexibleSUSY.m.in M model_files/THDMIIMSSMBCApprox/FlexibleSUSY.m.in M model_files/THDMIIMSSMBCFull/FlexibleSUSY.m.in M model_files/cSM/FlexibleSUSY.m.in M templates/two_scale_low_scale_constraint.cpp.in M templates/two_scale_low_scale_constraint.hpp.in Log Message: ----------- support MZMSbar and MWMSbar symbols for non-SUSY models Commit: 78ef21c3742a3ee4a9eeca979938a2aa3277c2f4 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/78ef21c3742a3ee4a9eeca979938a2aa3277c2f4 Author: Alexander Voigt <Alexander.Voigt at physik.rwth-aachen.de> Date: 2017-03-09 (Thu, 09 Mar 2017) Changed paths: M meta/FlexibleSUSY.m Log Message: ----------- set unset flags to False by default Commit: 819e3bf3318da1bf458fa5f217667b6e7420ab14 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/819e3bf3318da1bf458fa5f217667b6e7420ab14 Author: Alexander Voigt <Alexander.Voigt at physik.rwth-aachen.de> Date: 2017-03-09 (Thu, 09 Mar 2017) Changed paths: M model_files/CMSSMCPV/FlexibleSUSY.m.in M model_files/CMSSMCPV/LesHouches.in.CMSSMCPV Log Message: ----------- Bugfix: also sign(mu) is needed in CMSSMCPV in order to map to the whole phi space [-Pi,Pi]. Commit: fb494bc5b5e4c4542b32a62761876261f7b85f61 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/fb494bc5b5e4c4542b32a62761876261f7b85f61 Author: Alexander Voigt <Alexander.Voigt at physik.rwth-aachen.de> Date: 2017-03-10 (Fri, 10 Mar 2017) Changed paths: M meta/FlexibleSUSY.m M templates/two_scale_low_scale_constraint.cpp.in M templates/two_scale_low_scale_constraint.hpp.in Log Message: ----------- prevent naming conflicts and introduce EMSbar symbol Commit: abeea7bd25bc55b01f923e656eb1531b2abaa514 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/abeea7bd25bc55b01f923e656eb1531b2abaa514 Author: Alexander Voigt <Alexander.Voigt at physik.rwth-aachen.de> Date: 2017-03-11 (Sat, 11 Mar 2017) Changed paths: M README M configure M model_files/CMSSMNoFV/FlexibleSUSY.m.in M model_files/MSSMNoFV/FlexibleSUSY.m.in M model_files/MSSMNoFVSLHA2/FlexibleSUSY.m.in M model_files/MSSMNoFVatMGUT/FlexibleSUSY.m.in M model_files/MSSMNoFVtower/FlexibleSUSY.m.in Log Message: ----------- do not overwrite SA`Casimir as it is correctly set in SARAH 4.10.2. Commit: d4b5d9f64f20e4c62cc20674639e0b98b0374eca https://github.com/FlexibleSUSY/FlexibleSUSY/commit/d4b5d9f64f20e4c62cc20674639e0b98b0374eca Author: Alexander Voigt <Alexander.Voigt at physik.rwth-aachen.de> Date: 2017-03-11 (Sat, 11 Mar 2017) Changed paths: M src/wrappers.hpp M templates/standard_model_two_scale_high_scale_initial_guesser.cpp.in M templates/standard_model_two_scale_low_scale_initial_guesser.cpp.in Log Message: ----------- use Pi instead of M_PI which is not guaranteed to be defined everywhere Commit: bc7abce09c0de3a7650155a44454419d645fe602 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/bc7abce09c0de3a7650155a44454419d645fe602 Author: Alexander Voigt <Alexander.Voigt at physik.rwth-aachen.de> Date: 2017-03-12 (Sun, 12 Mar 2017) Changed paths: M templates/slha_io.hpp.in Log Message: ----------- use in-class initialization of scales Commit: 88fffa7a81c47189f52c754a9b112c0a86e95079 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/88fffa7a81c47189f52c754a9b112c0a86e95079 Author: Alexander Voigt <Alexander.Voigt at physik.rwth-aachen.de> Date: 2017-03-12 (Sun, 12 Mar 2017) Changed paths: M templates/librarylink.cpp.in M templates/run.cpp.in M templates/run_cmd_line.cpp.in M templates/slha_io.hpp.in Log Message: ----------- save pole mass scale in the @ModelName at _scales struct Commit: be5d9f72f26d5591cb6e103c6741c98d826b41dd https://github.com/FlexibleSUSY/FlexibleSUSY/commit/be5d9f72f26d5591cb6e103c6741c98d826b41dd Author: Alexander Voigt <Alexander.Voigt at physik.rwth-aachen.de> Date: 2017-03-12 (Sun, 12 Mar 2017) Changed paths: M templates/librarylink.cpp.in M templates/run.cpp.in M templates/run_cmd_line.cpp.in Log Message: ----------- ensure that observables are calculated at the pole mass scale So far the scale at which the observables have been calculated did depend on the "parameter output scale", because this was the scale at which the model was output of the spectrum generator. Commit: e3d3ed58a24e626ddab9d58998d31806e7335310 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/e3d3ed58a24e626ddab9d58998d31806e7335310 Author: Alexander Voigt <Alexander.Voigt at physik.rwth-aachen.de> Date: 2017-03-12 (Sun, 12 Mar 2017) Changed paths: M templates/librarylink.cpp.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: ----------- refactor last commit to avoid code duplication Commit: 0c22fab5b0fb6ed7011b68a2e354919bfe7548e0 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/0c22fab5b0fb6ed7011b68a2e354919bfe7548e0 Author: Alexander Voigt <Alexander.Voigt at physik.rwth-aachen.de> Date: 2017-03-13 (Mon, 13 Mar 2017) Changed paths: M meta/TreeMasses.m Log Message: ----------- adding helper function to return electric charge properties Commit: fb8afdba40b41f1c36ddbfae36bde761f3addbb8 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/fb8afdba40b41f1c36ddbfae36bde761f3addbb8 Author: Alexander Voigt <Alexander.Voigt at physik.rwth-aachen.de> Date: 2017-03-13 (Mon, 13 Mar 2017) Changed paths: M meta/FlexibleSUSY.m M meta/GMuonMinus2.m M templates/a_muon.cpp.in Log Message: ----------- adding universal leading log 2L QED contibution to amu Commit: 39c9d7cd631a1b9ab96525a69b5460141f26161c https://github.com/FlexibleSUSY/FlexibleSUSY/commit/39c9d7cd631a1b9ab96525a69b5460141f26161c Author: Alexander Voigt <Alexander.Voigt at physik.rwth-aachen.de> Date: 2017-03-13 (Mon, 13 Mar 2017) Changed paths: M templates/standard_model_matching.cpp.in Log Message: ----------- catch case when loop_order == 0 Commit: a86ec33dbbd77972acf7d11ecb5eea1f7173b902 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/a86ec33dbbd77972acf7d11ecb5eea1f7173b902 Author: Alexander Voigt <Alexander.Voigt at physik.rwth-aachen.de> Date: 2017-03-13 (Mon, 13 Mar 2017) Changed paths: M .gitattributes M .gitignore M ChangeLog M README M addons/GM2Calc/MSSMNoFV_onshell_mass_eigenstates.cpp M config/references M configure M doc/images/FS-models.xcf M doc/install.dox M doc/model_file.dox M examples/customized-betas/MSSMcbs_spectrum_generator.hpp M examples/customized-betas/MSSMcbs_two_scale_low_scale_constraint.hpp M examples/switch_MSSM.cpp M examples/tower/MSSMD5O_MSSMRHN_spectrum_generator.hpp M install-sarah M meta/BetaFunction.m M meta/CConversion.m M meta/Constraint.m M meta/ConvergenceTester.m M meta/EffectiveCouplings.m M meta/FlexibleSUSY.m M meta/GMuonMinus2.m M meta/LoopMasses.m M meta/Parameters.m M meta/Phases.m M meta/SelfEnergies.m M meta/ThresholdCorrections.m M meta/TreeMasses.m A meta/TwoLoopSM.m M meta/Utils.m M meta/WriteOut.m M model_files/BLSM/FlexibleSUSY.m.in M model_files/BLSMlightZp/FlexibleSUSY.m.in M model_files/BetaSM/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/HGTHDMIIMSSMBC/FlexibleSUSY.m.in M model_files/HGTHDMIIMSSMBCApprox/FlexibleSUSY.m.in M model_files/HGTHDMIIMSSMBCFull/FlexibleSUSY.m.in M model_files/HSSUSY/FlexibleSUSY.m.in M model_files/HTHDMIIMSSMBC/FlexibleSUSY.m.in M model_files/MDM/FlexibleSUSY.m.in M model_files/MSSMCPV/FlexibleSUSY.m.in M model_files/MSSMNoFV/FlexibleSUSY.m.in M model_files/MSSMNoFVSLHA2/FlexibleSUSY.m.in M model_files/MSSMNoFVatMGUT/FlexibleSUSY.m.in M model_files/MSSMNoFVtower/FlexibleSUSY.m.in M model_files/MSSMtower/FlexibleSUSY.m.in M model_files/MSSMtower/LesHouches.in.MSSMtower M model_files/NSM/FlexibleSUSY.m.in M model_files/SM/FlexibleSUSY.m.in M model_files/SMEWSBAtMZ/FlexibleSUSY.m.in M model_files/SMHighPrecision/FlexibleSUSY.m.in M model_files/SMHighScale/FlexibleSUSY.m.in M model_files/SMNoRGEs/FlexibleSUSY.m.in M model_files/SMnoGUT/FlexibleSUSY.m.in M model_files/SMtower/FlexibleSUSY.m.in M model_files/SSM/FlexibleSUSY.m.in M model_files/SplitMSSM/FlexibleSUSY.m.in M model_files/SplitMSSM/LesHouches.in.SplitMSSM M model_files/THDMII/FlexibleSUSY.m.in M model_files/THDMIIMSSMBC/FlexibleSUSY.m.in M model_files/THDMIIMSSMBCApprox/FlexibleSUSY.m.in M model_files/THDMIIMSSMBCFull/FlexibleSUSY.m.in M model_files/cSM/FlexibleSUSY.m.in R models/sm/module.mk R models/sm/sm.hpp R models/sm/sm_two_scale.cpp R models/sm/sm_two_scale.hpp R models/sm/sm_two_scale_convergence_tester.cpp R models/sm/sm_two_scale_convergence_tester.hpp R models/sm/sm_two_scale_experimental_constraint.cpp R models/sm/sm_two_scale_experimental_constraint.hpp R models/smcw/module.mk R models/smcw/smcw.hpp R models/smcw/smcw_two_scale.cpp R models/smcw/smcw_two_scale.hpp R models/smcw/smcw_two_scale_convergence_tester.cpp R models/smcw/smcw_two_scale_convergence_tester.hpp R models/smcw/smcw_two_scale_gut_constraint.cpp R models/smcw/smcw_two_scale_gut_constraint.hpp M src/betafunction.hpp M src/coupling_monitor.hpp M src/derivative.hpp M src/dilog.cpp M src/eigen_utils.hpp M src/error.hpp M src/fixed_point_iterator.hpp M src/global_thread_pool.cpp M src/lattice_convergence_tester.hpp M src/lowe.cpp M src/lowe.h M src/mathlink_utils.hpp M src/mssm_twoloophiggs_impl.f M src/numerics2.cpp M src/numerics2.hpp M src/physical_input.hpp M src/problems.hpp M src/raii.hpp M src/scan.cpp M src/slha_io.cpp M src/spectrum_generator_settings.cpp M src/spectrum_generator_settings.hpp M src/standard_model.cpp M src/standard_model.hpp M src/standard_model_effective_couplings.cpp M src/standard_model_effective_couplings.hpp M src/standard_model_two_scale_model.cpp M src/sum.hpp M src/threshold_loop_functions.cpp M src/two_loop_corrections.hpp M src/two_scale_composite_convergence_tester.cpp M src/two_scale_composite_convergence_tester.hpp M src/two_scale_convergence_tester.hpp M src/two_scale_convergence_tester_drbar.hpp M src/two_scale_running_precision.cpp M src/two_scale_running_precision.hpp M src/two_scale_solver.cpp M src/two_scale_solver.hpp M src/weinberg_angle.cpp M src/weinberg_angle.hpp M src/which.hpp M src/wrappers.hpp M templates/a_muon.cpp.in M templates/info.cpp.in M templates/info.hpp.in M templates/input_parameters.hpp.in M templates/librarylink.cpp.in M templates/librarylink.m.in M templates/mass_eigenstates.cpp.in M templates/mass_eigenstates.hpp.in M templates/model_slha.hpp.in M templates/module.addon.mk.in M templates/observables.cpp.in M templates/observables.hpp.in M templates/physical.cpp.in M templates/physical.hpp.in M templates/run.cpp.in M templates/run.m.in M templates/run_cmd_line.cpp.in M templates/slha_io.cpp.in M templates/slha_io.hpp.in M templates/soft_parameters.cpp.in M templates/soft_parameters.hpp.in M templates/spectrum_generator_interface.hpp.in M templates/standard_model_matching.cpp.in M templates/standard_model_matching.hpp.in M templates/standard_model_two_scale_high_scale_initial_guesser.cpp.in M templates/standard_model_two_scale_high_scale_spectrum_generator.cpp.in M templates/standard_model_two_scale_high_scale_spectrum_generator.hpp.in M templates/standard_model_two_scale_low_scale_initial_guesser.cpp.in M templates/standard_model_two_scale_low_scale_spectrum_generator.cpp.in M templates/standard_model_two_scale_low_scale_spectrum_generator.hpp.in M templates/standard_model_two_scale_matching.cpp.in M templates/standard_model_two_scale_matching.hpp.in M templates/susy_parameters.cpp.in M templates/susy_parameters.hpp.in M templates/two_scale_high_scale_constraint.cpp.in M templates/two_scale_high_scale_spectrum_generator.cpp.in M templates/two_scale_high_scale_spectrum_generator.hpp.in M templates/two_scale_low_scale_constraint.cpp.in M templates/two_scale_low_scale_constraint.hpp.in M templates/two_scale_low_scale_initial_guesser.cpp.in M templates/two_scale_low_scale_spectrum_generator.cpp.in M templates/two_scale_low_scale_spectrum_generator.hpp.in M templates/two_scale_model.cpp.in M templates/two_scale_susy_scale_constraint.cpp.in M templates/utilities.cpp.in M templates/utilities.hpp.in M test/module.mk M test/test_CMSSMCPV_tree_level_spectrum.cpp M test/test_CMSSMMassWInput_spectrum.cpp M test/test_CMSSMNoFV_two_loop_spectrum.cpp M test/test_CMSSM_benchmark.cpp M test/test_CMSSM_beta_function_benchmark.cpp M test/test_CMSSM_info.cpp M test/test_CMSSM_model.cpp M test/test_CMSSM_spectrum.cpp M test/test_CMSSM_two_loop_spectrum.cpp M test/test_NMSSMCPV_tree_level_spectrum.cpp M test/test_NMSSM_benchmark.cpp M test/test_NMSSM_beta_functions.cpp M test/test_NMSSM_spectrum.cpp M test/test_NUTNMSSM_spectrum.cpp M test/test_SMHighPrecision_two_loop_spectrum.cpp M test/test_SM_effective_couplings.cpp M test/test_SM_one_loop_spectrum.cpp M test/test_SM_three_loop_spectrum.cpp M test/test_SM_two_loop_spectrum.cpp M test/test_SM_weinberg_angle.cpp M test/test_compare_ewsb_solvers.cpp M test/test_eigen_utils.cpp M test/test_ewsb_solver.cpp M test/test_fixed_point_iterator.cpp M test/test_minimizer.cpp M test/test_raii.cpp M test/test_root_finder.cpp M test/test_sum.cpp M test/test_threshold_loop_functions.cpp M test/test_two_scale_running_precision.cpp R test/test_two_scale_sm.cpp R test/test_two_scale_sm_smcw_integration.cpp M test/test_two_scale_solver.cpp M test/test_which.cpp M test/test_wrappers.cpp Log Message: ----------- Merge branch 'feature-2.0' into feature-2.0-tower-1L-nologs Conflicts: meta/FlexibleEFTHiggsMatching.m templates/standard_model_matching.cpp.in templates/standard_model_matching.hpp.in Compare: https://github.com/FlexibleSUSY/FlexibleSUSY/compare/d8677231540d...a86ec33dbbd7
More information about the Flexiblesusy-commits mailing list |