File size: 531 Bytes
9425aed | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | [package]
name = "algebraic_core"
version = "0.1.0"
edition = "2021"
description = "High-velocity quantum noise simulation engine: Algebraic Core with Jordan product enforcement"
repository = "https://github.com/SNAPKITTYWEST/sov-kernel-monster"
license = "MIT OR Apache-2.0"
[dependencies]
tch = { version = "0.12.0", features = ["cuda"] }
thiserror = "1.0"
rand = "0.8"
rand_chacha = "0.3"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
sha2 = "0.10"
[dev-dependencies]
approx = "0.5"
|