Releases: MUSIC-fluid/MUSIC
Releases · MUSIC-fluid/MUSIC
MUSIC v3.1 release note
MUSIC v3.1 implements many new features and improves numerical performance.
Major new features:
- Improve the dynamical initialization scheme with source terms for RHIC Beam Energy Scan simulations, https://arxiv.org/abs/2203.04685
- Implement vorticity tensor calculations, https://arxiv.org/abs/2106.08125
- Implement a new 3D initial condition based on nuclear thickness function, https://arxiv.org/abs/2203.15718
- Add new EoS support at finite muB (EoS from UH)
- Add a new transport coefficient class to have better control on QGP transport coefficient
- Implement automatic tests with analytic solution using Github Actions
- Adding example IP-Glasma initial density by @mrhheffernan in #3
- Specific version number is output at runtime
- Bug fixes
Full Changelog: v3.0...v3.1
MUSIC v3.0 release note
This release is built upon the previous public release at https://sourceforge.net/projects/music-hydro/.
MUSIC v3.0 implements many new features and improves numerical performance.
Major new features:
- Implement a dynamical initialization scheme with source terms for RHIC Beam Energy Scan simulations https://arxiv.org/pdf/1710.00881.pdf
- Implement the evolution of baryon diffusion current in 3D simulations https://arxiv.org/pdf/1804.10557.pdf
- Incorporate a QCD Equation of State at finite densities https://arxiv.org/pdf/1902.05095.pdf
- Interface with the JETSCAPE framework https://arxiv.org/pdf/1903.07706.pdf
Numerical Improvements:
- Memory requirement is reduced by a factor of 30 over previous versions 💪
- Numerical performance is improved by a factor of 3 over previous versions
- Parallelization is implemented in all 3 dimensions using openMP instead of MPI
- C++11 standard is introduced
- Many unit tests and integration tests are implemented
- Adopt emojis in the program message output 👍