qiskit.dagcircuit.DAGCircuit.remove_clbits¶
- DAGCircuit.remove_clbits(*clbits)[소스]¶
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.
- 매개변수
clbits (List[Clbit]) – The bits to remove.
- 예외 발생
DAGCircuitError – a clbit is not a
Clbit
, is not in the circuit, or is not idle.