Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderivrii committed Oct 31, 2024
1 parent e283496 commit 9c8b32d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/accelerate/src/synthesis/evolution/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ fn qiskit_rotation_gate(py: Python, paulis: &PauliSet, i: usize, angle: &Param)
return (standard_gate, smallvec![param], smallvec![Qubit(q as u32)]);
}
}
unreachable!("The pauli rotation is guaranteed to be a sinle-qubit rotation.")
unreachable!("The pauli rotation is guaranteed to be a single-qubit rotation.")
}

// Note: The pauli network synthesis algorithm in rustiq-core 0.0.8 only returns
Expand Down

0 comments on commit 9c8b32d

Please sign in to comment.