Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor corrections #46

Merged
merged 2 commits into from
Oct 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/14-quantum-error-correction.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -2285,11 +2285,11 @@ defines a CSS code with specification $[[n^2+m^2,(n-m)^2,\min(d,d^t)]]$.

### Error-correcting conditions, algebraically {#error-correcting-conditions-algebraically}

Let $\mathcal{S}\leq\mathcal{P}_n$ be a stabiliser group, and let $\mathcal{E}\subseteq\mathcal{P}_n$ be a set of physical errors.
Let $\mathcal{S}\leq\mathcal{P}_n$ be a stabiliser group, and let $\mathcal{E}\subseteq\mathcal{P}_n$ be a set such that $\id\in\mathcal{E}$.
Prove that the stabiliser code defined by $\mathcal{S}$ can perfectly correct for all errors in $\mathcal{E}$ if and only if
$$
E_1^\dagger E_2
\in N(\mathcal{S})\setminus\mathcal{S}
\not\in N(\mathcal{S})\setminus\mathcal{S}
$$
for all $E_1,E_2\in\mathcal{E}$.

Expand Down
Loading