Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.