My watch list
my.chemeurope.com  
Login  

Monte Carlo method in statistical physics



Monte Carlo in statistical physics refers to the application of the Monte Carlo method to problems in statistical physics, or statistical mechanics.

Contents

Simple sampling

For simplicity, let us consider the statistical mechanics NVT ensemble. The internal energy U of the system is given as a function of the states of all the particles in the system {ri} (this can be the positions for a fluid, or the spin variables in a magnet). Boltzmann statistics establish that the probability of the system be in some state is proportional to

P(\{r_i\}) \propto  \exp [ - U(\{r_i\}) / k_B T ].

It therefore follows that the average value of any quantity that likewise depends on the states A = A({ri}) can be calculated as

<A>=\frac{ \sum_{\{r_i\}} A(\{r_i\}) \exp [ - U(\{r_i\}) / k_B T ] } {Z},

where the normalizing factor is the partition function

Z= \sum_{\{r_i\}} P(\{r_i\}) =  \sum_{\{r_i\}} \exp [ - U(\{r_i\}) / k_B T ].

which takes care of the lack of normalization of the probability distribution. (Indeed, one sees that the average of any constant number < a > = a, as is sensible).

One possible approach is then to exactly enumerate all possible configurations of the system, and calculate averages at will. This is actually done in exactly solvable systems, and in simulations of simple systems with few particles. In realistic systems, on the other hand, even an exact enumeration can be difficult to implement (specially for off-lattice systems). One then may recur to the Monte Carlo method and generate configurations at random.

The problem with this approach is that the states that typically contribute with sizable probabilities have a small measure (in the mathematical sense). This method has been likened to calculating the length of the River Nile by considering a set of point on top of a map of Northern Africa (Frenkel and Smit, reference below.)

Biased sampling

Therefore, the Metropolis algorithm is typically employed. The core of the method is the generation of states that obey Boltzmann probabilities. Any average quantity thus sampled is then, by construction, the statistical average that is sought:

<A>=\frac{ \sum_j A_j } {N},

where Aj is the value of A at step j, and N is the total number of steps simulated.

The algorithm employs a Markov chain procedure in order to determine a new state for a system from a previous one. According to its stochastic nature, this new state is accepted at random, with an acceptance probability that depends on the Boltzmann factor of the energy increment. i.e., if the trial state has an energy Unew, and the previous had an energy Uold, the criterion of acceptance depends on

p = exp[ − (UnewUold) / kBT]

A very high value of Unew will then lead to a very small p, whereas a very small (negative) one will lead to a high p.

In order to fully prescribe an algorithm, a basic condition of balance must be satisfied in order equilibrium be properly described, but detailed balance, a stronger condition, is usually imposed. A typical choice is

automatic acceptance if p > 1 (going downhill in energy)
otherwise, acceptance if a random number r (between 0 and 1) happens to be smaller than p .

Criticism

The method thus neglects dynamics, which can be a major drawback, or a great advantage. Indeed, the method can only be applied to static quantities, but the freedom to choose moves makes the method very flexible. An additional advantage is that some systems, such as the Ising model, lack a dynamical description and are only defined by an energy prescription; for these the Monte Carlo approach is the only one feasible.


The great success of this method in statistical mechanics has led to various generalizations such as the method of simulated annealing for optimization, in which a fictitious temperature is introduced and then gradually lowered.

See also

References

  • Allen, M.P. and Tildesley, D.J. (1987). Computer Simulation of Liquids. Oxford University Press. ISBN 0-19-855645-4. 
  • Frenkel, D. and Smit, B. (2001). Understanding Molecular Simulation. Academic Press. ISBN 0-12-267351-4. 
  • Binder, K. and Heermann, D.W. (2002). Monte Carlo Simulation in Statistical Physics. An Introduction (4th edition). Springer. ISBN 3-540-43221-3. 
 
This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Monte_Carlo_method_in_statistical_physics". A list of authors is available in Wikipedia.
Your browser is not current. Microsoft Internet Explorer 6.0 does not support some functions on Chemie.DE