TransWikia.com

Obtaining hermitian matrix using Knill and Laflamme condition?

Quantum Computing Asked by M. Al Jumaily on February 28, 2021

Let $E$ be the set of all correctable errors and $E_a, E_b in E$. Let $lbrace vert c_1rangle, vert c_2rangle, ldots vert c_kranglerbrace$ be the basis of codewords in the codespace. It is necessary that $$ langle c_i vert E^{dagger}_{a}E_b vert c_jrangle = 0, tag{1}$$
for all $i, j in lbrace 1, 2, ldots, k rbrace ;land i neq j$. This is equivalent to
$$ langle c_i vert E^{dagger}_{a}E_b vert c_irangle = langle c_j vert E^{dagger}_{a}E_b vert c_jrangle, tag{2}$$
for all $i, j in lbrace 1, 2, ldots, k rbrace$. Equation $(1)$ and $(2)$ can be combined as (Knill and Laflamme)
$$ langle c_i vert E^{dagger}_{a}E_b vert c_jrangle = C_{ab} delta_{ij},$$
where $C_{ab} in mathbb{C}$ and
$delta_{ij} = begin{cases} 1 text{ if }, i = j, text{ if }, i neq j.
end{cases}$

Furthermore, since
$$langle c_i vert E^{dagger}_{a}E_b vert c_irangle = (langle c_i vert E^{dagger}_{b}E_a vert c_irangle)^*,$$
for all the codewords in the codespace, we can write $C_{ab}$ as a Hermitian matrix.

The source of the above can be found in 2.1.3 Criteria for quantum error correction (page 11).

Questions

  1. I cannot figure out how equations $(1)$ and $(2)$ are equivalent. My humble explanation suggests that for $(1)$, they are equivalent since $E^{dagger}_a E_b$ would cancel out to $I$ and we are left with $langle c_ivert c_j rangle = 0$, since they are orthogonal. For $(2)$ we have $E^{dagger}_a E_b$ would cancel out to $I$ and we are left with $langle c_ivert c_i rangle = langle c_jvert c_j rangle = 1$, since we are projecting a state on itself.
  2. How can we convert $C_{ab}$ to matrix, what is the matrix dimension and what is the nature of the elements in the cells of this matrix (a binary matrix or elements in $mathbb{C}$ or something else)?
  3. Links to questions two, how would $delta_{ij}$ affect the matrix?

I am certainly not looking for complete answers, I am trying to understand this myself. I am open to any suggestions and scholarly articles that helps. Any hints and tips are appreciated :).

One Answer

  1. I cannot figure out how equations $(1)$ and $(2)$ are equivalent. My humble explanation suggests that for $(1)$, they are equivalent since $E^{dagger}_a E_b$ would cancel out to $I$ and we are left with $langle c_ivert c_j rangle = 0$, since they are orthogonal. For $(2)$ we have $E^{dagger}_a E_b$ would cancel out to $I$ and we are left with $langle c_ivert c_i rangle = langle c_jvert c_j rangle = 1$, since we are projecting a state on itself.

Eq. $1$ and $2$ are not necessarily equivalent, they are just both necessary for a QECC. Eq. $1$ states that orthogonality between codewords is preserved, even if one error $E_{a}$ acts upon one of the codewords, and some other error $E_{b}$ acts upon the other - that way we can always tell two error apart, regardless of what exactly the state encoded in the subspace is. Eq. $2$ takes care of something else: whatever the state encoded in the subspace is, errors occurring on this state must not reveal anything about the state (otherwise we could learn something about the state, thereby destroying quantum information). In other words, the 'symmetric' inner product cannot depend on what exactly the 'current' codeword (or superposition thereof) is!

You can also check out Gottesman's introduction to QECC's (check section $2.2$ on page $5$ and specifically Eq. $(26)$) - he has what I believe to be a clear explanation on why we have these conditions exactly.

  1. How can we convert $C_{ab}$ to matrix, what is the matrix dimension and what is the nature of the elements in the cells of this matrix (a binary matrix or elements in $mathbb{C}$ or something else)?

We say that we get a $|E|times |E|$ matrix $C$, where the $(a,b)$-th element is the inner product $langle c_{i}|E_{a}^{dagger}E_{b}|c_{i}rangle$ - Eq. $2$ tells us that it does not matter what codeword $|c_{i}rangle$ we use, as every codeword should give the same result. Generally this matrix is in $C^{|E|times |E|}$, but if ${E_{1}...E_{|E|}}$ is the set of correctable errors, you can view this set as a basis for the space $mathcal{E}$ of correctable errors. As $C$ is Hermitian, there exist a basis of $mathcal{E}$ such that $C$ becomes diagonal with real entries. These entries are not necessarily $1$ (they will be $geq 0$ though, and generally speaking they are $leq 1$). However, these scaling factors are relatively meaningless, and for additive (i.e. stabilizer) codes, in this particular basis the entries are normally $1$.

So, if our set of correctable errors is ${E_{1}...E_{|E|}}$, we get for our matrix $C$: $$ C = begin{bmatrix} langle c_{i*}|E_{1}^{dagger}E_{1} | c_{i*}rangle & langle c_{i*}|E_{1}^{dagger}E_{2} | c_{i*}rangle & cdots & langle c_{i*}|E_{1}^{dagger}E_{|E|} | c_{i*}rangle langle c_{i*}|E_{2}^{dagger}E_{1} | c_{i*}rangle & langle c_{i*}|E_{2}^{dagger}E_{2} | c_{i*}rangle & cdots & langle c_{i*}|E_{2}^{dagger}E_{|E|} | c_{i*}rangle vdots & vdots & ddots & vdots langle c_{i*}|E_{|E|}^{dagger}E_{1} | c_{i*}rangle & langle c_{i*}|E_{|E|}^{dagger}E_{2} | c_{i*}rangle & dots & langle c_{i*}|E_{|E|}^{dagger}E_{|E|} | c_{i*}rangle end{bmatrix} $$ Note that this is slightly different than your comment, since I do not use two separate codewords - if we use different codewords all entries become zero per the first QECC condition. Of course, per the second condition, the codeword $|c_{i*}rangle$ is completely arbitrary.

  1. Links to questions two, how would $delta_{ij}$ affect the matrix?

$delta_{ij}$ is there to 'take care' of your equation $1$ - without it, orthogonality between different codewords would not be preserved. All information about what error has happened is encoded into $C$.

Correct answer by JSdJ on February 28, 2021

Add your own answers!

Ask a Question

Get help from others!

© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP