Make AWH bias sharing more flexible
[alexxy/gromacs.git] / docs / release-notes / 2022 / 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 GitLab, without the
8    a space between the colon and number!
9
10 Hybrid Quantum-Classical simulations (QM/MM) with CP2K interface
11 """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
12
13 Simulations of chemical reactions pathways can provide an atomistic insight into many 
14 biological and chemical processes. To perform such kind of modelling in complex systems, 
15 that includes solvent and/or proteins Multi-scale Quantum Mechanics / Molecular Mechanics 
16 (QM/MM) approaches are often used. Here we introduce a whole new interface to perform QM/MM 
17 simulations in fully periodic systems using MDModule that couples |Gromacs| with CP2K 
18 quantum chemistry package. This enables hybrid simulations of systems in systems 
19 where chemical reactions occurs. The interface supports most of the simulations techniques 
20 available in |Gromacs| including energy minimization, classical MD and enhanced sampling methods
21 such as umbrella sampling and accelerated weight histogram method.
22
23 Transformation pull coordinate for mathematical transformations of pull coordinates
24 """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
25
26 A new pull coordinate type named transformation has been added. This enables mathematical
27 transformation of previously defined pull coordinates using a user supplied formula
28 in a string. This allows for example non-linear transformation of a distance, e.g.
29 a contact coordinate or (non-)linear combinations of multiple pull coordinates.
30 This is a powerful tool for defining complex reaction coordinates and it can be combined
31 with the Accelerated Weight Histogram Method to enhance sampling.
32
33 Replica-exchange molecular dynamics simulations with GPU update
34 """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
35
36 Replica-exchange molecular dynamics now works with GPU update.
37
38 A new formulation of soft-core interactions for free energy calculations
39 """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
40
41 With this addition Gromacs allows to choose from two schemes to soften
42 non-bonded interactions during alchemical perturbations:
43 Beutler *et al.*\ :ref:`100 <refBeutler94>` and Gapsys *et al.*\ :ref:`185 <refGapsys2012>` soft-core functions.
44
45 More flexible sharing of biases in AWH
46 """"""""""""""""""""""""""""""""""""""
47
48 With the accelerated weight histogram method, biases can now be shared between
49 subsets of all simulations, without restrictions. The allows for more flexible
50 ensemble simulation setups, as well as simpler launches of sets of simulations.