Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
meandmytram committed Mar 2, 2024
1 parent ac26710 commit 32ce28f
Show file tree
Hide file tree
Showing 9 changed files with 63 additions and 7 deletions.
9 changes: 8 additions & 1 deletion docs/source/classical_ldpc.ipynb
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Decoding a classical LDPC code"
]
},
{
"attachments": {},
"cell_type": "markdown",
Expand Down Expand Up @@ -971,7 +978,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.5"
"version": "3.11.8"
},
"orig_nbformat": 4,
"vscode": {
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
author = "Aleksandr Berezutskii"

# The full version, including alpha/beta/rc tags
release = "0.3.0"
release = "0.5.0"


# -- General configuration ---------------------------------------------------
Expand Down
11 changes: 9 additions & 2 deletions docs/source/csp_codes.ipynb
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Decoding CSP quantum error correcting codes"
]
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -201,7 +208,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.5"
"version": "3.11.8"
},
"orig_nbformat": 4
},
Expand Down
7 changes: 7 additions & 0 deletions docs/source/ground_state.ipynb
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Ground state search for a 1D quantum Ising model"
]
},
{
"attachments": {},
"cell_type": "markdown",
Expand Down
11 changes: 9 additions & 2 deletions docs/source/hypergraph_product.ipynb
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Decoding Hypergraph Product Code"
]
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -220,7 +227,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.5"
"version": "3.11.8"
},
"orig_nbformat": 4
},
Expand Down
7 changes: 7 additions & 0 deletions docs/source/main_component.ipynb
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# The main component problem"
]
},
{
"attachments": {},
"cell_type": "markdown",
Expand Down
9 changes: 8 additions & 1 deletion docs/source/mps-rand-circ.ipynb
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Random circuit simulation"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down Expand Up @@ -385,7 +392,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.5"
"version": "3.11.8"
},
"orig_nbformat": 4
},
Expand Down
7 changes: 7 additions & 0 deletions docs/source/shor.ipynb
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Decoding Shor's code"
]
},
{
"attachments": {},
"cell_type": "markdown",
Expand Down
7 changes: 7 additions & 0 deletions docs/source/toric.ipynb
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Decoding the Shor's code"
]
},
{
"attachments": {},
"cell_type": "markdown",
Expand Down

0 comments on commit 32ce28f

Please sign in to comment.