diff --git a/docs/guides/bit-ordering.ipynb b/docs/guides/bit-ordering.ipynb index 7c138c939cc..078fca57001 100644 --- a/docs/guides/bit-ordering.ipynb +++ b/docs/guides/bit-ordering.ipynb @@ -48,6 +48,8 @@ "id": "369b8b49-a2af-4999-85df-f7659022e11b", "metadata": {}, "source": [ + "# Bit-ordering in the Qiskit SDK\n", + "\n", "If you have a set of $n$ bits (or qubits), you'll usually label each bit $0\n", "\\rightarrow n-1$. Different softwares and resources must choose how they order\n", "these bits both in computer memory and when displayed on-screen.\n",