Skip to content

Commit c5c83c4

Browse files
Changed ZZ expval ordering in explanation
1 parent eb8c381 commit c5c83c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/start/hello-world.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
"metadata": {},
152152
"source": [
153153
"<Admonition type=\"note\" title=\"Operator Notation\">\n",
154-
"Here, something like the `ZZ` operator is a shorthand for the tensor product $Z\\otimes Z$, which means measuring Z on qubit 0 and Z on qubit 1 together, and obtaining information about the correlation between qubit 0 and qubit 1. Expectation values like this are also typically written as $\\langle Z_1 Z_0 \\rangle$.\n",
154+
"Here, something like the `ZZ` operator is a shorthand for the tensor product $Z\\otimes Z$, which means measuring Z on qubit 1 and Z on qubit 0 together, and obtaining information about the correlation between qubit 1 and qubit 0. Expectation values like this are also typically written as $\\langle Z_1 Z_0 \\rangle$.\n",
155155
"\n",
156156
"If the state is entangled, then the measurement of $\\langle Z_1 Z_0 \\rangle$ should be 1.\n",
157157
"</Admonition>"

0 commit comments

Comments
 (0)