Notes โบ PHYS 3571: Quantum Computing Lecture 2
Measurement of a Qubit
560 words 4 min Modified
Table of Contents
Measurement and Basis
A measurement is defined relative to a chosen orthonormal basis of the qubit Hilbert space.
- Computational basis
- Z basis $\{\ket{0}, \ket{1}\}$
State Representation
- General pure qubit state
- Normalization (always check this first!)
Z Basis Measurement
Explicitly:
$$ P(0) = |\alpha|^2 $$$$ P(1) = |\beta|^2 $$Bloch Sphere Parameterization
Any pure qubit state may be written as
$$ \ket{\psi} = \cos\left(\frac{\theta}{2}\right)\ket{0} + e^{i\phi}\sin\left(\frac{\theta}{2}\right)\ket{1} $$with the corresponding measurement probabilities:
$$ P(\ket{0}) = \cos^2\left(\frac{\theta}{2}\right) $$$$ P(\ket{1}) = \sin^2\left(\frac{\theta}{2}\right) $$Repeated Measurements
If a qubit is measured in a basis and immediately remeasured in the same basis, the outcome is identical with probability 1.
Post-Measurement (State Collapse)
If outcome $i$ is observed, the post measurement state is
$$ \ket{\psi_{\text{new}}}
\frac{\hat{P}(i)\ket{\psi_{\text{old}}}} {|\hat{P}(i)\ket{\psi_{\text{old}}}|} $$
In other words, the new wavefunction is the projection of the observed outcome onto the old wavefunction.
- For the Z basis:
- The projection formula for state collapse would really only be useful if you were applying a change-of-basis for subsequent measurements, since if you already observed the outcome in a particular basis, the outcome is never going to change if you observe it again
Measurement in Other Bases
X Basis
- Inner product
- Probability
$$ P(+)
\frac{1}{2} \left| \cos\left(\frac{\theta}{2}\right) e^{i\phi}\sin\left(\frac{\theta}{2}\right) \right|^2 $$
Y Basis
General Projective Measurement
Let $\{\ket{\phi_k}\}$ be an orthonormal basis
- Projection operators
- Probability of outcome $k$
- Post measurement state
$$ \ket{\psi_{\text{new}}}
\frac{\hat{P}_k\ket{\psi}} {\sqrt{P(k)}} $$
Completeness of Basis Sets
- If you let $\ket{0}\bra{0} + \ket{1}\bra{1} = \hat{I}$, then $\hat{I}\ket{0} = \ket{0}$ and $\hat{I}\ket{1} = \ket{1}$
- For any arbitrary point on the Bloch Sphere:
Letting $\hat{u} = \ket{\psi}\bra{\psi} + \ket{\psi'}\bra{\psi'}$ and letting $\cos{\left( \frac{\theta}{2} \right), \sin{\left( \frac{\theta}{2} \right)} = c, s}$, we have:
$$ \begin{align} \hat{u} &= (c\ket{0} + e^{i\psi} s\ket{1} )(c \bra{0} + e^{-i \psi} s \bra{1} ) + (s\ket{0}-e^{i \psi} c\ket{1})(s \bra{0} - e^{-i \psi} c \ket{1}) \\ &= (s^2 + c^2)\ket{0}\bra{0} + (s^2 + c^2)\ket{1}\bra{1} \\ &= \ket{0}\bra{0} + \ket{1}\bra{1} \\ &= \hat{I} \end{align} $$- You can use this property to perform a change-of-basis, since $\ket{\psi} = \hat{I}\ket{\psi}$, and plug in the values from the other basis