Skip to content

Commit 82cced9

Browse files
authored
Fix typo in signal-processing.ipynb (#769)
Fix typo in signal-processing.ipynb
1 parent 713004b commit 82cced9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

samples/quantum-signal-processing/signal-processing.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@
244244
"def qsp_circuit(x, phases):\n",
245245
" \"\"\"Creates a single-qubit unitary for some given QSP phases\"\"\"\n",
246246
"\n",
247-
" # Map SumPy phases into NumPy phases and reverse them (gate application\n",
247+
" # Map SymPy phases into NumPy phases and reverse them (gate application\n",
248248
" # direction is opposite to matrix multiplication)\n",
249249
" np_phases = [float(phi) for phi in phases]\n",
250250
" np_phases.reverse()\n",
@@ -547,4 +547,4 @@
547547
},
548548
"nbformat": 4,
549549
"nbformat_minor": 2
550-
}
550+
}

0 commit comments

Comments
 (0)