https://github.com/nickstenning/ising
A simple 2D Ising model simulator as a testbed for OpenGL visualisation techniques.
https://github.com/nickstenning/ising
Last synced: 20 days ago
JSON representation
A simple 2D Ising model simulator as a testbed for OpenGL visualisation techniques.
- Host: GitHub
- URL: https://github.com/nickstenning/ising
- Owner: nickstenning
- Created: 2011-02-09T01:50:37.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2011-02-09T13:53:25.000Z (over 15 years ago)
- Last Synced: 2025-09-04T00:43:35.068Z (11 months ago)
- Language: Python
- Homepage:
- Size: 820 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
# Ising model simulator
## Build & run:
$ ./make.py
CC src/ising.cpp
[...]
LD build/ising
$ ./build/ising
Then, in a new terminal, run:
$ python ./pysrc/simulate.py
May need to specify 32-bit Python on Mac OS X:
$ VERSIONER_PYTHON_PREFER_32_BIT=yes python ./pysrc/simulate.py