|
2 Dimensional Ising Model
Simulate the change in energy and magnetization in a ferro magnet
|
Directories | |
| directory | scripts |
Files | |
| file | data_type.cpp [code] |
| Implementation for the data_t type. | |
| file | IsingModel.cpp [code] |
| The implementation of the Ising model. | |
| file | main.cpp [code] |
| The main program. | |
| file | monte_carlo.cpp [code] |
| Implementation of the monte carlo functions. | |
| file | phase_transition_mpi.cpp [code] |
| Sweep over different temperatures and generate data. | |
| file | test_suite.cpp [code] |
| Sweep over different temperatures and generate data. | |
| file | testlib.cpp [code] |
| Implementation of the testing library. | |
| file | utils.cpp [code] |
| Implementation of the utils. | |