Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add protein folding and DCT to README #234

Merged
merged 1 commit into from
Jul 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>