a38d2f26ba2dfbfa6e0785159e7ae0082f4b8144
[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 Corrected AWH initial histogram size
29 """"""""""""""""""""""""""""""""""""
30
31 The initial histogram size for AWH biases depended (weakly) on the force
32 constant. This dependence has been removed, which increases the histogram
33 size by a about a factor of 3. In practice this has only a minor effect
34 on the time to solution. For multiple dimensions, the histogram size was
35 underestimated, in particular with a combination of slower and faster
36 dimensions. The, now simplified, formula for the initial histogram size is
37 given in the reference manual.
38
39 :issue:`3751`
40
41 Fixed LJ Ewald exclusions when used with cut-off electrostatics
42 """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
43
44 The exclusion forces in CUDA and OpenCL kernels were computed incorrectly
45 if LJ Ewald was used together with cut-off electrostatics.
46
47 :issue:`3840`