Skip to main content

Module pipeline

Module pipeline 

Source
Expand description

Orchestrates a single case → output directory.

Given a parsed Network, builds the requested matrix family, writes .mtx files, and emits a meta.json sidecar describing what was produced. Used by both the batch CLI subcommand and the TUI’s batch export screen.

Structs§

Pipeline
PipelineOutputs

Enums§

MatrixKind
RhsKind
How to populate the RHS vector(s) emitted alongside each matrix.

Functions§

build_kind
Build the square matrix for one MatrixKind from an indexed network. The single dispatch shared by the Pipeline, the verify CLI command, and the TUI inspect screen, so the YbusB = -Im(Y_bus) sign lives in one place.