v3.0.0
What's Changed
Physics
- Ability to track global and non-global minima across a user-defined temperature range.
- Detect any general
$\mathbb{Z}_2$ -symmetry of the effective potential and use the optimal tunnelling configuration between false vacuum and true vacuum. - Detect (up to 3-dim) flat directions of the effective potential and reduce its dimensionality.
- Added a high-temperature electroweak symmetry restoration check.
- Implemented a bounce solver to calculate the tunnelling rate between the false vacuum and the true vacuum.
- Calculate the critical temperature
$T_c$ , nucleation temperature$T_n$ , percolation temperature$T_p$ and completion temperature$T_f$ . - Calculate the spectrum of primordial gravitational waves and calculate the signal-to-noise ratio at LISA for different sources (sound waves and turbulence).
- New executables:
MinimaTracer
(phase tracking),CalcTemps
(characteristic temperatures),CalcGW
(GW parameters and spectrum),PotPlotter
(potential contour data) - Modified
JbosonInterpolatedNegative()
from a linear to a cubic interpolation. - Using
conan
for installation and dependencies. - Rename
ModelIDs::RN2HDM
toModelIDs::N2HDM
to better match the user input. This is only relevant if you also have a Model with theModelIDs::N2HDM
ID.
PRs
- Create CODEOWNERS by @phbasler in #108
- Bump PuneetMatharu/cmake-format-lint-action from 1.0.1 to 1.0.2 by @dependabot in #109
- Bump JamesIves/github-pages-deploy-action from 4.4.1 to 4.4.2 by @dependabot in #112
- Remove refresh env by @phbasler in #117
- Bump actions/checkout from 3 to 4 by @dependabot in #116
- Bump SimenB/github-actions-cpu-cores from 1 to 2 by @dependabot in #115
- Bump PuneetMatharu/cmake-format-lint-action from 1.0.2 to 1.0.4 by @dependabot in #114
- Bump JamesIves/github-pages-deploy-action from 4.4.2 to 4.4.3 by @dependabot in #113
- Bump stefanzweifel/git-auto-commit-action from 4 to 5 by @dependabot in #118
- Bump JamesIves/github-pages-deploy-action from 4.4.3 to 4.5.0 by @dependabot in #119
- Bump actions/setup-python from 4 to 5 by @dependabot in #120
- Bump github/codeql-action from 2 to 3 by @dependabot in #122
- Bump actions/upload-artifact from 3 to 4 by @dependabot in #121
- Bump codecov/codecov-action from 3 to 4 by @dependabot in #123
- Use conan 2 for setting up by @phbasler in #124
- Bump JamesIves/github-pages-deploy-action from 4.5.0 to 4.6.0 by @dependabot in #126
- Add Joao to CodeOwner by @phbasler in #131
- Fix conan on arm by @phbasler in #125
- Fix ubuntu 20.04 build with gcc9 by @phbasler in #128
- Add check for conan profile by @phbasler in #135
- Update BSMPT to version 3 by @lisabiermann in #127
Full Changelog: v2.6.0...v3.0.0