Expand description
Common infrastructure for linear equation solvers.
This module provides shared utilities used by both square (V_in = V_out) and general (V_in ≠ V_out) linear equation solvers.
Structs§
- Environment
Cache - Simple environment cache for tensor network computations.
- Linsolve
Options - Options for the linsolve algorithm.
- Projected
Operator - ProjectedOperator: Manages 3-chain environments for operator application.
Traits§
- Network
Topology - Trait for network topology, used for cache invalidation traversal.