Skip to content

Commit

Permalink
Add semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
ElePT authored Jan 10, 2025
1 parent 0ecc598 commit 34265f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/accelerate/src/unitary_synthesis.rs
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ fn get_2q_decomposers_from_target(
}
// Filter out non-2q-gate candidates
if op.operation.num_qubits() != 2 {
continue
continue;
}
available_2q_basis.insert(key, replace_parametrized_gate(op.clone()));

Expand Down

0 comments on commit 34265f9

Please sign in to comment.