Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ namespace Microsoft.Quantum.Diagnostics {
/// # Summary
/// Given two operations, asserts that they act identically for all input states.
///
/// This assertion is implemented by using the Choi–Jamiłkowski isomorphism to reduce
/// This assertion is implemented by using the Choi–Jamiołkowski isomorphism to reduce
/// the assertion to one of a qubit state assertion on two entangled registers.
/// Thus, this operation needs only a single call to each operation being tested,
/// but requires twice as many qubits to be allocated.
Expand Down