Module builder

Module builder 

Source
Expand description

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

Structs§

BuilderCircuitObject
A pipeline object for the LocalBuilder.
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.
MeasurementHandle
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.
StochasticMeasurementHandle
A handle which points to a stochastic measurement result.

Enums§

BuilderCircuitObjectType
The type of pipeline object for LocalBuilder.
MeasurementObject
Represents a type of measurement in the circuit.
MeasurementResults
Represents the result of a measurement on the circuit.
RotationObject
Represents phase floats.
UnitaryMatrixObject
The type of unitary matrix for LocalBuilder.