|
2 Dimensional Ising Model
Simulate the change in energy and magnetization in a ferro magnet
|
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 | mcmc_progression.cpp [code] |
| Execute the mcmc algorithm and write data to file after each Monte Carlo cycle. | |
| file | monte_carlo.cpp [code] |
| Implementation of the monte carlo functions. | |
| file | pd_estimate.cpp [code] |
| execute the mcmc algorithm and write data to file after each Monte Carlo cycles. | |
| file | phase_transition.cpp [code] |
| Sweep over different temperatures and generate data. | |
| 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 | time.cpp [code] |
| Timing various things. | |
| file | utils.cpp [code] |
| Implementation of the utils. | |