|
2 Dimensional Ising Model
Simulate the change in energy and magnetization in a ferro magnet
|
The main program. More...
#include "data_type.hpp"#include "monte_carlo.hpp"#include "utils.hpp"#include <csignal>#include <cstdlib>#include <iostream>#include <omp.h>Go to the source code of this file.
Functions | |
| void | create_burn_in_time_data () |
| void | create_pd_estimate_data () |
| void | test_parallel_speedup () |
| void | create_phase_transition_data () |
| int | main (int argc, char **argv) |
| The main function. | |