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 123]
  include
 constants.hppLibrary of constants
 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
 typedefs.hppUseful typedefs for cleaner code
 utils.hppFunction prototypes and macros that are useful
  src
  scripts
 burn_in_time.py
 pd_estimate.py
 phase_transition.py
 data_type.cppImplementation for the data_t type
 IsingModel.cppThe implementation of the Ising model
 main.cppThe main program
 monte_carlo.cppImplementation of the monte carlo functions
 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
 utils.cppImplementation of the utils