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
Copy file name to clipboardExpand all lines: algorithms/README.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,32 +15,32 @@ in the table or to add new ones.
15
15
<tr>
16
16
<td><a href="https://arxiv.org/abs/quant-ph/9508027" target="_blank">Polynomial-Time Algorithms for Prime Factorization and Discrete Logarithms on a Quantum Computer</a></td>
<td>QAOA for combinatorial optimization problems</td>
46
46
<td>#qaoa #optimization</td>
@@ -56,33 +56,33 @@ in the table or to add new ones.
56
56
<tr>
57
57
<td><a href="https://arxiv.org/abs/2303.13012" target="_blank">Exponential quantum speedup in simulating coupled classical oscillators</a></td>
58
58
<td>
59
-
<a href="glued_trees/glued_trees.ipynb">Glued Trees Implementation</a>
59
+
<a href="quantum_walks/glued_trees/glued_trees.ipynb">Glued Trees Implementation</a>
60
60
</td>
61
-
<td>Exponential speedup in solving system of coupled harmonic oscilators</td>
61
+
<td>Exponential speedup in solving system of coupled harmonic oscillators</td>
62
62
<td>#quantum_speedup</td>
63
63
</tr>
64
64
<tr>
65
65
<td><a href="https://royalsocietypublishing.org/doi/epdf/10.1098/rspa.1992.0167" target="_blank">Rapid solution of problems by quantum computation</a></td>
<td>Deutsch-Jozsa algorithm for rapid problem solving</td>
70
70
<td>#deutsch_jozsa #problem_solving</td>
71
71
</tr>
72
72
<tr>
73
73
<td><a href="https://arxiv.org/abs/1806.01838" target="_blank">Quantum singular value transformation and beyond: exponential improvements for quantum matrix arithmetics</a></td>
<ahref="qsvt/qsvt_fixed_point_amplitude_amplification/qsvt_fixed_point_amplitude_amplification.ipynb">QSVT fixed point amplitude amplification</a><br>
77
+
<ahref="amplitude_amplification_and_estimation/qsvt_fixed_point_amplitude_amplification/qsvt_fixed_point_amplitude_amplification.ipynb">QSVT fixed point amplitude amplification</a><br>
78
78
</td>
79
79
<td>Introduction of the QSVT Algorithmic framework and its applications</td>
80
80
<td>#qsvt #quantum_algorithms</td>
81
81
</tr>
82
82
<tr>
83
83
<td><ahref="https://epubs.siam.org/doi/10.1137/S0097539796298637"target="_blank">On the Power of Quantum Computation</a></td>
0 commit comments