Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/guides/bit-ordering.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading