67f24732857b54140142b0a2ade0aecb6cb919ef
[alexxy/gromacs.git] / docs / release-notes / 2020 / major / features.rst
1 New and improved features
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 redmine, without the
8    a space between the colon and number!
9
10 Density-guided simulations
11 """"""""""""""""""""""""""
12
13 Users can now apply additional forces from three dimensional reference
14 densities. These forces can be used to "fit" atoms into the densities by
15 increasing the similarity of a simulated density to the reference density.
16
17 Multiple protocols are available for how to calculate simulated densities
18 as well as how the similarity between a reference and a simulated density is
19 evaluated.
20
21 Virtual site on the line through two atoms at fixed distance
22 """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""
23
24 This is use useful for e.g. halogens in the CHARMM force field.
25
26 :issue:`2451`
27
28 gmxapi Python support
29 """""""""""""""""""""
30
31 Data flow driven simulation and analysis from Python is now available in a
32 default |Gromacs| installation when users install the *gmxapi* Python package.
33 See :ref:`gmxapi`.
34
35 New modular simulator
36 """""""""""""""""""""
37
38 A new approach for how to combine individual calculation steps during a single simulation
39 step is introduced, with focus on extensibility and modularization. This simulator is the default
40 now for simulations using velocity-verlet in NVE, NVT (v-rescale thermostat only), NPT (v-rescale
41 thermostat and Parrinello-Rahman barostat only), or NPH (Parrinello-Rahman barostat only), with or
42 without free energy perturbation.