From 0ad3f7a0d99cebd8b2f0d21369954b623df4b200 Mon Sep 17 00:00:00 2001 From: Volodymyr Vovchenko Date: Fri, 18 Jan 2019 19:59:33 +0100 Subject: [PATCH] Update quickstart.md --- docs/quickstart.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/quickstart.md b/docs/quickstart.md index f3d56d2..42ff0e2 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -149,7 +149,7 @@ All changes can be saved to file. ### Other notes -- Sample C++ macros which use Thermal-FIST as a library can be found in the [$(ThermalFIST)/src/routines](../src/routines) folder +- Sample C++ macros which use Thermal-FIST as a library can be found in the [$(ThermalFIST)/src/examples](../src/examples) folder - An example of using the Thermal-FIST library as a submodule is provided by [this repository](https://github.com/vlvovch/1807.02079) - The canonical ensemble calculations use the method from [this paper](https://arxiv.org/abs/nucl-th/0112021) to perform analytically the integration over the baryon number fugacity whenever this is possible. This allows to significantly speed up the calculations. This method cannot be used if quantum statisics is considered for baryons, or if there are multi-baryons (light nuclei) in the particle list. In this case direct numerical integration is performed, which can make calculations very slow. @@ -167,4 +167,4 @@ All changes can be saved to file. - Program outputs warnings about the Bose-Einstein condensation. This occurs if chemical potentials of bosons at some point exceed their mass. This sometimes happens in the process of constaining electric/strange chemical potentials through conservation laws. If these warnings eventually disappear and final values of chemical potentials are reasonable, things should be fine. -- The GUI program appears to hang when the cylindrically-symemetric event generator is invoked. This event generator has a fairly long initialization time (approx. 20-30 sec) after which the program proceeds smoothly. \ No newline at end of file +- The GUI program appears to hang when the cylindrically-symemetric event generator is invoked. This event generator has a fairly long initialization time (approx. 20-30 sec) after which the program proceeds smoothly.