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 Aug 30, 2024
1 parent cc55ba1 commit 0288597
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 @@ -6363,7 +6363,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 0288597

Please sign in to comment.