Skip to main content

Module common

Module common 

Source
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§

EnvironmentCache
Simple environment cache for tensor network computations.
LinsolveOptions
Options for the linsolve algorithm.
ProjectedOperator
ProjectedOperator: Manages 3-chain environments for operator application.

Traits§

NetworkTopology
Trait for network topology, used for cache invalidation traversal.