[package]
edition = "2021"
name = "dreamwell-intelligence"
version = "1.0.0"
authors = ["Adyn Blaed <adynblaed@dreamwell.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "QuantumGPT (The Loom) — Quantum Information Pretrained Transformer. Density matrix attention with intrinsic thermodynamic loss, φ-scaled causal dephasing, and parameter shift gradient."
homepage = "https://github.com/adynblaed/causal-observer-architecture"
readme = "README.md"
keywords = [
"quantum",
"simulation",
"rendering",
"density-matrix",
"qttps",
]
categories = [
"game-engines",
"simulation",
"science",
"cryptography",
]
license = "Apache-2.0"
repository = "https://github.com/adynblaed/causal-observer-architecture"
[lib]
name = "dreamwell_intelligence"
path = "src/lib.rs"
[[bin]]
name = "qgpt-train"
path = "src/bin/qgpt_train.rs"
[dependencies.blake3]
version = "1"
[dependencies.dreamwell-math]
version = "1.0.0"
features = [
"parallel",
"gpu-compute",
]
[dependencies.env_logger]
version = "0.11"
[dependencies.log]
version = "0.4"
[dependencies.rayon]
version = "1"
[lints.clippy]
all = "warn"