Expand description
A circuit builder implementation which builds circuits out of simple elements.
Structs§
- Builder
Circuit Object - A pipeline object for the LocalBuilder.
- Local
Builder - 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.
- Measurement
Handle - A handle which points to a measurement result.
- Measurements
- A series of measurement results at the end of the circuit.
- Qudit
- The register implementation for the LocalBuilder.
- Stochastic
Measurement Handle - A handle which points to a stochastic measurement result.
Enums§
- Builder
Circuit Object Type - The type of pipeline object for LocalBuilder.
- Measurement
Object - Represents a type of measurement in the circuit.
- Measurement
Results - Represents the result of a measurement on the circuit.
- Rotation
Object - Represents phase floats.
- Unitary
Matrix Object - The type of unitary matrix for LocalBuilder.