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

https://github.com/talaxy009/2d-ising-model-nodejs

一个简单的 2D Ising 模型模拟程序(蒙特卡罗法)
https://github.com/talaxy009/2d-ising-model-nodejs

ising-model-2d nodejs

Last synced: about 2 months ago
JSON representation

一个简单的 2D Ising 模型模拟程序(蒙特卡罗法)

Awesome Lists containing this project

README

          

# 2D-Ising-model-nodejs

一个简单的 2D Ising 模型模拟程序(蒙特卡罗法)

- 使用 50 x 50 的模型
- 每次降温0.25
- 每次走 10 000 蒙特卡罗步

![demo](./demo.png)