Monte Carlo Simulation Flashcards
Define the terms configuration, configurations space, and trajectory
For a system we know we have N atoms in d dimensions
- CONFIGURATION: corresponds to the unique vector (r1, r2… rN)
- CONFIGURATION SPACE: dN-dimensional space of all configurations
- TRAJECTORY: path in the CONFIGURATIONAL SPACE (for MD it is the time evolution)
Name the Boltzmann factor and describe its meaning
- Boltzmann’s factor is exp(-E/kT)
- expresses the “probability” of a state of energy E relative to the probability of a state of zero energy.
- used introduce the temperature
p = exp(-E/kT)
Explain ensemble averages and time averages. How are they related?
- Observable values estimated through numerical averaging, which can be performed via ensemble or time averaging.
- For ensemble averages, estimated by averaging over all particles (N),
- For time averages, estimated over time steps (t).
- At thermodynamic equilibrium, averages are equivalent regardless of how it was obtained as stated by “ERGOCITY theorem”
Describe the underlying idea of a MonteCarlo algorithm
- Monte Carlo algorithm is based on the concept of “statistical sampling”, it relies on repeated random (stochastic) sampling to obtain a numerical result.
- For a simulation, this means we focus on the “statistical’ average instead “time evolution of a system” (deterministic)
Explain the motivation behind the detailed balance condition
- There are some variables that cannot be justified by performing random sampling thus an improvement in sampling was made via the formulation of “detailed balance condition”
- For a probability to be valid it has to lie within the limits set by the system’s configuration at equilibrium
Piπ ( i → j ) = Pjπ ( j → i )
Describe the Metropolis Criterion
Transition from i → j has two values
π ( i → j ) for Ej >= Ei is exp ( -β [Ej - Ei] )
else
π ( i → j ) for Ej < Ei is 1
- this simply tells that highest probability = 1 will be obtained if Ej < Ei
- logical since we would like a transition π ( i → j ), so j has to be stable than i
How to choose the step size?
- maximizes performance (accuracy and speed)
- acceptance probability of ~ 50%
NOTE: optimal step size depends on the system and condition (e.g, smaller step size for denser system)
Describe the “Improved Monte Carlo”
- doesn’t rely on random sampling
* includes Metropolis Criterion