-
Notifications
You must be signed in to change notification settings - Fork 359
Expand file tree
/
Copy pathCargo.toml
More file actions
25 lines (22 loc) · 768 Bytes
/
Cargo.toml
File metadata and controls
25 lines (22 loc) · 768 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[package]
name = "ruqu-exotic"
version = "2.0.5"
edition.workspace = true
rust-version.workspace = true
license.workspace = true
authors.workspace = true
repository.workspace = true
readme = "README.md"
description = "Experimental quantum-classical hybrid algorithms - quantum memory decay, interference search, reasoning error correction, swarm interference for AI systems"
keywords = ["quantum", "hybrid-algorithms", "interference", "error-correction", "ai"]
categories = ["science", "simulation", "algorithms"]
[features]
default = ["std"]
std = []
[dependencies]
ruqu-core = { version = "2.0.5", path = "../ruqu-core" }
rand = { workspace = true }
thiserror = { workspace = true }
serde = { workspace = true, optional = true }
[dev-dependencies]
approx = "0.5"