Given any 2-qubit state, write it in the computational basis:
$$\ket{\psi} = \alpha\ket{00} + \beta\ket{01} + \gamma\ket{10} + \delta\ket{11}$$
Arrange the coefficients in a 2×2 matrix and compute the determinant:
$$M = \begin{pmatrix} \alpha & \beta \\ \gamma & \delta \end{pmatrix} \qquad \det(M) = \alpha\delta - \beta\gamma$$
\(\alpha\delta = \beta\gamma\) → product state (separable)
\(\alpha\delta \neq \beta\gamma\) → entangled
That's it. One multiplication on each side, one comparison. Total exam time: under 30 seconds.
Is \(\ket{\psi} = \frac{1}{2}\ket{00} + \frac{1}{2}\ket{01} + \frac{1}{2}\ket{10} + \frac{1}{2}\ket{11}\) entangled?
Step 1 — Read off coefficients
$$\alpha = \tfrac{1}{2}, \quad \beta = \tfrac{1}{2}, \quad \gamma = \tfrac{1}{2}, \quad \delta = \tfrac{1}{2}$$
Step 2 — Compute products
$$\alpha\delta = \tfrac{1}{2} \cdot \tfrac{1}{2} = \tfrac{1}{4} \qquad \beta\gamma = \tfrac{1}{2} \cdot \tfrac{1}{2} = \tfrac{1}{4}$$
Step 3 — Compare
$$\alpha\delta = \beta\gamma = \tfrac{1}{4} \implies \textbf{product state}$$
Sanity check: \(\ket{\psi} = \frac{1}{\sqrt{2}}(\ket{0}+\ket{1}) \otimes \frac{1}{\sqrt{2}}(\ket{0}+\ket{1}) = \ket{+}\otimes\ket{+}\). Correct.
Is \(\ket{\psi} = \frac{1}{2}\ket{00} + \frac{i}{2}\ket{01} + \frac{i}{2}\ket{10} - \frac{1}{2}\ket{11}\) entangled?
Step 1 — Read off coefficients
$$\alpha = \tfrac{1}{2}, \quad \beta = \tfrac{i}{2}, \quad \gamma = \tfrac{i}{2}, \quad \delta = -\tfrac{1}{2}$$
Step 2 — Compute products
$$\alpha\delta = \tfrac{1}{2} \cdot \bigl(-\tfrac{1}{2}\bigr) = -\tfrac{1}{4}$$
$$\beta\gamma = \tfrac{i}{2} \cdot \tfrac{i}{2} = \tfrac{i^2}{4} = -\tfrac{1}{4}$$
Step 3 — Compare
$$\alpha\delta = \beta\gamma = -\tfrac{1}{4} \implies \textbf{product state}$$
Factored form: \(\frac{1}{\sqrt{2}}(\ket{0}+i\ket{1}) \otimes \frac{1}{\sqrt{2}}(\ket{0}+i\ket{1}) = \ket{{+i}}\otimes\ket{{+i}}\).
Is \(\ket{\psi} = \frac{1}{\sqrt{2}}\ket{00} + \frac{1}{\sqrt{2}}\ket{11}\) entangled?
Step 1 — Read off coefficients (missing terms = 0)
$$\alpha = \tfrac{1}{\sqrt{2}}, \quad \beta = 0, \quad \gamma = 0, \quad \delta = \tfrac{1}{\sqrt{2}}$$
Step 2 — Compute products
$$\alpha\delta = \tfrac{1}{\sqrt{2}} \cdot \tfrac{1}{\sqrt{2}} = \tfrac{1}{2} \qquad \beta\gamma = 0 \cdot 0 = 0$$
Step 3 — Compare
$$\alpha\delta = \tfrac{1}{2} \neq 0 = \beta\gamma \implies \textbf{entangled}$$
This is \(\ket{\Phi^+}\), one of the four Bell states. Any state with only \(\ket{00}\) and \(\ket{11}\) terms (or only \(\ket{01}\) and \(\ket{10}\) terms) is entangled — because one product is nonzero and the other is zero.
When \(\alpha\delta = \beta\gamma\), the state factors as \((a\ket{0}+b\ket{1}) \otimes (c\ket{0}+d\ket{1})\), which expands to:
$$ac\ket{00} + ad\ket{01} + bc\ket{10} + bd\ket{11}$$
So \(\alpha = ac\), \(\beta = ad\), \(\gamma = bc\), \(\delta = bd\). To find \(a, b, c, d\):
Factor \(\ket{\psi} = \frac{1}{2}\ket{00} + \frac{i}{2}\ket{01} + \frac{i}{2}\ket{10} - \frac{1}{2}\ket{11}\) (from Example 2).
Read off rows
Row 0 (first qubit = \(\ket{0}\)): coefficients \(\frac{1}{2}, \frac{i}{2}\) → proportional to \((1, i)\)
Row 1 (first qubit = \(\ket{1}\)): coefficients \(\frac{i}{2}, -\frac{1}{2}\) → proportional to \((i, -1) = i \cdot (1, i)\)
Extract factors
Both rows are proportional to \((1, i)\), confirming a product state.
Row ratio: \(1 : i\) → first qubit is \(\frac{1}{\sqrt{2}}(\ket{0} + i\ket{1})\)
Column pattern: \((1, i)\) → second qubit is \(\frac{1}{\sqrt{2}}(\ket{0} + i\ket{1})\)
Result
$$\ket{\psi} = \frac{1}{\sqrt{2}}(\ket{0}+i\ket{1}) \otimes \frac{1}{\sqrt{2}}(\ket{0}+i\ket{1}) = \ket{{+i}} \otimes \ket{{+i}}$$
Is the following state entangled or a product state?
$$\ket{\psi} = \frac{1}{\sqrt{2}}\ket{00} + \frac{1}{\sqrt{2}}\ket{01}$$
Coefficients: \(\alpha = \frac{1}{\sqrt{2}}\), \(\beta = \frac{1}{\sqrt{2}}\), \(\gamma = 0\), \(\delta = 0\).
$$\alpha\delta = \frac{1}{\sqrt{2}} \cdot 0 = 0 \qquad \beta\gamma = \frac{1}{\sqrt{2}} \cdot 0 = 0$$
$$\alpha\delta = \beta\gamma = 0 \implies \textbf{product state}$$
Factored: \(\ket{0} \otimes \frac{1}{\sqrt{2}}(\ket{0}+\ket{1}) = \ket{0}\otimes\ket{+}\).
Is the following state entangled or a product state?
$$\ket{\psi} = \frac{1}{\sqrt{2}}\ket{01} - \frac{1}{\sqrt{2}}\ket{10}$$
Coefficients: \(\alpha = 0\), \(\beta = \frac{1}{\sqrt{2}}\), \(\gamma = -\frac{1}{\sqrt{2}}\), \(\delta = 0\).
$$\alpha\delta = 0 \cdot 0 = 0 \qquad \beta\gamma = \frac{1}{\sqrt{2}} \cdot \bigl(-\frac{1}{\sqrt{2}}\bigr) = -\frac{1}{2}$$
$$\alpha\delta = 0 \neq -\frac{1}{2} = \beta\gamma \implies \textbf{entangled}$$
This is \(\ket{\Psi^-}\), one of the four Bell states.
Is the following state entangled or a product state?
$$\ket{\psi} = \frac{1}{2}\ket{00} - \frac{i}{2}\ket{01} + \frac{i}{2}\ket{10} + \frac{1}{2}\ket{11}$$
Coefficients: \(\alpha = \frac{1}{2}\), \(\beta = -\frac{i}{2}\), \(\gamma = \frac{i}{2}\), \(\delta = \frac{1}{2}\).
$$\alpha\delta = \frac{1}{2} \cdot \frac{1}{2} = \frac{1}{4}$$
$$\beta\gamma = \bigl(-\frac{i}{2}\bigr)\bigl(\frac{i}{2}\bigr) = -\frac{i^2}{4} = -\frac{(-1)}{4} = \frac{1}{4}$$
$$\alpha\delta = \beta\gamma = \frac{1}{4} \implies \textbf{product state}$$
Factored: \(\frac{1}{\sqrt{2}}(\ket{0}+i\ket{1}) \otimes \frac{1}{\sqrt{2}}(\ket{0}-i\ket{1}) = \ket{{+i}}\otimes\ket{{-i}}\).
Is the following state entangled or a product state?
$$\ket{\psi} = \frac{1}{2}\ket{00} + \frac{1}{2}\ket{01} + \frac{1}{2}\ket{10} - \frac{1}{2}\ket{11}$$
Coefficients: \(\alpha = \frac{1}{2}\), \(\beta = \frac{1}{2}\), \(\gamma = \frac{1}{2}\), \(\delta = -\frac{1}{2}\).
$$\alpha\delta = \frac{1}{2} \cdot \bigl(-\frac{1}{2}\bigr) = -\frac{1}{4}$$
$$\beta\gamma = \frac{1}{2} \cdot \frac{1}{2} = \frac{1}{4}$$
$$\alpha\delta = -\frac{1}{4} \neq \frac{1}{4} = \beta\gamma \implies \textbf{entangled}$$
Rewriting: \(\frac{1}{\sqrt{2}}(\ket{0}\ket{+} + \ket{1}\ket{-})\). This is a CZ-entangled state — the second qubit's basis depends on the first.
Is the following state entangled or a product state?
$$\ket{\psi} = \frac{1+i}{2\sqrt{2}}\ket{00} + \frac{1+i}{2\sqrt{2}}\ket{01} + \frac{1-i}{2\sqrt{2}}\ket{10} + \frac{1-i}{2\sqrt{2}}\ket{11}$$
Coefficients: \(\alpha = \frac{1+i}{2\sqrt{2}}\), \(\beta = \frac{1+i}{2\sqrt{2}}\), \(\gamma = \frac{1-i}{2\sqrt{2}}\), \(\delta = \frac{1-i}{2\sqrt{2}}\).
$$\alpha\delta = \frac{(1+i)(1-i)}{(2\sqrt{2})^2} = \frac{1 - i^2}{8} = \frac{1-(-1)}{8} = \frac{2}{8} = \frac{1}{4}$$
$$\beta\gamma = \frac{(1+i)(1-i)}{(2\sqrt{2})^2} = \frac{2}{8} = \frac{1}{4}$$
$$\alpha\delta = \beta\gamma = \frac{1}{4} \implies \textbf{product state}$$
Factored: note that \(\frac{1+i}{\sqrt{2}} = e^{i\pi/4}\) and \(\frac{1-i}{\sqrt{2}} = e^{-i\pi/4}\).
$$\ket{\psi} = \frac{1}{\sqrt{2}}\bigl(e^{i\pi/4}\ket{0} + e^{-i\pi/4}\ket{1}\bigr) \otimes \frac{1}{\sqrt{2}}\bigl(\ket{0}+\ket{1}\bigr)$$
The first qubit is a T-rotated \(\ket{+}\) state. The second qubit is \(\ket{+}\).