|
2 Dimensional Ising Model
Simulate the change in energy and magnetization in a ferro magnet
|
Sweep over different temperatures and generate data. More...
#include "data_type.hpp"#include "monte_carlo.hpp"#include "utils.hpp"#include <algorithm>#include <fstream>#include <iostream>#include <iterator>#include <mpi.h>#include <sstream>Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
| The main function. | |
Sweep over different temperatures and generate data.
Definition in file phase_transition_mpi.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
The main function.
Definition at line 24 of file phase_transition_mpi.cpp.