2

Hadamard gate is expressed as $H=R_x(\pi)*R_y(2\theta)$ where $\theta$ is $\pi/4$. $$H=\begin{bmatrix} 0 & 1\\ 1 & 0 \end{bmatrix} \begin{bmatrix} \cos \theta & -\sin \theta\\ \sin \theta & \cos \theta \end{bmatrix}=\begin{bmatrix} \sin \theta & \cos \theta\\ \cos \theta & -\sin \theta \end{bmatrix}=\frac{1}{\sqrt{2}}\begin{bmatrix} 1 & 1\\ 1 & -1 \end{bmatrix}$$

But in some literature, I found Hadamard Gate is expressed as $H=\begin{bmatrix} \cos \theta & -\sin \theta\\ \sin \theta & \cos \theta \end{bmatrix}$. Here this generic expression of Hadamard Gate is used to deal with weak measurement reversal.

https://iopscience.iop.org/article/10.1088/0953-4075/46/14/145501/pdf (equation 7)

Can anyone explain this form of Hadamard Gate used? Numerous other works have been done by different authors with this Hadamard Gate expression. It seems they got confused with rotation matrix to be same as a generic Hadamard Gate.

1 Answers1

4

In the first case, the gate operates by the mapping $H|1\rangle = \cos\theta|0\rangle - \sin\theta|1\rangle$. The second by $H|1\rangle = -\sin\theta|0\rangle + \cos\theta|1\rangle$.

What is the difference abstractly? Both are creating a superposition of 0 and 1, and in both, there is a minus phase difference between 0 and 1.

If you visualize both $H$s as rotations in a vector space, it is the same kind of rotation, just in a different direction.

So computationally, they have the same effect.

Abdullah Khalid
  • 1,933
  • 7
  • 17