integral-codegen 0.1.3

Build-time generation of specialized kernels and coefficient tables for the integral crate (pure Rust).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# integral-codegen

Pure-Rust build-time code generation for
[integral](https://github.com/nmrtist/integral), a native-Rust library for Gaussian
integrals in quantum mechanics.

Intended to be invoked from `build.rs` scripts to emit specialized
per-angular-momentum kernels and coefficient tables as plain Rust source —
keeping all build-time code generation in one language rather than a separate
external generator toolchain.

Currently a stub; the first real generator (Boys interpolation tables) lands
when the const-generic kernel path is optimized.

Licensed under Apache-2.0.