Merge pull request 'test(symclaw-skill): cover handlers_advanced via JSON API' (#10) from ci-doctor/coverage-20260518-201834 into master

Reviewed-on: #10
This commit is contained in:
redclawsystems
2026-05-19 04:39:49 +00:00
commit f4b75db2ee
291 changed files with 130230 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
[package]
name = "symclaw-qchem"
description = "Quantum chemistry: second quantization, molecular integrals, VQE/UCCSD"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
authors.workspace = true
[dependencies]
symclaw-core = { path = "../symclaw-core" }
serde.workspace = true
serde_json.workspace = true
thiserror.workspace = true
rayon.workspace = true
num-rational.workspace = true
num-traits.workspace = true
num-bigint.workspace = true
nalgebra.workspace = true
[dev-dependencies]
proptest.workspace = true