From 81b65756615d7c61d2fc4248d4e512f05cf38a30 Mon Sep 17 00:00:00 2001 From: Dor Harpaz Date: Thu, 6 Feb 2025 15:41:47 +0200 Subject: [PATCH] Fix broken links --- .../differential_equations/hhl_lanchester/hhl_lanchester.ipynb | 2 +- algorithms/qpe/qpe_for_matrix/qpe_for_matrix.ipynb | 2 +- .../chemistry/qpe_for_molecules/qpe_for_molecules.ipynb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/algorithms/differential_equations/hhl_lanchester/hhl_lanchester.ipynb b/algorithms/differential_equations/hhl_lanchester/hhl_lanchester.ipynb index 3ad347285..46938f4b6 100644 --- a/algorithms/differential_equations/hhl_lanchester/hhl_lanchester.ipynb +++ b/algorithms/differential_equations/hhl_lanchester/hhl_lanchester.ipynb @@ -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." ] diff --git a/algorithms/qpe/qpe_for_matrix/qpe_for_matrix.ipynb b/algorithms/qpe/qpe_for_matrix/qpe_for_matrix.ipynb index bd810c39d..39cf4e637 100644 --- a/algorithms/qpe/qpe_for_matrix/qpe_for_matrix.ipynb +++ b/algorithms/qpe/qpe_for_matrix/qpe_for_matrix.ipynb @@ -870,7 +870,7 @@ "## References\n", "\n", "[1]: [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" ] } ], diff --git a/applications/chemistry/qpe_for_molecules/qpe_for_molecules.ipynb b/applications/chemistry/qpe_for_molecules/qpe_for_molecules.ipynb index 8f66551c1..998b58dd1 100644 --- a/applications/chemistry/qpe_for_molecules/qpe_for_molecules.ipynb +++ b/applications/chemistry/qpe_for_molecules/qpe_for_molecules.ipynb @@ -967,7 +967,7 @@ "## References\n", "\n", "[1]: [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" ] } ],