Skip to content

Commit

Permalink
Add protein folding and DCT to README
Browse files Browse the repository at this point in the history
  • Loading branch information
amir-naveh committed Jul 22, 2024
1 parent 194da3b commit 9f66c46
Showing 1 changed file with 31 additions and 1 deletion.
32 changes: 31 additions & 1 deletion research/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ in the table or to add new ones.
<a href="https://arxiv.org/pdf/2205.04844" target="_blank">Solving workflow scheduling problems with QUBO modeling</a>
</td>
<td style="min-width: 200px;">
<a href="../applications/logistics/task_scheduling_problem/task_scheduling_problem.ipynb">Integration Method</a>
<a href="../applications/logistics/task_scheduling_problem/task_scheduling_problem.ipynb">Workflow Scheduing</a>
</td>
<td>
Workflow scheduling with QAOA
Expand All @@ -131,5 +131,35 @@ in the table or to add new ones.
#logistics
</td>
</tr>
<tr>
<td>
<a href="https://www.nature.com/articles/s41534-021-00368-4" target="_blank">Resource-efficient quantum algorithm for protein folding</a>
</td>
<td style="min-width: 200px;">
<a href="../applications/chemistry/protein_folding/protein_folding.ipynb">Protein Folding</a>
</td>
<td>
Protein Folding, implemented with QAOA
</td>
<td>
#optimization<br>
#QAOA<br>
#chemistry
</td>
</tr>
<tr>
<td>
<a href="https://arxiv.org/abs/quant-ph/0111038" target="_blank">Discrete Cosine Transforms on Quantum Computers</a>
</td>
<td style="min-width: 200px;">
<a href="../functions/qmod_library_reference/classiq_open_library/qct_qst/qct_qst.ipynb">Quantum Discrete Cosine Transform</a>
</td>
<td>
Quantum Discrete Cosine Transform Function
</td>
<td>
#functions
</td>
</tr>

</table>

0 comments on commit 9f66c46

Please sign in to comment.