H operation
Namespace: Microsoft.Quantum.Intrinsic
Package: Microsoft.Quantum.QSharp.Core
Applies the Hadamard transformation to a single qubit.
operation H (qubit : Qubit) : Unit is Adj + Ctl
Description
\begin{align} H \mathrel{:=} \frac{1}{\sqrt{2}} \begin{bmatrix} 1 & 1 \\ 1 & -1 \end{bmatrix}. \end{align}
Input
qubit : Qubit
Qubit to which the gate should be applied.
Output : Unit
Feedback
Submit and view feedback for