@@ -9,16 +9,16 @@ This release provides a number of corrections for the Espresso 4.0 line.
99We recommend that this release be used for all production simulations.
1010Please note that a sign error in tabulated interactions was fixed.
1111Simulation scripts which worked around this problem might have to be changed.
12- Below, please find the list of changes. The numbers in brackets refer to
12+ Below, please find the list of changes. The numbers in brackets refer to
1313ticket numbers on http://github.com/espressomd/espresso
1414
1515
1616Corrections for bugs that may harm simulation results:
1717 * A sign error in tabulated interactions was corrected such that
1818 the force equals the negative gradient of the potential. (#2519,2520)
19-
19+
2020 * The flow field of the CPU lattice-Boltzmann implementation was deleted
21- when aspects of the molecular dynamics cell grid were changed; E.g., when
21+ when aspects of the molecular dynamics cell grid were changed; E.g., when
2222 interactions, the skin or the parallelization setup were changed.
2323 ESPResSo now terminates with an error, when this happens.
2424 To avoid this, please setup the CPU lattice-Boltzmann after all
@@ -27,17 +27,17 @@ Corrections for bugs that may harm simulation results:
2727
2828 * Corrected the force acting on LB Boundaries for the case of
2929 agrid and density not equal to 1 (#2624).
30-
31- * Corrected the cutoff calculation for the soft sphere interaction. In the
30+
31+ * Corrected the cutoff calculation for the soft sphere interaction. In the
3232 previous implementation, the offset parameter was ignored. (#2505)
33-
33+
3434 * The "three point coupling" of particles to the lattice-Boltzmann method
3535 has been removed. While it works in most environments, for some compilers
3636 the calculation gives wrong values. This is likely caused by undefined
37- behavior. A corrected implementation is available in
37+ behavior. A corrected implementation is available in
3838 ESPResSo's development branch. It cannot be safely backported to 4.0.2,
3939 because the code has diverged too far. (#2516, #2517)
40- Users who did not explicitly activate this coupling via couple="3pt" are
40+ Users who did not explicitly activate this coupling via couple="3pt" are
4141 not affected.
4242
4343 * The velocity of existing particles was changed when setting or changing
@@ -48,15 +48,16 @@ Further changes:
4848 * Fixed the electrokinetic Python interface (#2486)
4949
5050 * Correction to the installation instructions for mac (#2510)
51-
51+
5252 * Corrected file permissions (#2470)
5353
5454 * Minor corrections and extensions to the test suite (#2477, #2552)
5555
5656 * Fixed a dead-lock in the dipolar Barnes Hutt method on the GPU for
5757 recent NVIDIA cards such as RTX 2080 (#2719).
5858
59- * Restore Mayavi visualizer's API-compatibility with OpenGL visualizer (#2751)
59+ * Restored Mayavi visualizer's API-compatibility with OpenGL visualizer
60+ (#2751)
6061
6162
6263
0 commit comments