GROMACS

{{Short description|Open-sourced format designed to simulate chemical properties}}

{{Infobox software

| name = GROMACS

| logo = 250px

| screenshot =

| caption =

| author =

| developer = University of Groningen
Royal Institute of Technology
Uppsala University{{Cite web |url=http://www.gromacs.org/About_Gromacs/People |title=The GROMACS development team |access-date=2012-06-27 |archive-date=2020-02-26 |archive-url=https://web.archive.org/web/20200226063101/http://www.gromacs.org/About_Gromacs/People |url-status=dead }}

| released = {{Start date and age|1991}}

| latest release version = {{wikidata|property|preferred|references|edit|Q905302|P348|P548=Q2804309}}

| latest release date = {{wikidata|qualifier|preferred|single|Q905302|P348|P548=Q2804309|P577}}

| latest preview version =

| latest preview date =

| programming language = C++, C, CUDA, OpenCL, SYCL

| operating system = Linux, macOS, Windows, any other Unix variety

| platform = Many

| size =

| language = English

| genre = Molecular dynamics simulation

| license = LGPL versions >= 4.6{{cite web |url= https://www.gromacs.org/about.html |title= About GROMACS |publisher= gromacs.org |date= 17 May 2021 |access-date= 2024-05-24}},
GPL versions < 4.6{{cite web |url= http://www.gromacs.org/About_Gromacs |title= About Gromacs |publisher= gromacs.org |date= 16 August 2010 |access-date= 2012-06-26 |archive-date= 2020-11-27 |archive-url= https://web.archive.org/web/20201127061817/http://www.gromacs.org/About_Gromacs |url-status= dead }}

| website = {{URL|https://www.gromacs.org/}}

}}

GROMACS is a molecular dynamics package mainly designed for simulations of proteins, lipids, and nucleic acids. It was originally developed in the Biophysical Chemistry department of University of Groningen, and is now maintained by contributors in universities and research centers worldwide.{{cite web |url= http://www.gromacs.org/About_Gromacs/People |title= People — Gromacs |publisher= gromacs.org |date= 14 March 2012 |access-date= 26 June 2012 |archive-date= 26 February 2020 |archive-url= https://web.archive.org/web/20200226063101/http://www.gromacs.org/About_Gromacs/People |url-status= dead }}{{cite journal |vauthors=Van Der Spoel D, Lindahl E, Hess B, Groenhof G, Mark AE, Berendsen HJ |title= GROMACS: fast, flexible, and free |journal= J Comput Chem |volume= 26 |issue= 16 |pages= 1701–18 |year= 2005 |pmid= 16211538 |doi= 10.1002/jcc.20291|s2cid= 1231998 }}{{cite journal |vauthors=Hess B, Kutzner C, Van Der Spoel D, Lindahl E |title= GROMACS 4: Algorithms for Highly Efficient, Load-Balanced, and Scalable Molecular Simulation |journal= J Chem Theory Comput |volume= 4 |issue= 2 |pages= 435–447 |year= 2008 |doi= 10.1021/ct700301q|pmid= 26620784 |hdl= 11858/00-001M-0000-0012-DDBF-0 |s2cid= 1142192 |hdl-access= free }} GROMACS is one of the fastest and most popular software packages available,{{cite journal |author1=Carsten Kutzner |author2=David Van Der Spoel |author3=Martin Fechner |author4=Erik Lindahl |author5=Udo W. Schmitt |author6=Bert L. De Groot |author7=Helmut Grubmüller |title= Speeding up parallel GROMACS on high-latency networks |journal= Journal of Computational Chemistry |year= 2007 |volume= 28 |issue= 12 |pages= 2075–2084 |doi= 10.1002/jcc.20703 |pmid= 17405124|hdl=11858/00-001M-0000-0012-E29A-0 |s2cid=519769 |hdl-access=free }}{{cite journal |author1=Berk Hess |author2=Carsten Kutzner |author3=David van der Spoel |author4=Erik Lindahl |title= GROMACS 4: Algorithms for Highly Efficient, Load-Balanced, and Scalable Molecular Simulation |journal= Journal of Chemical Theory and Computation |year= 2008 |volume= 4 |issue= 3 |pages= 435–447 |doi= 10.1021/ct700301q |pmid= 26620784|hdl= 11858/00-001M-0000-0012-DDBF-0 |s2cid=1142192 |hdl-access= free }} and can run on central processing units (CPUs) and graphics processing units (GPUs).{{cite web |url= https://manual.gromacs.org/2024.2/install-guide/index.html#gpu-support |title= Installation guide |publisher= gromacs.org |date= 10 May 2024 |access-date= 24 May 2024}} It is free, open-source software released under the GNU Lesser General Public License (LGPL) (GPL prior to Version 4.6).

History

The GROMACS project originally began in 1991 at Department of Biophysical Chemistry, University of Groningen, Netherlands (1991–2000). Its name originally derived from this time (GROningen MAchine for Chemical Simulations) although currently GROMACS is not an abbreviation for anything, as little active development has taken place in Groningen in recent decades. The original goal was to construct a dedicated parallel computer system for molecular simulations, based on a ring architecture (since superseded by modern hardware designs). The molecular dynamics specific routines were rewritten in the programming language C from the Fortran 77-based program GROMOS, which had been developed in the same group.{{citation needed|date=June 2012}}

Since 2001, GROMACS is developed by the GROMACS development teams at the Royal Institute of Technology and Uppsala University, Sweden.

Features

GROMACS is operated via the command-line interface, and can use files for input and output. It provides calculation progress and estimated time of arrival (ETA) feedback, a trajectory viewer, and an extensive library for trajectory analysis. In addition, support for different force fields makes GROMACS very flexible. It can be executed in parallel, using Message Passing Interface (MPI) or threads. It contains a script to convert molecular coordinates from Protein Data Bank (PDB) files into the formats it uses internally. Once a configuration file for the simulation of several molecules (possibly including solvent) has been created, the simulation run (which can be time-consuming) produces a trajectory file, describing the movements of the atoms over time. That file can then be analyzed or visualized with several supplied tools.{{cite web |url= https://manual.gromacs.org/2024.2/user-guide/flow.html |title= Flow Chart — GROMACS 2024.2 documentation |publisher= gromacs.org |date= 10 May 2024 |access-date= 24 May 2024}}

GROMACS has had GPU offload support since Version 4.5, originally limited to Nvidia GPUs. GPU support has been expanded and improved over the years,{{cite journal |vauthors=Páll S, Zhmurov A, Bauer P, Abraham M, Lundborg M, Gray A, Hess B, Lindahl E |title=Heterogeneous parallelization and acceleration of molecular dynamics simulations in GROMACS |journal=J Chem Phys |volume=153 |issue=13 |pages=134110 |year= 2020 |pmid=33032406 |doi=10.1063/5.0018516 | doi-access= free|arxiv=2006.09167 |bibcode=2020JChPh.153m4110P }} and, in Version 2023, GROMACS has CUDA, OpenCL, and SYCL backends for running on GPUs of AMD, Apple, Intel, and Nvidia, often with great acceleration compared to CPU. {{cite web |url= https://www.gromacs.org/topic/heterogeneous_parallelization.html |title= Heterogeneous parallelization and GPU acceleration — GROMACS webpage |publisher= gromacs.org |date= 10 May 2024 |access-date= 24 May 2024}}

=Easter eggs=

{{As of|2010|01}}, GROMACS' source code contains approximately 400 alternative backronyms to GROMACS as jokes among the developers and biochemistry researchers. These include "Gromacs Runs On Most of All Computer Systems", "Gromacs Runs One Microsecond At Cannonball Speeds", "Good ROcking Metal Altar for Chronical Sinner", "Working on GRowing Old MAkes el Chrono Sweat", and "Great Red Owns Many ACres of Sand". They are randomly selected to possibly appear in GROMACS's output stream. In one instance, such an bacronym, "Giving Russians Opium May Alter Current Situation", caused offense.{{cite web |url= http://foldingforum.org/viewtopic.php?f=16&t=12922#p126473 |title= Re: Working on Giving Russians Opium May Alter Current Situation |work= Folding@home |date= 17 January 2010 |access-date= 2012-06-26}}

Applications

Under a non-GPL license, GROMACS is widely used in the Folding@home distributed computing project for simulations of protein folding, where it is the base code for the project's largest and most regularly used series of calculation cores.{{cite web |url= http://folding.stanford.edu/English/FAQ-OpenSource |title= Folding@home Open Source FAQ |author= Pande lab |work= Folding@home |publisher= Stanford University |format= FAQ |date= 11 June 2012 |access-date= 26 June 2012 |url-status= dead |archive-url= https://web.archive.org/web/20120717063257/http://folding.stanford.edu/English/FAQ-OpenSource |archive-date= 17 July 2012 }}{{Cite book |author1=Adam Beberg |author2=Daniel Ensign |author3=Guha Jayachandran |author4=Siraj Khaliq |author5=Vijay Pande |title=2009 IEEE International Symposium on Parallel & Distributed Processing |chapter=Folding@home: Lessons from eight years of volunteer distributed computing |year= 2009 |pages= 1–8 |doi= 10.1109/IPDPS.2009.5160922 |issn= 1530-2075 |url= http://www.hicomb.org/papers/HICOMB2009-13.pdf |isbn= 978-1-4244-3751-1|s2cid=15677970 }} EvoGrid, a distributed computing project to evolve artificial life, also employs GROMACS.{{Cite web |title=Google Scholar |url=https://scholar.google.com/scholar?oi=bibs&hl=en&cluster=14833173061640186745 |access-date=2024-08-25 |website=scholar.google.com}}{{cite news |url= https://www.nytimes.com/2009/09/29/science/29grid.html?ref=science |title= Wanted: Home Computers to Join in Research on Artificial Life |last= Markoff |first= John |work= The New York Times |date= 29 September 2009 |access-date= 26 June 2012}}

See also

References

{{Reflist|2}}