integral 0.1.3

Native-Rust Gaussian integrals for quantum mechanics (driver + public API).
Documentation
[package]
name = "integral"
description = "Native-Rust Gaussian integrals for quantum mechanics (driver + public API)."
version.workspace = true
edition.workspace = true
license.workspace = true
rust-version.workspace = true
repository.workspace = true
homepage.workspace = true
authors.workspace = true
keywords.workspace = true
categories.workspace = true
readme = "README.md"

[dependencies]
integral-core = { workspace = true }
integral-math = { workspace = true }

# integral is dependency-free at runtime AND in its tests: there is no external
# quantum-chemistry library anywhere in this crate's graph. Correctness is
# established from physical/mathematical principles — analytic forms, exact
# symmetry/invariance laws, and the agreement of three independent in-repo
# algorithms (Rys, OS/HGP, McMurchie-Davidson). See README.md and CONTRIBUTING.md.
[dev-dependencies]

[lints]
workspace = true