|
The Ising model is an
important example of how to use
several mathematical tools discussed
in earlier tutorials: statistics,
probability, random numbers, Monte
Carlo methods, and Markov chains.
Prerequisites:
1. A solid understanding of
statistics, probability, and random
numbers.
2. A basic understanding of Monte
Carlo methods and Markov chains.
3. Knowledge of simple programming.
Objectives:
1. To examine a simple Ising model
using the tools developed
previously.
2. To experiment and test a simple
Ising model simulation.
3. To recognize the programming
steps in constructing the Ising
model.
Start the tutorial
|