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 模型模拟程序(蒙特卡罗法)
- Host: GitHub
- URL: https://github.com/talaxy009/2d-ising-model-nodejs
- Owner: Talaxy009
- License: mit
- Created: 2021-02-25T05:26:58.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-25T05:41:56.000Z (over 5 years ago)
- Last Synced: 2026-01-02T10:55:23.412Z (6 months ago)
- Topics: ising-model-2d, nodejs
- Language: JavaScript
- Homepage:
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 2D-Ising-model-nodejs
一个简单的 2D Ising 模型模拟程序(蒙特卡罗法)
- 使用 50 x 50 的模型
- 每次降温0.25
- 每次走 10 000 蒙特卡罗步
