qandle.errors module

exception qandle.errors.UnbuiltGateError[source]

Bases: ValueError

Raised when a gate is used in a circuit before it is built. Either build the gate manually using gate.build() or use the gate in a circuit, which will build it automatically.