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

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.

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