qudit-expr 0.2.1

Accelerated and Extensible Quantum Library
Documentation
[[bench]]
harness = false
name = "cnotu3u3"
path = "benches/cnotu3u3.rs"

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

[dependencies.coe-rs]
version = "0.1.2"

[dependencies.egg]
version = "0.10.0"

[dependencies.faer]
default-features = false
features = ["std", "rand"]
version = "0.23.2"

[dependencies.indexmap]
version = "2.12.0"

[dependencies.inkwell]
features = ["llvm18-1"]
version = "0.6.0"

[dependencies.inventory]
optional = true
version = "0.3.21"

[dependencies.itertools]
version = "0.14.0"

[dependencies.llvm-sys]
version = "181.2.0"

[dependencies.ndarray]
optional = true
version = "0.16"

[dependencies.num]
version = "0.4.3"

[dependencies.numpy]
optional = true
version = "0.27.0"

[dependencies.ordered-float]
version = "5.1.0"

[dependencies.pyo3]
features = ["abi3-py39"]
optional = true
version = "0.27.1"

[dependencies.qudit-core]
version = "0.2.1"

[dependencies.rand]
version = "0.9.2"

[dependencies.rustc-hash]
version = "2.1.1"

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

[dev-dependencies.pprof]
features = ["flamegraph", "criterion"]
version = "0.15"

[dev-dependencies.proptest]
version = "1.9"

[features]
llvm-dynamic = ["llvm-sys/force-dynamic"]
llvm-static = ["llvm-sys/force-static"]
python = ["qudit-core/python", "dep:numpy", "dep:ndarray", "dep:pyo3", "dep:inventory"]

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

[lints.clippy]
approx_constant = "allow"
collapsible_if = "allow"
missing_transmute_annotations = "allow"
module_inception = "allow"
needless_range_loop = "allow"
too_many_arguments = "allow"
upper_case_acronyms = "allow"

[package]
authors = ["Ed Younis <edyounis@lbl.gov>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["science", "parser-implementations", "compilers", "data-structures", "mathematics"]
description = "Accelerated and Extensible Quantum Library"
edition = "2024"
keywords = ["quantum", "circuit", "gates", "instantiation", "qudit"]
license = "BSD-3-Clause"
name = "qudit-expr"
readme = "README.md"
repository = "https://github.com/OpenQudit/OpenQudit"
version = "0.2.1"