qiskit.dagcircuit.DAGCircuit.remove_clbits¶
- DAGCircuit.remove_clbits(*clbits)[fuente]¶
Remove classical bits from the circuit. All bits MUST be idle. Any registers with references to at least one of the specified bits will also be removed.
- Parámetros
clbits (List[Clbit]) – The bits to remove.
- Muestra
DAGCircuitError – a clbit is not a
Clbit
, is not in the circuit, or is not idle.