Skip to content

Commit 07d52ba

Browse files
authored
Remove bad space character (#4020)
Replaces "NARROW NO-BREAK SPACE" with regular "SPACE". This type of space produces a warning when building our application. We had a similar instance months ago in #3426
1 parent 02ea741 commit 07d52ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

learning/courses/quantum-machine-learning/data-encoding.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
"\n",
122122
"These bit strings are assigned to three sets of four qubits, so the overall 12-qubit basis state is:\n",
123123
"$$\n",
124-
"∣010101110000⟩\n",
124+
"∣0101 0111 0000⟩\n",
125125
"$$\n",
126126
"\n",
127127
"Here, the first four qubits represent the first feature, the next four qubits the second feature, and the last four qubits the third feature. The code below converts the data vector (5,7,0) to a quantum state, and is generalized to do so for other single-digit features."

0 commit comments

Comments
 (0)