Chapter 10: MC Method Flashcards
1
Q
MC Method
(Brief Outline)
A
- Genreate random input for a sample domain
- Execute scheme via detemrinistic description
- Evaluate results to estimate certain target functions
2
Q
Simple Sampling
A
- each point in phase space visited with equal probability
- random numbers drawn from uniform distrubution
3
Q
Simple Sampling
(Disadvantages)
A
- phase space of a complex system is not uniformly populated
- simple sampling leads to many “unimportant” areas being visited
4
Q
Ising Model
A
- motivates need for Importance Sampling
- spins on d-dimensional cubic lattice
- Hamiltonian given by Heisenberg model
- need partition function Z to get thermodynamic properties and free energy F
- probabilty of each state given by Boltzmann Distribution

5
Q
Ising Model
(Limitation)
A
- Problem: direct enumeration of all states is impossible
- Solution: generate N independent “representative” configurations using Importance Sampling to get estimator of A <A>N

6
Q
Importance Sampling
A
Choose states according to Boltxmann weight using a Markhov vhain
7
Q
Markhov Chains
A
- sequence of events wherein each event is only dependent on the event directly preceding it
- Wµν is transition probability of going from µ to ν
8
Q
Markhov Chains
(Properties)
A
- encoded ergodicity: all states reachable from any starting state given enough time
- transition probabilty out of µ must be unity
- equilibrium distrbution is a fixed point (i.e. once equilbirium is reached, system remains in equilibtrium
- principle of detail balance

9
Q
Metropolis Algorithm
A
local-update scheme with one spin flip per move
