Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 394 Bytes

File metadata and controls

9 lines (6 loc) · 394 Bytes

ising

2-dimensional Ising model simulation

Ising Gif

100 x 100 lattice ising model approaching equilibrium from an initial random state.

The Metropolis Monte Carlo method is used to solve for the equilibrium state of the lattice. This method is a type of Markov Chain Monte Carlo (MCMC) method used often in computational physics.