-
Notifications
You must be signed in to change notification settings - Fork 0
xianglil/2DIsingMC
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is a C++ program to simulate the classical 2d Ising model with Monte Carlo method. ###################################################### Contents: Array3D.hpp: a class for 2d and 3d matrices. Note the matrix element is in column-major order. A preference of Fortran, and may be useful if LAPACK library is needed in the future. Main.cpp: The main code. You may want to convert it into header + cpp files if you want to combine it with other codes. plot.py: plot the outputs. ###################################################### To run the code: g++ -std=c++11 main.cpp ./a.out Then it will create an file called "output.dat". You can then visualize the data with: python plot.py ###################################################### Note that by default the temperature goes from high to low. This is because if we start at very low temperature, and set the initial spins as random, then it is possible that states such as + + + - - - + + + + - - - + + + + - - - + can survive, and make the result looks weird. ###################################################### If you have any question, please email Xianglin at [email protected] ###################################################### Happy exploring ! ^_^
About
a C++ program to simulate the classical 2d Ising model with Monte Carlo method.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published