rqism 0.4.1

A multi-backend quantum circuit simulator
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "rqism"
version = "0.4.1"
authors = ["Kamal Al-Ameri (0x177)"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A multi-backend quantum circuit simulator"
readme = "README.md"
keywords = [
    "science",
    "quantum",
    "quantum-computing",
]
categories = [
    "simulation",
    "science",
]
license-file = "LICENSE"
repository = "https://codeberg.org/0x177/rqism"

[lib]
name = "rqism"
path = "src/lib.rs"

[[example]]
name = "bell"
path = "examples/bell.rs"

[[example]]
name = "deutsch"
path = "examples/deutsch.rs"

[[example]]
name = "grover"
path = "examples/grover.rs"

[[example]]
name = "ml"
path = "examples/ml.rs"

[[bench]]
name = "all"
path = "benches/all.rs"
harness = false

[[bench]]
name = "deutsch"
path = "benches/deutsch.rs"

[[bench]]
name = "ghz"
path = "benches/ghz.rs"

[[bench]]
name = "qft"
path = "benches/qft.rs"

[dependencies.bitvec]
version = "1.0.1"

[dependencies.dashmap]
version = "6.1.0"

[dependencies.either]
version = "1.15.0"

[dependencies.itertools]
version = "0.14.0"

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.ndarray]
version = "0.16"
features = ["rayon"]

[dependencies.num]
version = "0.4.1"

[dependencies.rand]
version = "0.8.5"

[dependencies.rayon]
version = "1.10.0"

[dev-dependencies.criterion]
version = "0.5.1"