Skip to content

Commit c84e9af

Browse files
authored
Fix typo in KQD learning page (#4137)
Fixes #4136
1 parent 190ab7a commit c84e9af

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
@@ -811,7 +811,7 @@
811811
"abserr = 0.05\n",
812812
"accept_subspace_size = []\n",
813813
"\n",
814-
"# Lists to store total time spent on the Krylov method, and he the subset of that time spent on diagonalizing the projected matrix.\n",
814+
"# Lists to store total time spent on the Krylov method, and the subset of that time spent on diagonalizing the projected matrix.\n",
815815
"matrix_krylov_tot_times = []\n",
816816
"matrix_krylov_dim = []\n",
817817
"\n",

0 commit comments

Comments
 (0)