Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Parallel tempering
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{Short description|Computer simulation method}} {{Technical|date=December 2021}} '''Parallel tempering''', in [[physics]] and [[statistics]], is a computer simulation method typically used to find the lowest energy state of a system of many interacting particles. It addresses the problem that at high temperatures, one may have a stable state different from low temperature, whereas simulations at low temperatures may become "stuck" in a metastable state. It does this by using the fact that the high temperature simulation may visit states typical of both stable and metastable low temperature states. More specifically, parallel tempering (also known as '''replica exchange MCMC sampling'''), is a [[simulation]] method aimed at improving the dynamic properties of [[Monte Carlo method]] simulations of physical systems, and of [[Markov chain Monte Carlo]] (MCMC) sampling methods more generally. The replica exchange method was originally devised by [[Robert Swendsen]] and J. S. Wang,<ref>Swendsen RH and Wang JS (1986) [https://www.researchgate.net/profile/Robert_Swendsen/publication/13255490_Replica_Monte_Carlo_Simulation_of_Spin-Glasses/links/0046352309b5f54715000000.pdf Replica Monte Carlo simulation of spin glasses] Physical Review Letters 57 : 2607–2609</ref> then extended by [[Charles J. Geyer]],<ref>C. J. Geyer, (1991) in ''Computing Science and Statistics'', Proceedings of the 23rd Symposium on the Interface, American Statistical Association, New York, p. 156.</ref> and later developed further by [[Giorgio Parisi]],<ref>{{Cite journal |last1=Marinari |first1=E |last2=Parisi |first2=G |date=1992-07-15 |title=Simulated Tempering: A New Monte Carlo Scheme |url=https://iopscience.iop.org/article/10.1209/0295-5075/19/6/002 |journal=Europhysics Letters |volume=19 |issue=6 |pages=451–458 |doi=10.1209/0295-5075/19/6/002 |issn=0295-5075|arxiv=hep-lat/9205018 |bibcode=1992EL.....19..451M |s2cid=250781561 }}</ref> [[Koji Hukushima]] and [[Koji Nemoto]],<ref>{{cite journal |title=Exchange Monte Carlo method and application to spin glass simulations |author1=Hukushima, Koji |author2=Nemoto, Koji |name-list-style=amp |journal=J. Phys. Soc. Jpn. | volume=65 |number=6 |pages=1604–1608 |year=1996 |doi=10.1143/JPSJ.65.1604 |arxiv=cond-mat/9512035 |bibcode=1996JPSJ...65.1604H |s2cid=15032087 }}</ref> and others.<ref>{{cite journal |author1=Marco Falcioni |author2=Michael W. Deem |name-list-style=amp |year=1999 |title = A Biased Monte Carlo Scheme for Zeolite Structure Solution |journal = J. Chem. Phys. |volume = 110 |issue = 3 |pages = 1754 |doi=10.1063/1.477812 |arxiv = cond-mat/9809085 |bibcode = 1999JChPh.110.1754F |s2cid=13963102 }}</ref><ref>David J. Earl and Michael W. Deem (2005) [http://www.rsc.org/Publishing/Journals/CP/article.asp?doi=b509983h "Parallel tempering: Theory, applications, and new perspectives"], ''Phys. Chem. Chem. Phys.'', 7, 3910</ref> Y. Sugita and Y. Okamoto also formulated a [[molecular dynamics]] version of parallel tempering; this is usually known as replica-exchange molecular dynamics or REMD.<ref>{{cite journal |author1=Y. Sugita |author2=Y. Okamoto |name-list-style=amp |year=1999 |title = Replica-exchange molecular dynamics method for protein folding |journal = Chemical Physics Letters |volume = 314 |issue=1–2 |pages = 141–151 |doi=10.1016/S0009-2614(99)01123-9 |bibcode = 1999CPL...314..141S }}</ref> Essentially, one runs ''N'' copies of the system, randomly initialized, at different temperatures. Then, based on the Metropolis criterion one exchanges configurations at different temperatures. The idea of this method is to make configurations at high temperatures available to the simulations at low temperatures and vice versa. This results in a very robust ensemble which is able to sample both low and high energy configurations. In this way, thermodynamical properties such as the specific heat, which is in general not well computed in the canonical ensemble, can be computed with great precision. ==Background== Typically a [[Monte Carlo simulation]] using a [[Metropolis–Hastings]] update consists of a single [[stochastic process]] that evaluates the [[energy]] of the system and accepts/rejects updates based on the [[temperature]] ''T''. At high temperatures updates that change the energy of the system are comparatively more probable. When the system is highly correlated, updates are rejected and the simulation is said to suffer from critical slowing down. If we were to run two simulations at temperatures separated by a Δ''T'', we would find that if Δ''T'' is small enough, then the energy [[histogram]]s obtained by collecting the values of the energies over a set of Monte Carlo steps N will create two distributions that will somewhat overlap. The overlap can be defined by the area of the histograms that falls over the same interval of energy values, normalized by the total number of samples. For Δ''T'' = 0 the overlap should approach 1. Another way to interpret this overlap is to say that system configurations sampled at temperature ''T''<sub>1</sub> are likely to appear during a simulation at ''T''<sub>2</sub>. Because the [[Markov chain]] should have no memory of its past, we can create a new update for the system composed of the two systems at ''T''<sub>1</sub> and ''T''<sub>2</sub>. At a given Monte Carlo step we can update the global system by swapping the configuration of the two systems, or alternatively trading the two temperatures. The update is accepted according to the Metropolis–Hastings criterion with probability :<math> p = \min \left( 1, \frac{ \exp \left( -\frac{E_j}{kT_i} - \frac{E_i}{kT_j} \right) }{ \exp \left( -\frac{E_i}{kT_i} - \frac{E_j}{kT_j} \right) } \right) = \min \left( 1, e^{(E_i - E_j) \left( \frac{1}{kT_i} - \frac{1}{kT_j} \right)} \right) ,</math> and otherwise the update is rejected. The [[detailed balance]] condition has to be satisfied by ensuring that the reverse update has to be equally likely, all else being equal. This can be ensured by appropriately choosing regular Monte Carlo updates or parallel tempering updates with probabilities that are independent of the configurations of the two systems or of the Monte Carlo step.<ref>{{cite journal |author = Radford M. Neal |year=1996 |title = Sampling from multimodal distributions using tempered transitions |journal = Statistics and Computing |volume = 6 |issue=4|pages = 353–366 |doi=10.1007/BF00143556 |s2cid=11106113 }}</ref> This update can be generalized to more than two systems. By a careful choice of temperatures and number of systems one can achieve an improvement in the mixing properties of a set of Monte Carlo simulations that exceeds the extra computational cost of running parallel simulations. Other considerations to be made: increasing the number of different temperatures can have a detrimental effect, as one can think of the 'lateral' movement of a given system across temperatures as a diffusion process. Set up is important as there must be a practical histogram overlap to achieve a reasonable probability of lateral moves. The parallel tempering method can be used as a super [[simulated annealing]] that does not need restart, since a system at high temperature can feed new local optimizers to a system at low temperature, allowing tunneling between metastable states and improving convergence to a global optimum. == Implementations == {{cmn| *[[Abalone (molecular mechanics)|Abalone]] *ACEMD *[[AMBER]] *[[CHARMM]] *[[Desmond (software)|Desmond]] *[[GROMACS]] *[[LAMMPS]] *[[RASPA-2.0]] *[[Orac (MD program)|Orac]] }} ==See also== *[[Bennett acceptance ratio]] == References == <references/> {{DEFAULTSORT:Parallel Tempering}} [[Category:Markov chain Monte Carlo]] [[Category:Molecular dynamics]] [[Category:Heuristics]] [[Category:Statistical mechanics]] [[Category:Stochastic optimization]]
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)
Pages transcluded onto the current version of this page
(
help
)
:
Template:Ambox
(
edit
)
Template:Cite journal
(
edit
)
Template:Cmn
(
edit
)
Template:Short description
(
edit
)
Template:Technical
(
edit
)