A check for perturbed listed pairs beyond rlist
[alexxy/gromacs.git] / docs / release-notes / 2021 / major / bugs-fixed.rst
1 Bugs fixed
2 ^^^^^^^^^^
3
4 .. Note to developers!
5    Please use """"""" to underline the individual entries for fixed issues in the subfolders,
6    otherwise the formatting on the webpage is messed up.
7    Also, please use the syntax :issue:`number` to reference issues on GitLab, without the
8    a space between the colon and number!
9
10 Fixed exported libgromacs CMake target
11 """"""""""""""""""""""""""""""""""""""
12
13 Update the exported libgromacs CMake target to not depend on non-
14 existing include paths and add GMX_DOUBLE define to interface
15 definitions. The target now gets exported into the Gromacs namespace.
16
17 :issue:`3468`
18
19 Fixed unsolicited changing of atom names in pdb file
20 """"""""""""""""""""""""""""""""""""""""""""""""""""
21
22 Remove functions to change atoms names when reading 
23 and writing pdb files. This affected naming of
24 H atoms in particular.
25
26 :issue:`3469`
27
28 Correct excluded perturbed interactions beyond the non-bonded cut-off distance
29 """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
30
31 With free-energy calculations without coupling of intermolecular interactions,
32 non-bonded pair interactions at distance longer than the cut-off distance can
33 be excluded. These interactions would still have PME long-range contributions.
34 The contributions are now removed. In addition, mdrun will stop with a fatal
35 error when interactions beyond the pair-list cut-off are present.
36
37 :issue:`3403`
38 :issue:`3808`
39
40 Corrected AWH initial histogram size
41 """"""""""""""""""""""""""""""""""""
42
43 The initial histogram size for AWH biases depended (weakly) on the force
44 constant. This dependence has been removed, which increases the histogram
45 size by a about a factor of 3. In practice this has only a minor effect
46 on the time to solution. For multiple dimensions, the histogram size was
47 underestimated, in particular with a combination of slower and faster
48 dimensions. The, now simplified, formula for the initial histogram size is
49 given in the reference manual.
50
51 :issue:`3751`
52
53 Fixed LJ Ewald exclusions when used with cut-off electrostatics
54 """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
55
56 The exclusion forces in CUDA and OpenCL kernels were computed incorrectly
57 if LJ Ewald was used together with cut-off electrostatics.
58
59 :issue:`3840`