Skip to content

Commit

Permalink
Update crates/accelerate/src/euler_one_qubit_decomposer.rs
Browse files Browse the repository at this point in the history
Co-authored-by: John Lapeyre <[email protected]>
  • Loading branch information
mtreinish and jlapeyre authored Jul 2, 2024
1 parent c744f6e commit c1eb501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/accelerate/src/euler_one_qubit_decomposer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -994,7 +994,7 @@ pub fn optimize_1q_gates_decomposition(
node.instruction
.operation
.matrix(&node.instruction.params)
.unwrap()
.expect("No matrix defined for operation")
})
.fold(
[
Expand Down

0 comments on commit c1eb501

Please sign in to comment.