Skip to content

Commit

Permalink
Fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
classiqdor committed Feb 6, 2025
1 parent 8255ebe commit 81b6575
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,7 @@
},
"source": [
"## Defining HHL Algorithm for the Quantum Solution\n",
"This section is based on Classiq HHL in the user guide, [here](https://github.com/Classiq/classiq-library/blob/main/tutorials/technology_demonstrations/hhl/hhl.ipynb) and [here](https://github.com/Classiq/classiq-library/blob/main/algorithms/hhl/hhl/hhl.ipynb).\n",
"This section is based on Classiq HHL in the user guide, [here](https://github.com/Classiq/classiq-library/blob/main/tutorials/technology_demonstrations/hhl/hhl_example.ipynb) and [here](https://github.com/Classiq/classiq-library/blob/main/algorithms/hhl/hhl/hhl.ipynb).\n",
"\n",
"Note the rescaling in `simple_eig_inv` based on the matrix rescaling."
]
Expand Down
2 changes: 1 addition & 1 deletion algorithms/qpe/qpe_for_matrix/qpe_for_matrix.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -870,7 +870,7 @@
"## References\n",
"\n",
"<a name='NC'>[1]</a>: [Michael A. Nielsen and Isaac L. Chuang. 2011. Quantum Computation and Quantum Information: 10th Anniversary Edition, Cambridge University Press, New York, NY, USA.\n",
"](http://mmrc.amss.cas.cn/tlb/201702/W020170224608149940643.pdf)\n"
"](https://archive.org/details/QuantumComputationAndQuantumInformation10thAnniversaryEdition)\n"
]
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -967,7 +967,7 @@
"## References\n",
"\n",
"<a name='NC'>[1]</a>: [Michael A. Nielsen and Isaac L. Chuang. 2011. Quantum Computation and Quantum Information: 10th Anniversary Edition, Cambridge University Press, New York, NY, USA.\n",
"](http://mmrc.amss.cas.cn/tlb/201702/W020170224608149940643.pdf)\n"
"](https://archive.org/details/QuantumComputationAndQuantumInformation10thAnniversaryEdition)\n"
]
}
],
Expand Down

0 comments on commit 81b6575

Please sign in to comment.