Add mindist output file check
[gromacs.git] / docs / release-notes / 2018 / 2018.4.rst
blobd709dc4400c1483894d15e6f23d220fe70103567
1 GROMACS 2018.4 release notes
2 ----------------------------
4 This version was released on TODO, 2018. These release notes document
5 the changes that have taken place in GROMACS since version 2018.3, 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`.
9 Fixes where mdrun could behave incorrectly
10 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12 Correct PME forces with free energy without perturbed charges/LJ
13 """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
15 With free-energies calculations with lambda not set to zero and no
16 actual perturbed charges or atom types for Lennard-Jones, the Coulomb
17 or LJ PME mesh forces would be scaled with lambda. Note that this bug
18 did not affect the, usual, setup where charges or atom types are actually
19 perturbed.
21 :issue: `2640`
23 Fixes for ``gmx`` tools
24 ^^^^^^^^^^^^^^^^^^^^^^^
26 Fix mindist output file checks
27 """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
29 mindist would not check if the output file needed to print residue names and
30 residue contacts over time was actually defined, leading to errors with
31 empty file name strings.
33 :issue:`2653`
36 Fixes to improve portability
37 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
39 Miscellaneous
40 ^^^^^^^^^^^^^
42 Fixed an issue where the log file could sometimes report an incorrect
43 initial dynamic load balancing state
45 :issue:`2631`