Skip to content

Commit

Permalink
Merge pull request #79 from aws-samples/url_fix
Browse files Browse the repository at this point in the history
fix: fix qaoa, qpe, grover url links in md files
  • Loading branch information
christianbmadsen authored Nov 28, 2022
2 parents c5702b4 + 3105f00 commit 48ef464
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 @@ -3,5 +3,5 @@ Grover's algorithm is arguably one of the canonical quantum algorithms that kick
<!--
[metadata-name]: Grover's Search
[metadata-tags]: Textbook
[metadata-url]: https://github.com/aws-samples/amazon-braket-algorithm-library
[metadata-url]: https://github.com/aws-samples/amazon-braket-algorithm-library/tree/main/src/braket/experimental/algorithms/grovers_search
-->
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ The Quantum Approximate Optimization Algorithm (QAOA) belongs to the class of hy
<!--
[metadata-name]: Quantum Approximate Optimization Algorithm
[metadata-tags]: Textbook
[metadata-url]: https://github.com/aws-samples/amazon-braket-algorithm-library/tree/main/src/braket/experimental/algorithms/qaoa
[metadata-url]: https://github.com/aws-samples/amazon-braket-algorithm-library/tree/main/src/braket/experimental/algorithms/quantum_approximate_optimization
-->

Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ The Quantum Phase Estimation algorithm is designed to estimate the eigenvalues o
<!--
[metadata-name]: Quantum Phase Estimation
[metadata-tags]: Textbook
[metadata-url]: https://github.com/aws-samples/amazon-braket-algorithm-library/blob/main/src/braket/experimental/algorithms/quantum_phase_estimation/quantum_phase_estimation.py
[metadata-url]: https://github.com/aws-samples/amazon-braket-algorithm-library/blob/main/src/braket/experimental/algorithms/quantum_phase_estimation
-->

0 comments on commit 48ef464

Please sign in to comment.