This commit is contained in:
James Wootton 2022-05-10 10:11:53 +02:00 committed by GitHub
parent d9cc335997
commit a65a1940fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {},
"source": [ "source": [
"## 1 Shor Code\n", "## 1. Shor Code\n",
"\n", "\n",
"The Shor (or 9 Qubit) code is a method for quantum error correction based on the classical repetition code. Here we will consider the version where a logical qubit is first stored in three physical qubits using the encoding\n", "The Shor (or 9 Qubit) code is a method for quantum error correction based on the classical repetition code. Here we will consider the version where a logical qubit is first stored in three physical qubits using the encoding\n",
"$$\n", "$$\n",
@ -53,7 +53,7 @@
"id": "CJyxxSDUQQN9" "id": "CJyxxSDUQQN9"
}, },
"source": [ "source": [
"## 2 Concatenated Shor Code\n", "## 2. Concatenated Shor Code\n",
"\n", "\n",
"In order to increase the performance of a code we can use the concept of concatenation. We will now consider this process for the Shor code.\n", "In order to increase the performance of a code we can use the concept of concatenation. We will now consider this process for the Shor code.\n",
"\n", "\n",