CSE5313 Final Project
Description
Write a report which presents the paper in detail and criticizes it constructively. Below are some suggestions to guide a proper analysis of the paper:
- What is the problem setting? What is the motivation behind this problem?
- Which tools are being used? How are these tools related to the topics we have seen in class/HW?
- Is the paper technically sound, easy to read, and does the problem make sense?
- Are there any issues with the paper? If so, suggest ways these could be fixed.
- What is the state of the art in this topic? Were there any major follow-up works? What are major open problems or new directions?
- Suggest directions for further study and discuss how should those be addressed.
Please typeset your work using a program such as Word or LaTeX, and submit via Gradescope by Dec. 10th (EOD).
Reports will be judged by the depth and breadth of the analysis. Special attention will be given to clarity and organization, including proper abstract, introduction, sections, and citation of previous works.
There is no page limit, but good reports should contain 4-6 single-column pages. Please refer to the syllabus for our policy regarding the use of GenAI.
Paper selection
Good quantum error-correcting codes exist
I will build the self-contained report that is readable for me 7 months ago, assuming no knowledge in quantum computing and quantum information theory.
We will use notation defined in class and , (yes, we use 1 indexed in computer science) each in natural number. And is the finite field with elements.
This notation system is annoying since in mathematics, is the transpose of , but since we are using literatures in physics, we keep the notation of . In this report, I will try to make the notation consistent as possible and follows the physics convention in this report. So every vector you see will be in form. And we will avoid using the notation for inner product as it used in math, we will use or to denote the inner product.
A quantum error-correcting code is defined to be a unitary mapping (encoding) of qubits (two-state quantum systems) into a subspace of the quantum state space of qubuits such that if any of the qubits undergo arbitary decoherence, not necessarily independently, the resulting qubit state can be used to faithfully reconstruct the original quantum state of the encoded qubits.
Asymptotic rate , where is the binary entropy function
Problem setting and motivation
Linear algebra 102
The main vector space we are interested in is , therefore, all the linear operator we defined are from to .
We denote a vector in vector space as (might also be infinite dimensional, and ).
A natural inner product space defined on is given by the Hermitian inner product:
This satisfies the following properties:
- (linear on the second argument)
- with equality if and only if
Here is just a label for the vector and you don’t need to worry about it too much. This is also called the ket, where the counterpart:
- is called the bra, used to denote the vector dual to , such element is a linear functional if you really wants to know what that is.
- is the inner product between two vectors, and is the inner product between and , or equivalently and .
- Given a complex matrix ,
- is the complex conjugate of .
- i.e., ,
- is the transpose of .
- i.e., ,
- is the complex conjugate transpose, referred to as the adjoint, or Hermitian conjugate of .
- i.e., ,
- is unitary if .
- is hermitian (self-adjoint in mathematics literatures) if .
- is the complex conjugate of .
Motivation of Tensor product
Recall from the traditional notation of product space of two vector spaces and , that is, , is the set of all ordered pairs where and .
The space has dimension .
We want to define a vector space with notation of multiplication of two vectors from different vector spaces.
That is
and enables scalar multiplication by
And we wish to build a way associates the basis of and to the basis of . That makes the tensor product a vector space with dimension .
Definition of linear functional
Note the difference between a linear functional and a linear map.
A generalized linear map is a function satisfying the condition
A linear functional is a linear map from to .
Definition of bilinear functional
A bilinear functional is a bilinear function satisfying the condition that is a linear functional for all and is a linear functional for all .
The vector space of all bilinear functionals is denoted by .
Definition of tensor product
Let be two vector spaces.
Let and be the dual spaces of and , respectively, that is and , are linear functionals.
The tensor product of vectors and is the bilinear functional defined by given by the notation
The tensor product of two vector spaces and is the vector space
Notice that the basis of such vector space is the linear combination of the basis of and , that is, if is the basis of and is the basis of , then is the basis of .
That is, every element of can be written as a linear combination of the basis.
Since and are bases of and , respectively, then we can always find a set of linear functionals and such that and .
Here is the Kronecker delta.
Note that is a bilinear functional that maps to .
This enables basis free construction of vector spaces with proper multiplication and scalar multiplication.
This vector space is equipped with the unique inner product defined by
In practice, we ignore the subscript of the vector space and just write .
All those definitions and proofs can be found in Linear Algebra Done Right by Sheldon Axler.
Definition of two-state quantum system
The finite dimensional Hilbert space $\mathcscr{H}
Definition of Coherent states from the view of physics
Side node: Why quantum error-correcting code is hard
Decoherence process
No-cloning theorem
Reference from P.532 of the book
Suppose we have a quantum system with two slots , and , the data slot, starts out in an unknown but pure quantum state . This is the state which is to be copied into slot m the target slot. We assume that the target slot starts out in some standard pure state . Thus the initial state of the copying machine is .
Assume there exists some unitary operator such that .
Consider two pure states and , such that and . The inner product of the two equation yields:
This equation has only two solutions, either or .
If , then , no cloning for trivial case.
If , then and are orthogonal.
Proposition: Encoding 8 to 9 that correct 1 errors
Recover 1 qubit from a 9 qubit quantum system. (Shor code, 1995)

Tools and related topics
Theoretical upper bound for quantum error-correcting code
From quantum information capacity of a quantum channel
Definition of quantum error-correcting code from binary linear error-correcting code
All the operations will be done in .
Consider two binary vectors and with size .
Recall from our lecture that
denotes the Hamming weight of a vector.
denotes the Hamming distance between and .
denotes the support of .
denotes the projection of onto the subspace , we usually denote the by a set of coordinates, that is .
When projecting a vector onto a another vector , we usually write .
When we have two vector we may use (Note that this is different than sign) to mean .
Example
Let and , then , . Therefore .
denotes the code, a set of arbitrary binary vectors with length .
denotes the minimum distance of the code.
If is linear then the minimum distance is the minimum Hamming weight of a non-zero codeword.
A linear code is a linear code of bits codeword with message bits that can correct errors.
is the rate of code .
is the dual code of a code . From linear algebra, we know that .
Example used in the paper
Consider the Hamming code with generator matrix .
Proposition: Encoding to that correct errors
Evaluation of paper
Limitation and suggestions
Further direction and research
Toric code, surface code
This is the topic I really want to dig into.
This method gives a [2nm+n+m+1, 1, min(n,m)] error correcting code with only needs local stabilizer checks and really interests me.