Download as pdf or txt
Download as pdf or txt
You are on page 1of 14

Molecular dynamics simulations

with GROMACS

Virtual Simulation Lab


07.04.2016
Molecular dynamics
Newton's second law

F=ma

F=−∇ V (r )

Bridge between micro- and macroscopic


and between theory and experiment
Allen 2004

2
Force field

3
Force field

4
Statistical ensamble
NPT NVT μVT

Microcanonical (NVE) ensemble

Canonical (NVT) ensemble

Isothermal-isobaric (NPT) ensemble

Grand canonical (μVT) ensemble

NVE NVT μVT


5
GROMACS

Free under GNU Lesser General Public License

Constant development

Well documented

Among the fastest MD codes

User-friendly

6
How to install GROMACS
Linux
sudo apt-get install gromacs
Download it from http://www.gromacs.org/Downloads

Windows
http://www.gromacs.org/Downloads/Installation_Instructions/Windows

http://jenkins.gromacs.org/

Avogadro
sudo apt-get install avogadro Visualization and
http://avogadro.cc/wiki/Main_Page molecular editing
tools
Visual Molecular Dynamics (VMD)
http://www.ks.uiuc.edu/Research/vmd/
7
Steps to run MD simulation
Create molecule - avogadro
Create topology - topolgen
gmx insert-molecules
gmx solvate
gmx grompp
gmx genion
Prepare your system

gmx grompp
gmx mdrun
Energy minimization
gmx energy

gmx grompp
Equilibration run gmx mdrun

Production run gmx grompp


gmx mdrun

Analysis gmx make_ndx


gmx rdf
gmx hbond

8
Files in
GROMACS

9
Files in
GROMACS

Molecule coordinates

Molecule topology

Parameter file

System topology

10
Files in GROMACS

Geometry files - *.gro, *.pdb

Index and name


of the residue
Atom name
Name
and number Atomic coordinates

Number of
atoms

11
Files in GROMACS
Topology files - *.top and *.itp

12
Files in GROMACS
Input file with MD parameters - *.mdp

13
Ready to give it a try?

14

You might also like