Crates.io | ising |
lib.rs | ising |
version | 0.2.3 |
source | src |
created_at | 2023-06-29 19:11:01.135548 |
updated_at | 2023-06-29 20:01:10.325524 |
description | Ising simulation and algorithms |
homepage | |
repository | https://codeberg.org/mo8it/ising-gui |
max_upload_size | |
id | 903590 |
size | 26,220 |
This library contains the logic for the simulation and algorithms used by ising_gui
and can be used independently of the GUI.
The (unpublished) crate analysis
is an example of how to use this library.
The Wolff and Metropolis algorithms are builtin, but you can also implement and use your own algorithm by implementing a trait.