Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 months 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 (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-19T08:01:41.000Z (5 months ago)
- Last Synced: 2024-08-19T09:28:41.205Z (5 months ago)
- Topics: 2d-ising, metropolics, monte-carlo, wolff-cluster
- Language: Python
- Homepage:
- Size: 1.48 MB
- Stars: 12
- Watchers: 2
- Forks: 6
- 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.