- Step-by-Step Derivation
- Ideal output state
- Start from |0000⟩ on qubits (0,1,2,3). Apply the circuit U = CNOT03 H0 CNOT21 H2 (right-to-left order).
- H2: |0⟩2 → |+⟩2, so
\[
|\psi_1\rangle=\frac{1}{\sqrt{2}}\,|0\rangle_0|0\rangle_1(|0\rangle_2+|1\rangle_2)|0\rangle_3.
\]
- CNOT21 (control 2, target 1):
\[
|\psi_2\rangle=\frac{1}{\sqrt{2}}\,|0\rangle_0\,(|00\rangle_{1,2}+|11\rangle_{1,2})\,|0\rangle_3.
\]
\[
|\psi_3\rangle=\frac{1}{\sqrt{2}}\,|+\rangle_0\,(|00\rangle_{1,2}+|11\rangle_{1,2})\,|0\rangle_3.
\]
- CNOT03 (control 0, target 3):
\[
|\psi_{\text{ideal}}\rangle=\frac{1}{2}\, (|00\rangle_{0,3}+|11\rangle_{0,3})\otimes(|00\rangle_{1,2}+|11\rangle_{1,2}).
\]
Thus, the ideal four-qubit state is a product of two Bell states:
\[
|\psi_{\text{ideal}}\rangle=|\Phi^+\rangle_{0,3}\otimes|\Phi^+\rangle_{1,2},\quad |\Phi^+\rangle=\frac{|00\rangle+|11\rangle}{\sqrt{2}}.
\]
- Noise model and its placement
- Each CNOT is followed by a two-qubit depolarizing channel on its two qubits:
\[
\mathcal{D}_p(\rho)=(1-p)\rho+\frac{p}{15}\sum_{P\in\mathcal{P}_{2}\setminus\{II\}} P\rho P,
\]
where $\mathcal{P}_{2}=\{I,X,Y,Z\}^{\otimes 2}$ on that pair.
- The first channel acts on qubits (2,1) immediately after CNOT21; the remaining gates act only on qubits (0,3), so this noise does not propagate or mix with later gates.
- The second channel acts on qubits (0,3) after the final CNOT03. Therefore the final state is
\[
\rho_{\text{final}}=\mathcal{D}_p^{(0,3)}\!\big(|\Phi^+\rangle\langle\Phi^+|_{0,3}\big)\;\otimes\;\mathcal{D}_p^{(1,2)}\!\big(|\Phi^+\rangle\langle\Phi^+|_{1,2}\big).
\]
- Fidelity factorizes
- The physical state fidelity with the ideal pure product state is
\[
\]
where $F_{a,b}=\langle\Phi^+|\mathcal{D}_p^{(a,b)}(|\Phi^+\rangle\langle\Phi^+|)|\Phi^+\rangle$.
-
Since both channels are identical, \(F_{0,3}=F_{1,2}\equiv F_{\text{pair}}\), hence \(F=F_{\text{pair}}^2\).
-
Two-qubit fidelity on a Bell state
- For \(|\Phi^+\rangle\), the only two-qubit Paulis (modulo phase) that map \(|\Phi^+\rangle\) to \(\pm|\Phi^+\rangle\) are \(\{II,XX,YY,ZZ\}\). All other 12 Paulis map it to orthogonal Bell states.
- Therefore
\[
F_{\text{pair}}=(1-p)+3\left(\frac{p}{15}\right)=1-p+\frac{p}{5}=1-\frac{4p}{5}.
\]
- Combine the two independent pairs
\[
F(p)=\Big(1-\frac{4p}{5}\Big)^2=1-\frac{8}{5}p+\frac{16}{25}p^2.
\]
- Mathematical Typesetting
- Conventions and Units
- Probabilities are unitless. The depolarizing probability per two-qubit gate is \(p\).
- Final Answer:
F(p) = (1 - 4p/5)^2 = 1 - (8/5)p + (16/25)p^2.