Generate simple 2D Ising Model data with perdiodic boundary conditions using the Metropolis algorithm in C++.
To compile the project simply use:
makeTo call the program from the terminal:
./exec L beta H N_cfgWhere:
int Lthe size of the square lattice side in lattice units.double betais the inverse temperature.double His the external magnetic field.int N_cfgthe number of configurations to generate.