XIsing
By Jochen Voss, last updated .
Introduction
The Ising model is a simple model from statistical mechanics, which describes a system of coupled spins. The spins are modelled as cells which can be in either of two states. In the pictures below each pixel corresponds to one cell, and the states are represented by the colors black and white.
The program implements two iterative methods to simulate states of the Ising model: the Gibbs sampler and the Metropolis algorithm.
Download
This package needs the X window system. It can display the current state as an image in a window. Examples of such images are displayed below. There is a function to save these images in a file.
- xising version 1.0, 2004-07-13
- archive: xising-1.0.tar.gz (87KB)
 signature: xising-1.0.tar.gz.sig
 sha1: 1cc25d81db7afd34eb330b9442598d18c297d63f
 md5: 4317bd8180bfc87965f3804936e9b798
 
- archive: xising-1.0.tar.gz (87KB)
Images
The following images illustrate the output of the program. Larger pictures can be obtained by clicking on the images.
| state | inverse temperature | 
|---|---|
| ![[beta=0.2]](/image/ising-0.2-0064.jpg) | β=0.2 | 
| ![[beta=0.21]](/image/ising-0.21-0064.jpg) | β=0.21 | 
| ![[beta=0.219]](/image/ising-0.219-0064.jpg) | β=0.219 |