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
4 changes: 2 additions & 2 deletions src/Simulation/QSharpFoundation/Diagnostics/AssertQubit.qs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ namespace Microsoft.Quantum.Diagnostics {
/// - AssertQubitIsInStateWithinTolerance
///
/// # Remarks
/// <xref:microsoft.quantum.diagnostics.assertqubitisinstatewithintolerance> allows for asserting
/// <xref:Microsoft.Quantum.Diagnostics.AssertQubitIsInStateWithinTolerance> allows for asserting
/// arbitrary qubit states rather than only $Z$ eigenstates.
///
/// Note that the Adjoint and Controlled versions of this operation will not
Expand Down Expand Up @@ -47,7 +47,7 @@ namespace Microsoft.Quantum.Diagnostics {
/// - AssertQubitIsInStateWithinTolerance
///
/// # Remarks
/// <xref:microsoft.quantum.diagnostics.assertqubitisinstatewithintolerance> allows for asserting
/// <xref:Microsoft.Quantum.Diagnostics.AssertQubitIsInStateWithinTolerance> allows for asserting
/// arbitrary qubit states rather than only $Z$ eigenstates.
///
/// Note that the Adjoint and Controlled versions of this operation will not
Expand Down