Skip to content

Commit b209b02

Browse files
committed
Add image of quantum circuit and link blog post to Grover's Algorithm project in Notes
1 parent 7c2c327 commit b209b02

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1448,8 +1448,10 @@ <h1 class="project-title"><a target="_blank" href="https://github.com/lynkos/alg
14481448
<h1 class="project-title"><a target="_blank" href="https://github.com/lynkos/grovers-algorithm" title="Link to Quantum Search Algorithm repository on GitHub">Quantum Search Algorithm</a></h1>
14491449
<div class="project-body">
14501450
<div class="links">
1451+
<a role="button" href="https://blog.lynkos.dev/posts/grover-full" target="_blank" title="Link to accompanying blog post" class="links-btn"><i alt="Link icon" class="fas fa-link" aria-hidden="true"></i> Blog Post</a>
14511452
<a role="button" href="https://github.com/lynkos/grovers-algorithm" target="_blank" title="Link to source code on GitHub" class="links-btn"><i alt="GitHub icon" class="fab fa-github" aria-hidden="true"></i> Source Code</a>
14521453
</div>
1454+
<img loading="lazy" fetchpriority="low" src="https://raw.githubusercontent.com/lynkos/grovers-algorithm/main/assets/circuits/grover.png" alt="Quantum circuit for Grover's Algorithm">
14531455
<ul>
14541456
<li>Created <code>n</code>-qubit quantum program searching for <code>m</code> target(s) in an unsorted database</li>
14551457
<li>Resulted in quadratic speedup over classical/naïve search algorithms</li>

0 commit comments

Comments
 (0)