Live Ising simulation
- Rust 100%
| .cargo | ||
| crates | ||
| images | ||
| src | ||
| .gitattributes | ||
| .gitignore | ||
| .typos.toml | ||
| bacon.toml | ||
| Cargo.lock | ||
| Cargo.toml | ||
| LICENSE.txt | ||
| README.md | ||
Ising GUI
Installation
If you don't have Rust installed, follow the official instructions to install Rust (with cargo).
Run cargo install ising_gui to compile and install the binary ising_gui.
You can also run the program directly by cloning the repository and running cargo run --release.
The --release flag is important to apply performance optimizations!
Library
The GUI relies on the library ising which contains the logic for the simulation and algorithms and can be used independently of the GUI.
Credits
The GUI is inspired by ising.js.
