- Step-by-Step Derivation
- Ideal output state and its stabilizer:
- The circuit (right-to-left) is:
- Apply H on qubit 2, then CNOT2→1: prepares a Bell state on qubits (2,1), stabilized by {X2X1, Z2Z1}.
- Apply H on qubit 0, then CNOT0→3: prepares a Bell state on qubits (0,3), stabilized by {X0X3, Z0Z3}.
- The final ideal 4-qubit state is thus a tensor product of two Bell pairs (on 21 and 03). A convenient set of 4 independent stabilizers for this pure state is
\[
\{\,X_2X_1,\; Z_2Z_1,\; X_0X_3,\; Z_0Z_3\,\}.
\]
This is equivalent (by products) to the code stabilizers XXXX, ZZZZ together with IXXI and IZZI, and it encodes the logical Bell state (|00⟩AB+|11⟩AB)/√2.
- Noise model localization and propagation:
- A two-qubit depolarizing channel is applied after each CNOT gate.
- After CNOT2→1, the noise acts only on qubits (2,1). The remaining gates (H0 and CNOT0→3) act on qubits (0,3) only, so this error does not propagate or change.
- After CNOT0→3, the noise acts only on qubits (0,3) and there are no further gates.
- Therefore, the final error operator has the form
\[
F = P_{(2,1)} \otimes Q_{(0,3)},
\]
where P acts on qubits (2,1) and Q acts on qubits (0,3).
- Fidelity for a stabilizer state under Pauli errors:
- For a pure stabilizer state |ψ⟩, and a Pauli error F, the overlap is
\[
1,& F \in \mathcal{S}(\psi),\\
0,& F \notin \mathcal{S}(\psi),
\]
where 𝒮(ψ) is the stabilizer group of |ψ⟩.
-
Hence, the physical state fidelity equals the total probability that the net error F lies in the stabilizer group of the ideal state.
-
Membership condition on each pair:
- The subgroup on qubits (2,1) leaving the Bell state invariant is generated by X2X1 and Z2Z1, hence it is
\[
\{\,I\!I,\; X_2X_1,\; Z_2Z_1,\; Y_2Y_1\,\}.
\]
- Similarly, on qubits (0,3) the invariant subgroup is
\[
\{\,I\!I,\; X_0X_3,\; Z_0Z_3,\; Y_0Y_3\,\}.
\]
- Because the final state is a tensor product of the two Bell pairs, the full stabilizer group is the direct product of these two subgroups. Therefore,
\[
F \in \mathcal{S} \iff \big(P_{(2,1)} \in \{I\!I, X\!X, Y\!Y, Z\!Z\}\big)\ \text{and}\ \big(Q_{(0,3)} \in \{I\!I, X\!X, Y\!Y, Z\!Z\}\big).
\]
- Counting “good” errors from the depolarizing channel:
- Each two-qubit depolarizing channel yields:
- Identity with probability 1−p,
- Each of the 15 non-identity two-qubit Paulis with probability p/15.
- Among these 16 possibilities, the ones that keep the Bell state invariant on a given pair are exactly {II, XX, YY, ZZ}, i.e., 1 (identity) + 3 non-identity.
- Hence, for one channel,
\[
\Pr[\text{good on a given pair}] = (1-p) + 3\cdot\frac{p}{15} = 1 - \frac{4p}{5}.
\]
- Independence across the two CNOTs:
- The two error channels act on disjoint pairs and are independent, so the total fidelity is the product of the “good” probabilities:
\[
F_{\text{phys}}(p) = \left(1 - \frac{4p}{5}\right)^2.
\]
- Mathematical Typesetting
- All expressions above are typeset in LaTeX.
- Conventions and Units
- Qubit labels and gate conventions follow the problem statement. The Hadamards are assumed ideal; only the two CNOTs are followed by depolarizing noise.
- Final Answer:
F_phys(p) = (1 - 4p/5)^2.