2 Dimensional Ising Model
Simulate the change in energy and magnetization in a ferro magnet
Loading...
Searching...
No Matches
File List
Here is a list of all documented files with brief descriptions:
[detail level 12]
  include
 data_type.hppHeader for the data_t type
 IsingModel.hppThe definition of the Ising model
 monte_carlo.hppFunctions for Monte Carlo simulations
 testlib.hppA small test library
 utils.hppFunction prototypes and macros that are useful
  src
 data_type.cppImplementation for the data_t type
 IsingModel.cppThe implementation of the Ising model
 main.cppThe main program
 mcmc_progression.cppExecute the mcmc algorithm and write data to file after each Monte Carlo cycle
 monte_carlo.cppImplementation of the monte carlo functions
 pd_estimate.cppExecute the mcmc algorithm and write data to file after each Monte Carlo cycles
 phase_transition.cppSweep over different temperatures and generate data
 phase_transition_mpi.cppSweep over different temperatures and generate data
 test_suite.cppSweep over different temperatures and generate data
 testlib.cppImplementation of the testing library
 time.cppTiming various things
 utils.cppImplementation of the utils