0931f3843f4aeeec7ef0a270264c21ed41f2f7e7
[alexxy/gromacs.git] / docs / release-notes / 2021 / 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 Extend supported use-cases for GPU version of update and constraints
11 """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
12
13 GPU version of update and constraints can now be used for FEP, except mass and constraints
14 free-energy perturbation.
15        
16 Reduce time spent in grompp with large numbers of distance restraints
17 """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
18
19 The time `gmx grompp` spent processing distance restraint has been
20 changed from quadratic in the number of restraints to linear.
21        
22 :issue:`3457`