Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 761 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 761 Bytes

2D-Ising

Computational Physics Course
Name : Mohammad Hemati
Ver 1.9
Date: 2017
OS: Linux 16.10 (x86_64)
Run under a Intel® Core™ i5-2450M CPU @ 2.50GHz - up to 3.1GHz
4GB DDR3 Memory

// You can compile this code by following command in shell: // > g++ -o Ising.out Ising.cpp -Ofast // , then execute it in shell by // > ./Ising.out The full explaination is in the Report.pdf