Skip to main content

Module dynamic

Module dynamic 

Source
Expand description

Dynamic circuit dispatch for circuits of varying qubit counts.

DynamicCircuit wraps concrete const-generic circuit types behind an enum so circuits of different sizes can be handled uniformly at runtime without heap allocation overhead.

Structs§

DynamicResult
Dynamic simulation result that can handle any qubit count

Enums§

DynamicCircuit
A dynamic circuit that encapsulates circuits of different qubit counts