[dependencies.bit-set]
version = "0.8.0"
[dependencies.faer]
default-features = false
features = ["std", "rand"]
version = "0.23.2"
[dependencies.qudit-core]
version = "0.2.1"
[dependencies.qudit-expr]
version = "0.2.1"
[dependencies.rustc-hash]
version = "2.1.1"
[lib]
name = "qudit_tensor"
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-tensor"
readme = "README.md"
repository = "https://github.com/OpenQudit/OpenQudit"
version = "0.2.1"