The Hadamard gate.
cirq_rigetti.quil_input.H(
*qubits, **kwargs
)
The exponent=1
instance of cirq.HPowGate
.
The unitary matrix of cirq.H
is:
\[ \begin{bmatrix} \frac{1}{\sqrt{2} } & \frac{1}{\sqrt{2} } \\ \frac{1}{\sqrt{2} } & -\frac{1}{\sqrt{2} } \end{bmatrix} \]