c97856100d96d3c907711edc7c4c40e1d2dad103
[alexxy/gromacs.git] / docs / release-notes / 2018 / 2018.3.rst
1 GROMACS 2018.3 release notes
2 ----------------------------
3
4 This version was released on TODO, 2018. These release notes document
5 the changes that have taken place in GROMACS since version 2018.2, to fix known
6 issues. It also incorporates all fixes made in version TODO and
7 earlier, which you can find described in the :ref:`release-notes`.
8
9 Fixes where mdrun could behave incorrectly
10 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11
12 Fix Conjugate Gradient assertion failure at end of minimization
13 """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
14
15 When the final step coincided with a coordinate output step,
16 conjugate gradient minimization would exit with an assertion failure
17 instead of writing confout.gro.
18
19 :issue:`2554`
20
21 Multi-domain Conjugate Gradient minimimization no longer segfaults.
22 """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
23
24 :issue:`2554`
25
26 Fix pairlist buffer with Brownian Dynamics
27 """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
28
29 With Brownian Dynamics and bd-fric > 0, the Verlet pairlist buffer would
30 be determined with incorrect masses for constrained atoms and virtual
31 sites. This would lead to a too small buffer for typical atomistic
32 systems with constraints.
33
34 :issue:`2613`
35
36 grompp now checks that pull groups are not close to half the box size
37 """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
38
39 Pull groups that use a reference atom for periodic boundary treatment
40 should have all their atoms well within half the box size of this reference.
41 When this is not the case, grompp will issue a warning.
42
43 :issue:`2397`
44
45 Fixed segmentation fault in mdrun with QM/MM ONIOM scheme
46 """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
47
48 :issue:`2617`
49
50 Fixes for ``gmx`` tools
51 ^^^^^^^^^^^^^^^^^^^^^^^
52
53 Fix bfactor output error caused by fix for :issue:`2511`
54 """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
55 The fix for the PQR file output broke the output of bfactors from other tools.
56
57 :issue:`2575`
58
59 Made sure that gmx rms can skip values
60 """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
61 When requested to skip values, gmx rms would still output all values despite
62 the option. Now it only outputs values that are requested to be processed.
63
64 :issue:`2565`
65
66 Fixes to improve portability
67 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
68
69 Miscellaneous
70 ^^^^^^^^^^^^^