You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h1class="project-title"><atarget="_blank" href="https://github.com/lynkos/grovers-algorithm" title="Link to Quantum Search Algorithm repository on GitHub">Quantum Search Algorithm</a></h1>
1449
1449
<divclass="project-body">
1450
1450
<divclass="links">
1451
+
<arole="button" href="https://blog.lynkos.dev/posts/grover-full" target="_blank" title="Link to accompanying blog post" class="links-btn"><ialt="Link icon" class="fas fa-link" aria-hidden="true"></i> Blog Post</a>
1451
1452
<arole="button" href="https://github.com/lynkos/grovers-algorithm" target="_blank" title="Link to source code on GitHub" class="links-btn"><ialt="GitHub icon" class="fab fa-github" aria-hidden="true"></i> Source Code</a>
1452
1453
</div>
1454
+
<imgloading="lazy" fetchpriority="low" src="https://raw.githubusercontent.com/lynkos/grovers-algorithm/main/assets/circuits/grover.png" alt="Quantum circuit for Grover's Algorithm">
1453
1455
<ul>
1454
1456
<li>Created <code>n</code>-qubit quantum program searching for <code>m</code> target(s) in an unsorted database</li>
1455
1457
<li>Resulted in quadratic speedup over classical/naïve search algorithms</li>
0 commit comments