Skip to content

Commit

Permalink
Fix tutorial headers
Browse files Browse the repository at this point in the history
The top header should be at h1 level

I missed this in #682.
  • Loading branch information
garrison committed Sep 16, 2024
1 parent 1ed9d8a commit 6927f9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"id": "ad1f14b4",
"metadata": {},
"source": [
"## Gate Cutting to Reduce Circuit Width\n",
"# Gate Cutting to Reduce Circuit Width\n",
"\n",
"In this notebook, we will work through the steps of a [Qiskit pattern](https://docs.quantum.ibm.com/guides/intro-to-patterns) while using **circuit cutting** to reduce the number of qubits in a circuit. We will cut gates to enable us to reconstruct the expectation value of a four-qubit circuit using only two-qubit experiments.\n",
"\n",
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/04_automatic_cut_finding.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"## Automatically find cuts"
"# Automatically find cuts"
]
},
{
Expand Down

0 comments on commit 6927f9f

Please sign in to comment.