Top Qs
Timeline
Chat
Perspective
Glauber dynamics
From Wikipedia, the free encyclopedia
Remove ads
In statistical physics, Glauber dynamics[1] is a way to simulate the Ising model (a model of magnetism) on a computer.[2] The algorithm is named after Roy J. Glauber.
The algorithm
The Ising model is an abstract model for the magnetic interaction of neighboring atoms. It is conventionally considered on a two-dimensional square lattice, with magnetic interactions occurring only between nearest neighbors. In this model, each lattice site is given a spin that is either up (+1) or down (-1); the x and y are the grid coordinates. Glauber's algorithm becomes:[3]
- Choose a location at random.
- Sum the spins of the nearest-neighbors. For a two-D square lattice, there are four: .
- Compute the change in energy if the spin at x, y were to flip. This is given by the Hamiltonian for the Ising model; it is
- Flip the spin with probability given by the Fermi function where T is the temperature.
- Go To Step 1.
In Glauber algorithm, if the energy change in flipping a spin is zero, , then the spin would flip with probability . Similarly, if the temperature is very high, then and again, the probability of a flip is one-half. If the temperature is very low, then a flip to a higher-energy state almost never happens, while a flip to a lower energy state almost always happens.
Remove ads
Comparison to Metropolis
Summarize
Perspective

The Glauber algorithm can be compared to the Metropolis–Hastings algorithm. These two differ in how a spin site is selected (step 1), and in the probability of a spin-flip (step 4). In the Glauber dynamic, every spin has an equal chance of being chosen at each time step, and the decision to flip that spin, or not, is given by the Fermi function, as given above.
By contrast, the Metropolis algorithm considers a spin site with a probability given by the Boltzmann weight , but if it is accepted, then it always flips a spin in favor of lowering the energy. Thus, the total spin-flip probability is:

Although both of the acceptance probabilities approximate a step curve and they are almost indistinguishable at very low temperatures, they differ when temperature gets high. For an Ising model on a 2d lattice, the critical temperature is .
At thermal equilibrium, the Glauber and Metropolis algorithms should give identical results. In general, at equilibrium, any MCMC algorithm should produce the same distribution, as long as the algorithm satisfies ergodicity and detailed balance. In both algorithms, for any change in energy, , meaning that transition between the states of the system is always possible despite being very unlikely at some temperatures. So, the condition for ergodicity is satisfied for both of the algorithms. Detailed balance, which is a requirement of reversibility, states that if you observe the system for a long enough time, the system goes from state to with the same frequency as going from to . In equilibrium, the probability of observing the system at state A is given by the Boltzmann weight, . So, the amount of time the system spends in low energy states is larger than in high energy states and there is more chance that the system is observed in states where it spends more time. Meaning that when the transition from to is energetically unfavorable, the system happens to be at more frequently, counterbalancing the lower intrinsic probability of transition. Therefore, both, Glauber and Metropolis–Hastings algorithms exhibit detailed balance.
Remove ads
Software
- Simulation package IsingLenzMC provides simulation of Glauber Dynamics on 1D lattices with external field. CRAN.
Related pages
References
Wikiwand - on
Seamless Wikipedia browsing. On steroids.
Remove ads