Metropolis Monte Carlo: Difference between revisions

From SklogWiki
Jump to navigation Jump to search
m (Added Cite type references.)
 
(2 intermediate revisions by one other user not shown)
Line 9: Line 9:
In the case of mixtures, it is useful to consider the so-called [[Semi-grand ensembles]].
In the case of mixtures, it is useful to consider the so-called [[Semi-grand ensembles]].
The purpose of these techniques is to sample representative configurations of the system at the corresponding
The purpose of these techniques is to sample representative configurations of the system at the corresponding
thermodynamic conditions. The sampling techniques  make use the so-called pseudo-[[Random numbers |random number]] generators.
thermodynamic conditions. The sampling techniques  make use of the so-called pseudo-[[Random numbers |random number]] generators.


== Configuration ==
== Configuration ==
Line 60: Line 60:


== Boundary Conditions ==
== Boundary Conditions ==
 
The simulation of homogeneous systems is usually carried out using [[periodic boundary conditions]].
The simulation of homogeneous systems is usually carried out using [[boundary conditions |periodic boundary conditions]].


== Initial configuration ==
== Initial configuration ==
Line 72: Line 71:
== Advanced techniques ==
== Advanced techniques ==
:''Main article: [[Monte Carlo]]''
:''Main article: [[Monte Carlo]]''
* [[Configurational bias Monte Carlo]]
 
* [[Gibbs-Duhem integration]]
* [[Cluster algorithms]]
*[[Computing the Helmholtz energy function of solids]]
*[[Wang-Landau method]]
== References ==
== References ==
<references/>
<references/>

Latest revision as of 09:37, 13 June 2012

The Metropolis Monte Carlo technique [1] is a variant of the original Monte Carlo method proposed by Nicholas Metropolis and Stanislaw Ulam in 1949 [2]

Main features[edit]

Metropolis Monte Carlo simulations can be carried out in different ensembles. For the case of one-component systems the usual ensembles are:

In the case of mixtures, it is useful to consider the so-called Semi-grand ensembles. The purpose of these techniques is to sample representative configurations of the system at the corresponding thermodynamic conditions. The sampling techniques make use of the so-called pseudo-random number generators.

Configuration[edit]

A configuration is a microscopic realisation of the thermodynamic state of the system. To define a configuration (denoted as ) we usually require:

  • The position coordinates of the particles
  • Depending on the problem, other variables like volume, number of particles, etc.

The probability of a given configuration, denoted as , depends on the parameters (e.g. temperature, pressure)

Example:

In most of the cases exhibits the following features:

  • It is a function of many variables
  • Only for a very small fraction of the configurational space the value of is not negligible.

Due to these properties, Metropolis Monte Carlo requires the use of Importance Sampling techniques

Importance sampling[edit]

Importance sampling is useful to evaluate average values given by:

where:

  • represents a set of many variables,
  • is a probability distribution function which depends on and on the constraints (parameters)
  • is an observable which depends on the

Depending on the behavior of we can use to compute different numerical methods:

  • If is, roughly speaking, quite uniform: Monte Carlo Integration methods can be effective
  • If has significant values only for a small part of the configurational space, Importance sampling could be the appropriate technique

Outline of the Method[edit]

  • Random walk over :

From the configuration at the i-th step one builds up a test configuration by slightly modifying some of the variables

  • The test configuration is accepted as the new (i+1)-th configuration with certain criteria (which depends basically on )
  • If the test configuration is not accepted as the new configuration then:

The procedure is based on the Markov chain formalism, and on the Perron-Frobenius theorem. The acceptance criteria must be chosen to guarantee that after a certain equilibration time a given configuration appears with probability given by

Temperature[edit]

The temperature is usually fixed in Metropolis Monte Carlo simulations, since in classical statistics the kinetic degrees of freedom (momenta) can be generally, integrated out. However, it is possible to design procedures to perform Metropolis Monte Carlo simulations in the microcanonical ensemble (NVE).

See Monte Carlo in the microcanonical ensemble

Boundary Conditions[edit]

The simulation of homogeneous systems is usually carried out using periodic boundary conditions.

Initial configuration[edit]

The usual choices for the initial configuration in fluid simulations are:

  • an equilibrated configuration under similar conditions (for example see [3])
  • an ordered lattice structure. For details concerning the construction of such structures see: lattice structures.

Advanced techniques[edit]

Main article: Monte Carlo

References[edit]

Related reading