Expand description
Runtime-owned models used by language frontends. Runtime-owned exact-diagonalization model shared by language frontends.
The native generic API remains the zero-cost path. This module provides a small owned narrow waist for frontends that select a packed basis at runtime and need to reuse one mathematical model across materialization and solver operations.
Structs§
- EdModel
- One owned basis and operator specification reusable across frontend calls.
- Packed
Operator Model - Runtime-owned finite operator family independent of any local-basis representation.
- Packed
Term Component - One named operator component expressed in the local terms of a packed basis.
Enums§
- Operator
Action - Algebraic view used when applying a temporary operator.