We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 190ab7a commit c84e9afCopy full SHA for c84e9af
learning/courses/quantum-diagonalization-algorithms/krylov.ipynb
@@ -811,7 +811,7 @@
811
"abserr = 0.05\n",
812
"accept_subspace_size = []\n",
813
"\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",
+ "# Lists to store total time spent on the Krylov method, and the subset of that time spent on diagonalizing the projected matrix.\n",
815
"matrix_krylov_tot_times = []\n",
816
"matrix_krylov_dim = []\n",
817
0 commit comments