This repository contains the physics simulation tests.
The basic introduction about Ising Model can be reviewed in my blog "Study note about Ising model". Before reviewing the codes, it is better to understand the content in the blog first, since the background of Ising model will be helpful to understand the logic of the codes.
Codes about Ising Modeling by Monte Carlo approach can be checked in:
- Simple_1DIsingModel.ipynb
- Simple_2DIsingModel.ipynb
- 2DIsing_ConfigurationVisualization.ipynb