Skip to content
This repository was archived by the owner on Aug 21, 2023. It is now read-only.

Commit c2253bb

Browse files
Fixed issue 987 by updating 1_getting_started_with_qiskit.ipynb notebook (#1009)
Co-authored-by: Paul Nation <nonhermitian@gmail.com>
1 parent ad5ecc3 commit c2253bb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tutorials/circuits/1_getting_started_with_qiskit.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
"<div class=\"alert alert-block alert-info\">\n",
156156
"\n",
157157
"\n",
158-
"When representing the state of a multi-qubit system, the tensor order used in Qiskit is different than that used in most physics textbooks. Suppose there are $n$ qubits, and qubit $j$ is labeled as $Q_{j}$. Qiskit uses an ordering in which the $n^{\\mathrm{th}}$ qubit is on the <em><strong>left</strong></em> side of the tensor product, so that the basis vectors are labeled as $Q_n\\otimes \\cdots \\otimes Q_1\\otimes Q_0$.\n",
158+
"When representing the state of a multi-qubit system, the tensor order used in Qiskit is different than that used in most physics textbooks. Suppose there are $n$ qubits, and qubit $j$ is labeled as $Q_{j}$. Qiskit uses an ordering in which the $n^{\\mathrm{th}}$ qubit is on the <em><strong>left</strong></em> side of the tensor product, so that the basis vectors are labeled as $Q_{n-1}\\otimes \\cdots \\otimes Q_1\\otimes Q_0$.\n",
159159
"\n",
160160
"For example, if qubit zero is in state 0, qubit 1 is in state 0, and qubit 2 is in state 1, Qiskit would represent this state as $|100\\rangle$, whereas many physics textbooks would represent it as $|001\\rangle$.\n",
161161
"\n",
@@ -631,7 +631,7 @@
631631
"name": "python",
632632
"nbconvert_exporter": "python",
633633
"pygments_lexer": "ipython3",
634-
"version": "3.8.2"
634+
"version": "3.7.3"
635635
},
636636
"varInspector": {
637637
"cols": {

0 commit comments

Comments
 (0)