Merge branch release-2021 into merge-2021-into-master
[alexxy/gromacs.git] / docs / release-notes / 2022 / major / performance.rst
1 Performance improvements
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 Dynamic pairlist generation for energy minimization
11 """""""""""""""""""""""""""""""""""""""""""""""""""
12
13 With energy minimization, the pairlist, and domain decomposition when running
14 in parallel, is now performed when at least one atom has moved more than the
15 half the pairlist buffer size. The pairlist used to be constructed every step.