Gromacs
From Research IT
Gromacs[1]
Gromacs is a versatile package to perform molecular dynamics, i.e. simulate the Newtonian equations of motion for systems with hundreds to millions of particles.
It is primarily designed for biochemical molecules like proteins and lipids that have a lot of complicated bonded interactions, but since Gromacs is extremely fast at calculating the nonbonded interactions (that usually dominate simulations) many groups are also using it for research on non-biological systems, e.g. polymers.
Availability: The Gromacs 3.2 program is available to users at UAlbany under the condition that published work include citation of the program (see below). Gromacs is Free Software , available under GNU General Public License.
Program citation: GROMACS: A package for molecular simulation and trajectory analysis, E. Lindahl and B. Hess and D. van der Spoel, J. Mol. Mod. 7 (2001) pp. 306-317
Manual: A manual is available. [[2]]
Essentials: In order to setup the Gromacs environment, you need to add /usr/local/gromacs/bin to your path. Gromacs is on the PROMETHEUS system. You should start up a VNC graphical interface then log on to prometheus.rit.albany.edu
Running Gromacs will involve a number of input and output file types. In the example below, the following input file types are needed.
* Initial molecular structure [.gro] * Topology file of water [.top] * Molecular Dynamics parameter file [.mdp] * Run input file [.tpr]
Gromacs on PROMETHEUS : In order to run an example with 216 water molecules in a box, copy the three input files conf.gro, topol.top, and grompp.mdp to your working directory
