HOME

TheInfoList



OR:

"Equation of State Calculations by Fast Computing Machines" is a scholarly article published by Nicholas Metropolis,
Arianna W. Rosenbluth Arianna Wright Rosenbluth (September 15, 1927 – December 28, 2020) was an American physicist who contributed to the development of the Metropolis–Hastings algorithm. She wrote the first full implementation of the Markov chain Monte Carlo meth ...
,
Marshall N. Rosenbluth Marshall Nicholas Rosenbluth (5 February 1927 – 28 September 2003) was an Americans, American Plasma Physics, plasma physicist and member of the United States National Academy of Sciences, National Academy of Sciences, and member of the America ...
, Augusta H. Teller, and Edward Teller in the Journal of Chemical Physics in 1953. This paper proposed what became known as the
Metropolis Monte Carlo A metropolis () is a large city or conurbation which is a significant economic, political, and cultural center for a country or region, and an important hub for regional or international connections, commerce, and communications. A big ci ...
algorithm, which forms the basis for Monte Carlo
statistical mechanics In physics, statistical mechanics is a mathematical framework that applies statistical methods and probability theory to large assemblies of microscopic entities. It does not assume or postulate any natural laws, but explains the macroscopic be ...
simulations of atomic and molecular systems.


Development

Some controversy exists with regard to credit for development of the algorithm. Prior to 2003, there was no detailed account of the algorithm's development. Then, shortly before his death,
Marshall Rosenbluth Marshall Nicholas Rosenbluth (5 February 1927 – 28 September 2003) was an American plasma physicist and member of the National Academy of Sciences, and member of the American Philosophical Society. In 1997 he was awarded the National Medal of ...
attended a 2003 conference at LANL marking the 50th anniversary of the 1953 publication. At this conference, Rosenbluth described the algorithm and its development in a presentation titled "Genesis of the Monte Carlo Algorithm for Statistical Mechanics". Further historical clarification is made by Gubernatis in a 2005 journal article recounting the 50th anniversary conference. Rosenbluth makes it clear that he and his wife Arianna did the work, and that Metropolis played no role in the development other than providing computer time. Rosenbluth credits Teller with a crucial but early suggestion to "take advantage of statistical mechanics and take ensemble averages instead of following detailed kinematics". Additional clarification of attribution is given in connection with the Metropolis–Hastings algorithm. The Rosenbluths would subsequently publish two additional, lesser-known papers using the Monte Carlo method, while the other authors would not continue to work on the topic. Already in 1953, however, Marshall was recruited to work on Project Sherwood and thereafter turned his attention to plasma physics. Here he laid the foundation for much of modern plasma fluid and kinetic theory, and particularly the theory of plasma instabilities.


Algorithm

Monte Carlo methods are a class of computational algorithms that rely on repeated random sampling to compute their results. In
statistical mechanics In physics, statistical mechanics is a mathematical framework that applies statistical methods and probability theory to large assemblies of microscopic entities. It does not assume or postulate any natural laws, but explains the macroscopic be ...
applications prior to the introduction of the Metropolis algorithm, the method consisted of generating a large number of random configurations of the system, computing the properties of interest (such as energy or density) for each configuration, and then producing a weighted average where the weight of each configuration is its Boltzmann factor, exp(−''E''/''kT''), where ''E'' is the energy, ''T'' is the temperature, and ''k'' is Boltzmann's constant. The key contribution of the Metropolis paper was the idea that This change makes the sampling focus on the low-energy configurations, which contribute the most to the Boltzmann average, resulting in improved convergence. To choose configurations with a probability exp(−''E''/''kT'') that can be weighed evenly, the authors devised the following algorithm: 1) each configuration is generated by a random move on the previous configuration and the new energy is computed; 2) if the new energy is lower, the move is always accepted; otherwise the move is accepted with a probability of exp(−Δ''E''/''kT''). When a move is rejected, the last accepted configuration is counted again for the statistical averages and is used as a base for the next attempted move. The main topic of the article was the numerical calculation of the equation of state for a system of rigid spheres in two dimensions. Subsequent work generalized the method to three dimensions and to fluids using the
Lennard-Jones potential The Lennard-Jones potential (also termed the LJ potential or 12-6 potential) is an intermolecular pair potential. Out of all the intermolecular potentials, the Lennard-Jones potential is probably the one that has been the most extensively studied ...
. The simulations were done for a system of 224 particles; each simulation consisted of up to 48 cycles, where each cycle consisted of moving each particle once and took about three minutes of computer time using the
MANIAC Maniac (from Greek μανιακός, ''maniakos'') is a pejorative for an individual who experiences the mood known as mania. In common usage, it is also an insult for someone involved in reckless behavior. Maniac may also refer to: Film * ' ...
computer at Los Alamos National Lab. To minimize surface effects, the authors introduced the use of
periodic boundary conditions Periodic boundary conditions (PBCs) are a set of boundary conditions which are often chosen for approximating a large (infinite) system by using a small part called a ''unit cell''. PBCs are often used in computer simulations and mathematical mode ...
. This means that the simulated system is treated as a unit cell in a lattice, and when a particle moves out of the cell, it automatically comes in through the other side (making the system a topological torus). According to a perspective published nearly fifty years later by
William L. Jorgensen William L. Jorgensen (born October 5, 1949, New York) is a Sterling Professor of Chemistry at Yale University. He is considered a pioneer in the field of computational chemistry. Some of his contributions include the TIP3P, TIP4P, and TIP5P wate ...
, "Metropolis et al. introduced the samplic method and periodic boundary conditions that remain at the heart of Monte Carlo statistical mechanics simulations of fluids. This was one of the major contributions to theoretical chemistry of the twentieth century." As of 2011, the article has been cited over 18,000 times. In another perspective, it was said that although "the Metropolis algorithm began as a technique for attacking specific problems in numerical simulations of physical systems ..later, the subject exploded as the scope of applications broadened in many surprising directions, including function minimization, computational geometry, and combinatorial counting. Today, topics related to the Metropolis algorithm constitute an entire field of computational science supported by a deep theory and having applications ranging from physical simulations to the foundations of computational complexity."


See also

*
Timeline of scientific computing The following is a timeline of scientific computing, also known as computational science. Before modern computers 18th century * Simpson rediscovers Simpson's rule, a century after Johannes Kepler (who derived it in 1615 after seeing it used ...


References


External links

* {{cite journal, last1 = Metropolis, first1 = Nicholas, last2 = Rosenbluth, first2 = Arianna W., last3 = Rosenbluth, first3 = Marshall N., last4 = Teller, first4 = Augusta H., last5 = Teller, first5 = Edward, year = 1953, title = Equation of State Calculations by Fast Computing Machines, url = http://jcp.aip.org/resource/1/jcpsa6/v21/i6/p1087_s1, journal =
J. Chem. Phys. ''The Journal of Chemical Physics'' is a scientific journal published by the American Institute of Physics that carries research papers on chemical physics.Nicholas Metropolis (1987).
"The Beginning of the Monte Carlo Method"
'' Los Alamos Science'', No. 15, Page 125. * Herbert Anderson (1986)
"Metropolis, Monte Carlo and the MANIAC"
''Los Alamos Science'' No. 14, Page 69. Monte Carlo methods 1953 documents 1953 in science Computer science papers Physics papers Works originally published in American magazines Works originally published in science and technology magazines