ising 0.2.2

Ising simulation and algorithms
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "ising"
description = "Ising simulation and algorithms"
version = "0.2.2"
authors.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
categories.workspace = true
keywords.workspace = true

[dependencies]
rand = { version = "0.8.5", features = ["std", "small_rng"], default-features = false }