1 parent 713004b commit 82cced9Copy full SHA for 82cced9
1 file changed
samples/quantum-signal-processing/signal-processing.ipynb
@@ -244,7 +244,7 @@
244
"def qsp_circuit(x, phases):\n",
245
" \"\"\"Creates a single-qubit unitary for some given QSP phases\"\"\"\n",
246
"\n",
247
- " # Map SumPy phases into NumPy phases and reverse them (gate application\n",
+ " # Map SymPy phases into NumPy phases and reverse them (gate application\n",
248
" # direction is opposite to matrix multiplication)\n",
249
" np_phases = [float(phi) for phi in phases]\n",
250
" np_phases.reverse()\n",
@@ -547,4 +547,4 @@
547
},
548
"nbformat": 4,
549
"nbformat_minor": 2
550
-}
+}
0 commit comments