Come rintraccio il secondo qubit per trovare l'operatore di densità ridotta? [duplicare]

Jan 20 2021

Sto facendo un esercizio per tracciare il secondo qubit per trovare l'operatore di densità ridotta per il primo qubit:

$tr_2|11\rangle\langle00| = |1\rangle\langle0|\langle0|1\rangle$

Mi chiedo solo se traccio il primo qubit, dovrei avere:

$tr_1|11\rangle\langle00| = |1\rangle\langle0|\langle0|1\rangle$ o $tr_1|11\rangle\langle00| = \langle0|1\rangle|1\rangle\langle0|$ ?

Nel libro di testo di Nielsen e Chuang, abbiamo $tr(|b_1\rangle\langle b_2|)=\langle b_2|b_1\rangle$. Posso dire che il lato sinistro e quello destro sono solo due modi per individuare un elemento in una matrice? Grazie!!

Risposte

2 KAJ226 Jan 20 2021 at 05:41

Supponi di avere lo stato $|\psi\rangle = \dfrac{|00\rangle + |11\rangle}{\sqrt{2}} = \dfrac{1}{\sqrt{2}}\begin{pmatrix} 1 \\ 0 \\ 0 \\ 1 \end{pmatrix} $ allora la sua rappresentazione in matrice di densità è

$$ \rho = |\psi \rangle \langle \psi | = \dfrac{1}{2} \begin{pmatrix} 1 & 0 & 0 & 1\\ 0 & 0 & 0 & 0\\ 0 & 0 & 0 & 0 \\ 1 & 0 & 0 & 1 \end{pmatrix} $$

Ora, se vogliamo tracciare il sottosistema$B$ per trovare l'operatore di densità del sistema $A$ indicato come $\rho_A$ quindi possiamo fare quanto segue:

$$ \rho_A = Tr_B(\rho) = \dfrac{1}{2} \begin{pmatrix} Tr\begin{pmatrix} 1 & 0\\ 0 & 0 \end{pmatrix} & Tr\begin{pmatrix} 0 & 1\\ 0 & 0 \end{pmatrix}\\ Tr\begin{pmatrix} 0 & 0\\ 1 & 0 \end{pmatrix} & Tr\begin{pmatrix} 0 & 0\\ 0 & 1 \end{pmatrix} \end{pmatrix} = \dfrac{1}{2} \begin{pmatrix} 1 & 0\\ 0 & 1 \end{pmatrix}$$

Si scopre che $\rho_B = Tr_A(\rho)$ equivale a $\rho_A$ qui e guardando lo stato, potresti aspettarti il ​​motivo per cui è così.


Più in generale, fornendo un operatore di densità

$$ \rho = \begin{pmatrix} \rho_{11} & \rho_{12} & \rho_{13} & \rho_{14}\\ \rho_{21} & \rho_{22} & \rho_{23} & \rho_{24}\\ \rho_{31} & \rho_{32} & \rho_{33} & \rho_{34} \\ \rho_{41} & \rho_{42} & \rho_{43} & \rho_{44} \end{pmatrix}$$

poi

$$ \rho_A = Tr_B(\rho) = \begin{pmatrix} Tr\begin{pmatrix} \rho_{11} & \rho_{12}\\\rho_{21} & \rho_{22} \end{pmatrix} & Tr\begin{pmatrix} \rho_{13} & \rho_{14} \\ \rho_{23} & \rho_{24} \end{pmatrix}\\ Tr\begin{pmatrix} \rho_{31} & \rho_{32} \\ \rho_{41} & \rho_{42} \end{pmatrix} & Tr\begin{pmatrix}\rho_{33} & \rho_{34} \\ \rho_{43} & \rho_{44} \end{pmatrix} \end{pmatrix} = \begin{pmatrix} \rho_{11} + \rho_{22} & \rho_{13} + \rho_{24} \\ \rho_{31} + \rho_{42} & \rho_{33} + \rho_{44} \end{pmatrix} $$

e

$$ \rho_B = Tr_A(\rho) = \begin{pmatrix} Tr\begin{pmatrix} \rho_{11} & \rho_{13}\\\rho_{31} & \rho_{33} \end{pmatrix} & Tr\begin{pmatrix} \rho_{12} & \rho_{14} \\ \rho_{32} & \rho_{34} \end{pmatrix}\\ Tr\begin{pmatrix} \rho_{21} & \rho_{23} \\ \rho_{41} & \rho_{43} \end{pmatrix} & Tr\begin{pmatrix}\rho_{22} & \rho_{24} \\ \rho_{42} & \rho_{44} \end{pmatrix} \end{pmatrix} = \begin{pmatrix} \rho_{11} + \rho_{33} & \rho_{12} + \rho_{34} \\ \rho_{21} + \rho_{43} & \rho_{22} + \rho_{44} \end{pmatrix} $$

1 forky40 Jan 20 2021 at 04:36

Se dividi il tuo stato in un sistema bipartito $\rho_{AB} \in \mathcal{H}_A \otimes \mathcal{H}_B$ quindi una formula generale per una traccia parziale è data da:

$$ \text{Tr}_B (\rho) = \sum_{j} (I_A \otimes \langle j |_B) \rho (I_A \otimes | j \rangle_B) $$

dove $\{ |j\rangle \}$ è una base per il sistema $B$. Nel tuo caso, per la prima affermazione puoi usare questa formula per trovare

\begin{align} \text{Tr}_B (|11\rangle\langle00|) &= \sum_{j} (I_A \otimes \langle j |_B) |11\rangle\langle00| (I_A \otimes | j \rangle_B) \\ &= (I_A \otimes \langle 0 |_B) |1\rangle_A |1\rangle_B \langle0|_A \langle0|_B (I_A \otimes | 0 \rangle_B) \\ &\qquad+ (I_A \otimes \langle 1 |_B) |1\rangle_A |1\rangle_B \langle0|_A \langle0|_B (I_A \otimes | 1 \rangle_B)\\ &= |1\rangle\langle0|_A (\langle 0|1\rangle\langle 0|0\rangle) + |1\rangle\langle 0|_A(\langle1|1\rangle\langle0|1\rangle) \\ &= |1\rangle\langle0|_A \langle 0| 1\rangle (\langle 0|0\rangle + \langle 1|1\rangle) \\ &= 0 \end{align} e puoi fare un calcolo simile per derivare la seconda affermazione.