Module qip::builder

source ·
Expand description

A circuit builder implementation which builds circuits out of simple elements.

Structs

  • A pipeline object for the LocalBuilder.
  • A local circuit builder for constructing circuits out of standard gates. LocalBuilder breaks complicated multi-register gates, like toffoli, into combinations of simple gates like CNOT.
  • A handle which points to a measurement result.
  • A series of measurement results at the end of the circuit.
  • The register implementation for the LocalBuilder.
  • A handle which points to a stochastic measurement result.

Enums