Skip to main content

Module interop

Module interop 

Source
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.
PackedOperatorModel
Runtime-owned finite operator family independent of any local-basis representation.
PackedTermComponent
One named operator component expressed in the local terms of a packed basis.

Enums§

OperatorAction
Algebraic view used when applying a temporary operator.

Type Aliases§

PackedEdModel
WideEdModel