https://github.com/jyni16/monte-carlo-algorithm
Monte Carlo simulation for classical spin system implemented by metropolics/wolff_cluster... algorithm
https://github.com/jyni16/monte-carlo-algorithm
2d-ising metropolics monte-carlo wolff-cluster
Last synced: 12 days ago
JSON representation
Monte Carlo simulation for classical spin system implemented by metropolics/wolff_cluster... algorithm
- Host: GitHub
- URL: https://github.com/jyni16/monte-carlo-algorithm
- Owner: JYNi16
- Created: 2022-04-20T15:53:05.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-09-25T07:30:33.000Z (7 months ago)
- Last Synced: 2025-03-28T00:44:25.042Z (30 days ago)
- Topics: 2d-ising, metropolics, monte-carlo, wolff-cluster
- Language: Python
- Homepage:
- Size: 1.48 MB
- Stars: 15
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Monte-Carlo-Algorithm
This Project include Monte-Carlo simulation for various spin models:
(1) 2D-Ising model
(2) 2D XY model
(3) 2D XXZ model
(4) Heisenberg model
In addition, different algorithms are implemented, including:
(1) metropolics (single-flip method) (2) Wolff cluster method
Above simulation coded by fortran, python and C++, respectively.