KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
2D-Ising-Model-Python
★ 26
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
ising-model
:
Python implementation of the Ising model
quantum-monte-carlo-methods
:
Quantum Monte Carlo methods for Ising model
sawatabi
:
Sawatabi is an application framework to develop and run stream-data-oriented Ising applications with quantum annealing.
CorBinian
:
CorBinian: A toolbox for modelling and simulating high-dimensional binary and count-data with correlations
Ising-Model-for-Market-Crash
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
2D-Ising-Model-Python
?
Download (.md)
# 2D-Ising-Model-Python ## Description Simulating 2D Ising model with Monte Carlo Method in Python 3. -Bill in Beijing ## Tutorial The program is used to simulate 2D Ising model with the primary application of Python 3. I use two methods: Single-spin-flip and cluster- flip dymanics to deal with this task. Before running the program, you should add all the files into the same path. You'd better run the program in main.py unless you want to improve my code. You can adjust paramaters in main.py simply by changing the default values. Enjoy your time with Ising and Python! Suggestions and adjustments (as well as STARs) are welcomed. A detailed introduction of Simulating 2D Ising Model is uploaded on ZHIHU. It is a Chinese version, [click here](https://zhuanlan.zhihu.com/p/42629484) to view. Note: You'll probably need numpy and matplotlib. Created Nov. 1, 2019 by Bill in Beijing