Questions: Monte Carlo Methods in Statistical Mechanics

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

Why can the Metropolis algorithm compute thermal averages without ever calculating the partition function Z?

AZ is always equal to 1 for normalized probability distributions, so it doesn't need to be computed
BThe acceptance probability min(1, exp(−ΔE/kT)) involves only energy differences, so Z cancels in the ratio of Boltzmann factors for any two states
CThe Metropolis algorithm samples configuration space uniformly, making Z irrelevant
DZ is computed implicitly in the thermalization step and stored for later use
Question 2 Multiple Choice

In a Metropolis simulation, a proposed move increases the system's energy by ΔE = 2 kT. What happens?

AThe move is always rejected because it increases energy, violating the second law of thermodynamics
BThe move is always accepted because the system must be able to explore higher-energy states at finite temperature
CThe move is accepted with probability exp(−2) ≈ 0.135 and rejected otherwise
DThe move is accepted with probability exp(+2) ≈ 7.4, but capped at 1
Question 3 True / False

The Metropolis algorithm is expected to enumerate most possible microstates to correctly sample the Boltzmann distribution.

TTrue
FFalse
Question 4 True / False

After a Metropolis simulation has thermalized, configurations generated by the algorithm are samples drawn from the canonical (Boltzmann) distribution, regardless of the initial configuration chosen.

TTrue
FFalse
Question 5 Short Answer

What does 'detailed balance' mean in the context of the Metropolis algorithm, and why is it important for correctness?

Think about your answer, then reveal below.