GROMACS: Difference between revisions

From SklogWiki
Jump to navigation Jump to search
mNo edit summary
(Added a force fields section)
Line 9: Line 9:
==Constraint algorithms==
==Constraint algorithms==
GROMACS can use either the [[SHAKE]] or the [[LINCS]] algorithms <ref>[http://www.gromacs.org/@api/deki/files/82/=gromacs4_manual.pdf GROMACS 4 Manual] &sect; 3.6 </ref>.
GROMACS can use either the [[SHAKE]] or the [[LINCS]] algorithms <ref>[http://www.gromacs.org/@api/deki/files/82/=gromacs4_manual.pdf GROMACS 4 Manual] &sect; 3.6 </ref>.
==Force fields==
GRMACS comes with the following [[force fields]] <ref>Source: /usr/share/gromacs/top for gromacs-4.5.5 </ref><ref>GROMACS 4.5.6 manual &sect; 4.10 </ref>
* [[AMBER forcefield | AMBER]]
** amber03
** amber94
** amber96
** amber99
** amber99sb
** amber99sb-ildn
** amberGS
*[[CHARMM]]
** charmm27
*[[ENCAD (force field) | ENCAD]]
** encads
** encadv
* gmx2
* gmx
*[[GROMOS]]
** gromos43a1
** gromos43a2
** gromos45a3
** gromos53a5
** gromos53a6
*[[MARTINI]]
*[[OPLS force field | OPLS-all atom]]
==References==
==References==
<references/>
<references/>

Revision as of 18:13, 5 November 2013

GROMACS [1] [2] [3] (GROningen MAchine for Chemical Simulations) is a versatile package to perform molecular dynamics, i.e. simulate the Newtonian equations of motion for systems with hundreds to millions of particles. GROMACS 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 non-bonded interactions (that usually dominate simulations) many groups are also using it for research on non-biological systems, e.g. polymers.

GROMACS on Tesla GPUs

The CUDA port of GROMACS enabling GPU acceleration is now available in beta and supports Particle-Mesh-Ewald, arbitrary forms of non-bonded interactions, and implicit solvent Generalized Born methods [4]

Constraint algorithms

GROMACS can use either the SHAKE or the LINCS algorithms [5].

Force fields

GRMACS comes with the following force fields [6][7]

References

External links