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§
- Dynamic
Result - Dynamic simulation result that can handle any qubit count
Enums§
- Dynamic
Circuit - A dynamic circuit that encapsulates circuits of different qubit counts