From 84f1972219577b5522cfe66ce5ecf660c494f199 Mon Sep 17 00:00:00 2001 From: Kai Wu Date: Tue, 30 Aug 2022 16:30:38 +0800 Subject: [PATCH] update README with Rainer's warning --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f11f227..afefe25 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,9 @@ Manual in `doc/nbody6++_manual.pdf` 6. Many stellar evolution and other parameters are still compiled into the code (see Table A1 in Kamlah et al. 2022, and parameter FctorCl in Rizzuto et al. 2021), mxns0,1 masses of neutron stars; it is the responsibility of the user to keep them all consistent at compile time (for example mxns and FctorCl are defined in two routines independently, see hrplot, coal, mix). We are working to prepare a nice Fortran NAMELIST style input for ALL parameters (the ones from the current input file, and the ones currently compiled in). That will work like in the style of an .ini file with "key=value" pairs and default values. - 7. Currently the use of KZ(7) ge 4 is not working; it produces wrong SIGR2, SIGT2, VROT both in output file and lagr.7. KZ(7) le 3 is ok. + 7. Currently the use of KZ(7) ge 4 is not working; it produces wrong SIGR2, SIGT2, VROT both in output file and lagr.7. KZ(7) le 3 is ok. + + 8. For the latest Aug2022 stable version, there may be problems when using some extreme initial conditions (e.g. multiple massive black holes). We work on this. # Disclaimer This code and the documentation is given without warranty, hopefully it is helpful. All may contain errors.