Temp
2.4.3 The reduced density operator¶
When it comes to the analysis of composite quantum systems, the reduced density operator is indispensible. (適合用來描述 subsystems)
-
Suppose we have physical systems \(A\) and \(B\), whose state is described by a density operator \(\rho^{AB}\). The reduced density operator for \(A\) is defined by
\[ \rho^A \equiv \tr_B(\rho^{AB}) \], where \(\tr_B\) is a map of operators known as the partial trace over system \(B\), which is defined by:
\[ tr_B(\ket{a_1}\bra{a_2} \otimes \ket{b_1}\bra{b_2}) \equiv \ket{a_1}\bra{a_2} \tr(\ket{b_1}\bra{b_2}) \], where \(\ket{a_1}\) and \(\ket{a_2}\) are any two vectors in the state space of \(A\), and similar for the \(\ket{b}\)s.
-
注意到 trace 的特徵, 就是 \(\tr(\ket{b_1}\bra{b_2}) = \braket{b_2}{b_1}\).
-
Why do we define partial trace this way? One can first think simply that the partial trace over \(A\) for system \(\rho^{AB} = \rho\otimes\sigma\) is \(\tr_B(\rho\otimes\sigma) = \rho\tr(\sigma) = \rho\), and vice versa for partial trace over \(B\). (雖然這只在 \(AB\) 是 product state 的時候才成立).
A less trivial example is the Bell state \(\frac{\ket{00}+\ket{11}}{\sqrt2}\), its density operator is:
, which is a pure state. Now we find a surprising 違反直覺的特性, that is, for example,
, is a mixed state instead of a pure state! (可以由 \(\tr((\frac{I}{2})^2)<1\) 確認). 換句話說, 我們完全知道 joint system 的資訊, 卻不確定 individual qubit 的資訊, this is another hallmark of quantum entanglement.
Suppose a composite of systems \(A\) and \(B\) is in the state \(\ket a\ket b\) (也就是 \(\ket a \otimes \ket b\)), where \(\ket a\) is a pure state of sysem \(A\), and \(B\) is a pure state of system \(B\). Show that the reduced density operator of system \(A\) alone is a pure state.
Check if it's a pure state: \(\tr((\rho^A)^2) = \tr(\ket a\bra a\ket {a}\bra a) = 1\), hence also a pure state after partial tracing.
For each of the four Bell states, find the reduced density operator for each qubit.
to be continued