diff --git a/library/std/src/Std/Diagnostics.qs b/library/std/src/Std/Diagnostics.qs index 290ef0d619..6e17ef42ec 100644 --- a/library/std/src/Std/Diagnostics.qs +++ b/library/std/src/Std/Diagnostics.qs @@ -78,7 +78,7 @@ function DumpRegister(register : Qubit[]) : Unit { /// # Remarks /// When run on the sparse-state simulator, the following snippet /// will output the matrix -/// $\left(\begin{matrix} 0.0 & 0.707 \\\\ 0.707 & 0.0\end{matrix}\right)$: +/// $\left(\begin{matrix} 0.707 & 0.707 \\\\ 0.707 & -0.707\end{matrix}\right)$: /// /// ```qsharp /// operation DumpH() : Unit {