[Physics] Rotation about the $z$-axis on the Bloch sphere

linear algebraquantum mechanicsquantum-information

I'm having some trouble with successfully working out a rotation about the $z$-axis on the Bloch sphere.
Now, I know how this is performed, in principle.
A rotation of the Bloch-sphere around an axis $\boldsymbol n$ by an angle $\theta$ is given by
$$ R_{\boldsymbol n}(\theta)=e^{-i\theta \boldsymbol \sigma\cdot \boldsymbol n/2} $$
where $\boldsymbol \sigma$ is the vector of Pauli-matrices.

So for example if I start in \begin{pmatrix}
1 \\
0 \\
\end{pmatrix}

And I want to rotate by pi/2 around the x-axis, I simply compute the product with

\begin{pmatrix}
\frac{1}{\sqrt{2}} & \frac{-i}{\sqrt{2}} \\
\frac{-i}{\sqrt{2}} & \frac{1}{\sqrt{2}} \\
\end{pmatrix}

And I end up with
\begin{pmatrix}
\frac{1}{\sqrt{2}} \\
\frac{-i}{\sqrt{2}} \\
\end{pmatrix}

However, now I want to rotate this around the z-axis, by an angle theta. Now from what I can tell this simply corresponds to the matrix multiplication with
\begin{pmatrix}
e^{\frac{-i\theta}{2}} & 0 \\
0 & e^{\frac{i\theta}{2}} \\
\end{pmatrix}

so that I end up with the vector

\begin{pmatrix}
\frac{e^{\frac{-i\theta}{2}}}{\sqrt{2}} \\
\frac{-ie^{\frac{i\theta}{2}}}{\sqrt{2}} \\
\end{pmatrix}

However, here things go wrong. For example, I know that if I rotate by $2\pi$, I should end up back at the same spot, but instead I end up at
\begin{pmatrix}
\frac{-1}{\sqrt{2}} \\
\frac{i}{\sqrt{2}} \\
\end{pmatrix}

which is not correct. Could someone point out the obvious error?

Best Answer

The rotation operator normalization you have chosen, $ R_{\boldsymbol n}(\theta)=e^{-i\theta \boldsymbol \sigma\cdot \boldsymbol n/2} $, means that for a rotation by $2\pi$ about the $z$ axis, $$ R_{\hat z}(2\pi)=e^{-i\pi \sigma_z} =(-1)^{\sigma_z}=-1,$$ because $(-1)^1=(-1)^{-1}=-1$. Thus, your rotation operator has indeed rotated you back to the same point on the Bloch sphere (because the operator is scalar) but you have accumulated a global phase. There isn't, strictly speaking, an error, because global phases can be ignored.

On the other hand, this 'global' phase is tremendously useful if you are in contact with some other degree of freedom. It is an example of a geometric phase (i.e. if you rotate around some path in the Bloch sphere and return to the same path, you will accumulate a phase of $$\text{(area enclosed by the path in steradians)}/2,$$ where the total area to be had is of course $4\pi$). It is the foundation of what are called phase gates, which are very popular basic entangling gates between two qubits. The idea there is that you perform a controlled rotation: leave qubit A alone if B is in the down state, and rotate it once around the Bloch sphere if B is in the up state. Either way, you come back to the same state, but in one of the two paths you have accumulated a phase, which can be used to generate entanglement.