SMASH-3.0
Changes
Changes for this release are found in the SMASH-3.0 section of the changelog.
Useful Extras
- Physics results for elementary cross-sections, basic bulk observables and infinite matter calculations
- User Guide
- HTML Documentation
- Benchmark results attached below
⚠️ New name for the default branch
The master
branch has been renamed to main
and no master
branch exists anymore.
If you already have a local clone of the SMASH repository and you wish to adjust it according to this change, it is enough to run the following four commands:
git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a
in which it is assumed that origin
is the remote name in your local repository. If for some reason you have troubles with the procedure above, it is always possible to make a fresh clone of the SMASH repository (of course, this is probably not a viable approach if you have changes to keep).
Did you fork SMASH repository before this release?
In this case, we encourage you to make the same rename in your fork. From GitHub in the browser you can rename any branch and this will then require to adjust any local clone of your fork by running four commands as described above.