Merge commit 'd803bfe2b1fe7f5e219e50ac20d6801a0a58ac75' as 'vendor/ruvector'
This commit is contained in:
38
vendor/ruvector/examples/exo-ai-2025/research/02-quantum-superposition/Cargo.toml
vendored
Normal file
38
vendor/ruvector/examples/exo-ai-2025/research/02-quantum-superposition/Cargo.toml
vendored
Normal file
@@ -0,0 +1,38 @@
|
||||
[workspace]
|
||||
# This allows the crate to be compiled standalone
|
||||
|
||||
[package]
|
||||
name = "quantum-cognitive-superposition"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
authors = ["AI Research Collective"]
|
||||
description = "Cognitive Amplitude Field Theory (CAFT) - Classical simulation of quantum cognition"
|
||||
license = "MIT"
|
||||
|
||||
[dependencies]
|
||||
num-complex = "0.4"
|
||||
rand = "0.8"
|
||||
rand_distr = "0.4"
|
||||
|
||||
[dev-dependencies]
|
||||
criterion = "0.5"
|
||||
|
||||
[[bench]]
|
||||
name = "cognitive_benchmarks"
|
||||
harness = false
|
||||
|
||||
[lib]
|
||||
name = "quantum_cognition"
|
||||
path = "src/lib.rs"
|
||||
|
||||
[[example]]
|
||||
name = "linda_problem"
|
||||
path = "examples/linda_problem.rs"
|
||||
|
||||
[[example]]
|
||||
name = "prisoners_dilemma"
|
||||
path = "examples/prisoners_dilemma.rs"
|
||||
|
||||
[[example]]
|
||||
name = "attention_collapse"
|
||||
path = "examples/attention_collapse.rs"
|
||||
Reference in New Issue
Block a user