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

Commit a28af41

Browse files
zhaouvjaygambetta
authored andcommitted
fix the missing ')' (#775)
1 parent 7912e4d commit a28af41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

qiskit/fundamentals/1_getting_started_with_qiskit.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"$$|\\psi\\rangle = \\left(|000\\rangle+|111\\rangle\\right)/\\sqrt{2}.$$\n",
8787
"\n",
8888
"To create such a state, we start with a three-qubit quantum register. By default, each qubit in the register is initialized to $|0\\rangle$. To make the GHZ state, we apply the following gates:\n",
89-
"* A Hadamard gate $H$ on qubit 0, which puts it into the superposition state $\\left(|0\\rangle+|1\\rangle\\right/\\sqrt{2}$.\n",
89+
"* A Hadamard gate $H$ on qubit 0, which puts it into the superposition state $\\left(|0\\rangle+|1\\rangle\\right)/\\sqrt{2}$.\n",
9090
"* A controlled-Not operation ($C_{X}$) between qubit 0 and qubit 1.\n",
9191
"* A controlled-Not operation between qubit 0 and qubit 2.\n",
9292
"\n",

0 commit comments

Comments
 (0)