ising 0.2.2

Ising simulation and algorithms
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.rand]
default-features = false
features = ["std", "small_rng"]
version = "0.8.5"

[package]
authors = ["Mo Bitar <mo8it@proton.me>"]
categories = ["science", "simulation"]
description = "Ising simulation and algorithms"
edition = "2021"
keywords = ["Ising", "Wolff", "Metropolis"]
license = "AGPL-3.0"
name = "ising"
readme = "README.md"
repository = "https://codeberg.org/mo8it/ising-gui"
version = "0.2.2"