qiskit.dagcircuit.DAGCircuit.remove_clbits¶
- DAGCircuit.remove_clbits(*clbits)[source]¶
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.