Skip to content

Commit

Permalink
Fix: Adapt to Qiskit#13033
Browse files Browse the repository at this point in the history
  • Loading branch information
raynelfss committed Sep 10, 2024
1 parent 5d7c5ab commit f5d120b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/circuit/src/dag_circuit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6471,7 +6471,6 @@ impl DAGCircuit {
for instr in iter {
let op_name = instr.op.name();
let (all_cbits, vars): (Vec<Clbit>, Option<Vec<PyObject>>) = {
// Check if the clbits are already included
if self.may_have_additional_wires(py, &instr) {
let mut clbits: HashSet<Clbit> =
HashSet::from_iter(self.cargs_interner.get(instr.clbits).iter().copied());
Expand Down

0 comments on commit f5d120b

Please sign in to comment.