Skip to content

Commit 5eae5c2

Browse files
Corrected Fourier to Taylor (#3801)
Fixes #3797
1 parent 442021b commit 5eae5c2

File tree

1 file changed

+1
-1
lines changed
  • learning/courses/quantum-diagonalization-algorithms

1 file changed

+1
-1
lines changed

learning/courses/quantum-diagonalization-algorithms/krylov.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -990,7 +990,7 @@
990990
"source": [
991991
"### 3.1 Time evolution\n",
992992
"\n",
993-
"Recall that the operator that time-evolves a quantum state is $e^{-iHt/\\hbar}$ (and it is very common, especially in quantum computing to drop the $\\hbar$ from the notation). One way of understanding and even realizing such an exponential function of an operator is to look at its Fourier series expansion. Note that this operation acting on some initial vector $|v\\rangle$ yields a sum of terms with increasing powers of $H$ applied to the initial state. It looks like we can just make our Krylov subspace by time-evolving our initial guess state!\n",
993+
"Recall that the operator that time-evolves a quantum state is $e^{-iHt/\\hbar}$ (and it is very common, especially in quantum computing to drop the $\\hbar$ from the notation). One way of understanding and even realizing such an exponential function of an operator is to look at its Taylor series expansion. Note that this operation acting on some initial vector $|v\\rangle$ yields a sum of terms with increasing powers of $H$ applied to the initial state. It looks like we can just make our Krylov subspace by time-evolving our initial guess state!\n",
994994
"\n",
995995
"$$\n",
996996
"\\begin{aligned}\n",

0 commit comments

Comments
 (0)