C program for Markov-Chain Monte-Carlo simulations of the ferromagnetic (meaning J=1) Ising model in D-dimensions. The hamiltonian is
the nearest neighbours Ising model Hamiltonian with vanishing external field h:
The compilation is done as usual by make.
Run the binary with ./Ising to display a helper message to start your simulations.
Some macros can be manually modified in include/macro.h:
DIM
UPDATER:
0
1
2
OMP_MODE:
0
1