Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 225 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 225 Bytes

2d_Ising-C

Simulation of the 2-dimensional ising model using metropolis algorithm

compile using gcc with -lm flag as in 'gcc main.c mtwister.c -lm'

The pseudo random number generator is Mersene Twister

2D-ISING