Relax requirement for bonded atom type names
[alexxy/gromacs.git] / docs / release-notes / 2022 / major / miscellaneous.rst
1 Miscellaneous
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 grompp no longer modifies nstcomm
11 """""""""""""""""""""""""""""""""
12
13 grompp will no longer set nstcomm, the interval for center of mass motion
14 removal, equal to nstcalcenergy when nstcomm < nstcalcenergy.
15 A note is still printed in that case.
16
17 Bonded atom types names can now start with a digit
18 """"""""""""""""""""""""""""""""""""""""""""""""""
19
20 Bonded atom types names in topologies were not allowed to start with a number.
21 Now all names are supported that contain at least one non-digit character.
22
23 :issue:`4120`