Samples

From PIMC++

Jump to: navigation, search

In path integral Monte Carlo (more generically Markov chain Monte Carlo using the Metropolis move), the probability of accepting a move is math where math is the change in action and math is the probability of proposing a move to position b given that you've started in position a.

To understand why the bisection move with free particles (i.e. using only the kinetic action math) accepts 100% of the time, we should understand what math is and what math is. To do this, let's look at the simplest example of a bisection move.

Consider a single, free particle at three consecutive time slices along a path, math, math, and math. In this move, we will keep math and math fixed, and will update the position of math. We wish to do this optimally, so that it samples the right distribution given by

math


where math is the free-particle density matrix given by

math


Writing this product explicitly, we have

math

Expanding the squares and grouping the math-dependent terms, we have

math

where math. We have separated out the math-dependence and it is a simple gaussian centered at the midpoint of the line segment from math to math. This is probably the origin of the name "bisection move". This is special case of a more general result that the product of two Gaussian distributions is always another Gaussian distribution.

There exist simple methods to sample a point from a Gaussian distrubution. We use these methods, then, to randomly choose a value for math according to math above.


Image:bisection.png

The new (old) action for this system would be math (when we have only the kinetic action)

math (the probability of selecting our new midpoint (the middle bead)) is math which when simplified geometrically ends up being math

When we take the ratio of the new to old, the math term cancels out of the probability and we get the whole acceptance probability to be 1.

It is important to sample the kinetic action exactly even when a potential term is added because failure to do so will cause very bad acceptance ratios.

Personal tools