GROMACS: Difference between revisions

From SklogWiki
Jump to navigation Jump to search
m (Added a note on the Constraint algorithms)
mNo edit summary
Line 2: Line 2:
<ref>[http://dx.doi.org/10.1002/jcc.20291 David Van Der Spoel, Erik Lindahl, Berk Hess, Gerrit Groenhof, Alan E. Mark, Herman J. C. Berendsen "GROMACS: Fast, flexible, and free", Journal of Computational Chemistry '''26''' pp. 1701-1718 (2005)]</ref>
<ref>[http://dx.doi.org/10.1002/jcc.20291 David Van Der Spoel, Erik Lindahl, Berk Hess, Gerrit Groenhof, Alan E. Mark, Herman J. C. Berendsen "GROMACS: Fast, flexible, and free", Journal of Computational Chemistry '''26''' pp. 1701-1718 (2005)]</ref>
<ref>[http://dx.doi.org/10.1021/ct700301q Berk Hess, Carsten Kutzner, David van der Spoel and Erik Lindahl "GROMACS 4:  Algorithms for Highly Efficient, Load-Balanced, and Scalable Molecular Simulation", Journal of Chemical Theory and Computation '''4''' pp. 435–447 (2008)]</ref>
<ref>[http://dx.doi.org/10.1021/ct700301q Berk Hess, Carsten Kutzner, David van der Spoel and Erik Lindahl "GROMACS 4:  Algorithms for Highly Efficient, Load-Balanced, and Scalable Molecular Simulation", Journal of Chemical Theory and Computation '''4''' pp. 435–447 (2008)]</ref>
is a versatile package to perform [[molecular dynamics]], i.e. simulate the  
('''GRO'''ningen '''MA'''chine for '''C'''hemical '''S'''imulations) is a versatile package to perform [[molecular dynamics]], i.e. simulate the  
[[Newtons laws |Newtonian equations of motion]] for systems with hundreds to millions of particles.
[[Newtons laws |Newtonian equations of motion]] for systems with hundreds to millions of particles.
GROMACS is primarily designed for [[Biological systems |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 is primarily designed for [[Biological systems |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]].

Revision as of 15:45, 9 February 2011

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].

References

External links