Change get_atom_index to allow multiple molecules.
authorDavid van der Spoel <spoel@xray.bmc.uu.se>
Wed, 31 Oct 2018 12:06:06 +0000 (13:06 +0100)
committerMark Abraham <mark.j.abraham@gmail.com>
Fri, 9 Nov 2018 10:37:47 +0000 (11:37 +0100)
commit4dede5be9361ce05804af3c1493ebd1267f5a3e2
treeb64900ea3fdab66e8a20f5af136d39f91f1b415f
parent33fa9d432a807f44b4f4e7d27905a34d4e697826
Change get_atom_index to allow multiple molecules.

Make gromacs take into account atoms in all molecules.
This allows Hessian matrix creation to work over all
molecules in a simulation. An update to the regression
tests has been submitted as well.

During fixing of the problem, another problem surfaced in
the normal mode calculations to do with ordering of atoms
which is fixed here as well.

Fixes #2720

Change-Id: I9fc2dd05cb1c67d46b6d4c3d9139e6b3bed72f17
docs/release-notes/2018/2018.4.rst
src/gromacs/mdlib/minimize.cpp
src/gromacs/topology/mtop_util.cpp