[dependencies.rand]
version = "0.9.1"
[dependencies.rand_pcg]
version = "0.9.0"
[lib]
name = "wanglandau"
path = "src/lib.rs"
[package]
authors = ["Ayan Das <bvits@riseup.net>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["algorithms", "science", "simulation"]
description = "Model-agnostic Wang–Landau Monte-Carlo core driver"
documentation = "https://docs.rs/wanglandau"
edition = "2021"
homepage = "https://github.com/b-vitamins/wanglandau"
keywords = ["monte-carlo", "wang-landau", "statistical-physics", "simulation", "sampling"]
license = "MIT"
name = "wanglandau"
readme = "README.md"
repository = "https://github.com/b-vitamins/wanglandau"
version = "0.0.1"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[[test]]
name = "coin"
path = "tests/coin.rs"
[[test]]
name = "dice"
path = "tests/dice.rs"
[[test]]
name = "harmonic"
path = "tests/harmonic.rs"