Skip to content

Commit 8fad5f8

Browse files
committed
Fix changelog
1 parent 7fc9e48 commit 8fad5f8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ A real gas model for a single component case has been formulated in [Vovchenko,
2222

2323
Real gas HRG is implemented as a new [**ThermalModelRealGas**](include/HRGRealGas/ThermalModelRealGas.h) class.
2424
It takes as input the [excluded volume model](include/HRGRealGas/ExcludedVolumeModelsMulti.h) and the [mean field model](include/HRGRealGas/MeanFieldModelsMulti.h), both of which can be arbitrary.
25-
The source code contains a number of examples of both models, such as van der Waals/Carnahan-Starling excluded volume, and van der Waels or baryon density dependent mean field.
25+
The source code contains a number of examples of both models, such as van der Waals/Carnahan-Starling excluded volume, and van der Waals or baryon density dependent mean field.
2626

2727
Real gas HRG fully supports the calculation of all the standard thermodynamic quantities and susceptibilities and has the complete functionality of van der Waals HRG model from before.
2828

@@ -50,6 +50,11 @@ This version contains an implementation of cosmic trajectories in the Early Univ
5050
- Reference: [Vovchenko, Koch, Phys. Lett. B 835, 137577 (2022)](https://inspirehep.net/literature/2172067).
5151
- Documentation: [this link](https://vovchenko.net/project/thermal-fist/doc/classthermalfist_1_1_thermal_model_p_c_e_annihilation.html)
5252

53+
- Neutron star matter calculations
54+
- Supported by adding leptons to the list from [/input/list/electroweak](/input/list/electroweak) and setting charge neutrality and $\mu_S = 0$
55+
- For a meaningful calculation, one should use an interacting version of the HRG, e.g. real gas
56+
- Example [here]((https://vovchenko.net/project/thermal-fist/doc/_neutron_stars-_c_s_h_r_g_8cpp-example.html)
57+
5358
- Effective mass model for pions
5459
- Repulsive interactions and Bose-Einsten condensation
5560
- Described in https://arxiv.org/abs/2004.09004

0 commit comments

Comments
 (0)