@@ -9,16 +9,16 @@ This release provides a number of corrections for the Espresso 4.0 line.
9
9
We recommend that this release be used for all production simulations.
10
10
Please note that a sign error in tabulated interactions was fixed.
11
11
Simulation 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
13
13
ticket numbers on http://github.com/espressomd/espresso
14
14
15
15
16
16
Corrections for bugs that may harm simulation results:
17
17
* A sign error in tabulated interactions was corrected such that
18
18
the force equals the negative gradient of the potential. (#2519,2520)
19
-
19
+
20
20
* 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
22
22
interactions, the skin or the parallelization setup were changed.
23
23
ESPResSo now terminates with an error, when this happens.
24
24
To avoid this, please setup the CPU lattice-Boltzmann after all
@@ -27,17 +27,17 @@ Corrections for bugs that may harm simulation results:
27
27
28
28
* Corrected the force acting on LB Boundaries for the case of
29
29
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
32
32
previous implementation, the offset parameter was ignored. (#2505)
33
-
33
+
34
34
* The "three point coupling" of particles to the lattice-Boltzmann method
35
35
has been removed. While it works in most environments, for some compilers
36
36
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
38
38
ESPResSo's development branch. It cannot be safely backported to 4.0.2,
39
39
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
41
41
not affected.
42
42
43
43
* The velocity of existing particles was changed when setting or changing
@@ -48,15 +48,16 @@ Further changes:
48
48
* Fixed the electrokinetic Python interface (#2486)
49
49
50
50
* Correction to the installation instructions for mac (#2510)
51
-
51
+
52
52
* Corrected file permissions (#2470)
53
53
54
54
* Minor corrections and extensions to the test suite (#2477, #2552)
55
55
56
56
* Fixed a dead-lock in the dipolar Barnes Hutt method on the GPU for
57
57
recent NVIDIA cards such as RTX 2080 (#2719).
58
58
59
- * Restore Mayavi visualizer's API-compatibility with OpenGL visualizer (#2751)
59
+ * Restored Mayavi visualizer's API-compatibility with OpenGL visualizer
60
+ (#2751)
60
61
61
62
62
63
0 commit comments