To determine the logical state fidelity of the final 2-qubit logical state after the described state preparation circuit, we need to understand how logical errors propagate in the [[4,2,2]] code when post-selecting on all detectable errors.
Step-by-Step Derivation:
- Error Detection with the [[4,2,2]] Code:
The [[4,2,2]] code can detect a single arbitrary error on any of the qubits, but it cannot correct them. Errors are identified through stabilizer measurements:
- The stabilizers \(XXXX\) and \(ZZZZ\) can detect:
- Any \(X\)-type or \(Z\)-type error on a single qubit.
- No detection for \(Y\) (causing simultaneous \(X\) and \(Z\) errors) or Pauli combinations affecting two qubits, if they preserve codewords.
- Logical GHZ State and Circuit:
The logical GHZ state should ideally be:
\[
|\psi_{\text{ideal}}\rangle_{\text{logical}} = \frac{1}{\sqrt{2}}(|00\rangle_{AB} + |11\rangle_{AB}).
\]
The preparation circuit $ (CNOT_{03})(H_0)(CNOT_{21})(H_2) $ prepares the logical state by acting on the qubits \(0\) to \(3\). Each \(CNOT\) introduces errors with probability \(p\).
- Effect of Errors:
After each \(CNOT_{ij}\), introduce a depolarizing channel that outputs any non-identity Pauli on qubits \(i\) and \(j\) with probability \(p/15\):
- Each error introduces a probability cost to state fidelity.
- However, since all detectable errors are post-selected out, the remaining states after projection are error-free at logical level.
- Post-Selection and Logical Fidelity:
When post-selecting on no detectable error:
- Errors detected by stabilizers are discarded, improving fidelity.
- The remaining errors are those that either:
- Do not commute with stabilizers, thus detectable.
- Commute but still preserve the logical GHZ state upon correction.
- Probability No Error Occurs:
Unwanted errors that do not affect logical state appear when:
- Both CNOT gates succeed (apply correctly), probability remains \((1-p)^2\).
- Post-selected Circuit Success Probability:
- We post-select on the state not flipping due to detectable errors (only undetectable logical errors affect this case).
- Logical Fidelity Formula:
With post-selection, the logical state fidelity is maintained as if no error occurred:
\[
F_{\text{logical}} = (1 - p)^2
\]
This probability reflects post selection of states consistent with no alterations to logical encoding.
Final Answer:
The logical state fidelity of the final 2-qubit logical state, assuming detection of all errors, is:
\[ F_{\text{logical}} = (1 - p)^2 \]