Skip to content

Add demo: Qubit-Efficient Encoding Techniques for Solving QUBO Problems #1343

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

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
77 changes: 77 additions & 0 deletions demonstrations/tutorial_qubit_efficient_encoding.metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
{
"title": "Qubit-Efficient Encoding Techniques for Solving QUBO Problems",
"authors": [
{
"username": "supreethmv"
}
],
"dateOfPublication": "2024-11-15T00:00:00+00:00",
"dateOfLastModification": "2025-04-07T00:00:00+00:00",
"categories": ["Optimization"],
"tags": ["qubit-efficient encoding", "QUBO", "VQA", "image segmentation"],
"previewImages": [
{
"type": "thumbnail",
"uri": "/_static/demonstration_assets/qubit_efficient_encoding/vqa-segmentation.png"
}
],
"seoDescription": "Explore scalable qubit-efficient variational quantum algorithms (VQAs) for solving QUBO problems, with applications in image segmentation and beyond.",
"doi": "10.1109/QCE60285.2024.00059",
"references": [
{
"id": "smv-nisq-seg",
"type": "article",
"title": "Qubit-Efficient Variational Quantum Algorithms for Image Segmentation",
"authors": "S. M. Venkatesh, A. Macaluso, M. Nuske, M. Klusch, and A. Dengel",
"year": "2024",
"journal": "2024 IEEE International Conference on Quantum Computing and Engineering (QCE)",
"doi": "10.1109/QCE60285.2024.00059",
"url": "https://doi.org/10.1109/QCE60285.2024.00059",
"pages": "450–456"
},
{
"id": "smv-qseg",
"type": "article",
"title": "Q-Seg: Quantum Annealing-Based Unsupervised Image Segmentation",
"authors": "S. M. Venkatesh, A. Macaluso, M. Nuske, M. Klusch, and A. Dengel",
"year": "2024",
"journal": "IEEE Computer Graphics and Applications",
"doi": "10.1109/MCG.2024.3455012",
"url": "https://doi.org/10.1109/MCG.2024.3455012",
"pages": "27–39"
},
{
"id": "qaoa",
"type": "preprint",
"title": "A quantum approximate optimization algorithm",
"authors": "E. Farhi, J. Goldstone, and S. Gutmann",
"year": "2014",
"url": "https://arxiv.org/abs/1411.4028"
},
{
"id": "pge",
"type": "article",
"title": "Noisy intermediate-scale quantum computing algorithm for solving an n-vertex MaxCut problem with log(n) qubits",
"authors": "M. J. Rančić",
"year": "2023",
"journal": "Physical Review Research",
"doi": "10.1103/PhysRevResearch.5.L012021",
"url": "https://doi.org/10.1103/PhysRevResearch.5.L012021"
},
{
"id": "abe",
"type": "article",
"title": "Qubit-efficient encoding schemes for binary optimisation problems",
"authors": "B. Tan, M.-A. Lemonde, S. Thanasilp, J. Tangpanitanon, and D. G. Angelakis",
"year": "2021",
"journal": "Quantum",
"doi": "10.22331/q-2021-05-04-454",
"url": "https://doi.org/10.22331/q-2021-05-04-454"
}
],
"basedOnPapers": ["10.1109/QCE60285.2024.00059"],
"referencedByPapers": [],
"relatedContent": [],
"hardware": []
}

Loading
Loading