Skip to content
Snippets Groups Projects
Commit afd1b872 authored by Giovanni Bussi's avatar Giovanni Bussi
Browse files

Added interface to Gromacs-like Replica EXchange

I am starting to merge my GREX branch, which should be
general enough to be used in any REX framework where
coordinates are swapped (a-la-gromacs). Since GREX
significantly modifies the MD-PLUMED interface through
the addition of several new cmd(), I tried to encapsulate
it as a separate objects with a cmd()-like interface.
Commands from MD starting with GREX are automatically
forwarded to that object. E.g.
plumed_cmd(plumed,"GREX init",NULL);
or so should initialize the GREX object, etc.

Up to this point I just upload the interface, later
on I will add the real GREX object, for which I still
have to do some cleaning.
parent c1049ce1
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment