Skip to content

Commit e398b4e

Browse files
Demo DQI (#1524)
**Title:** Decoded quantum interferometry on pennylane - [ ] Tutorial - [x] Demo - [ ] How-to
1 parent ab8cf3d commit e398b4e

File tree

9 files changed

+764
-0
lines changed

9 files changed

+764
-0
lines changed
29.9 KB
Loading
28 KB
Loading
6.58 KB
Loading
146 KB
Loading
164 KB
Loading
369 KB
Loading

demonstrations_v2/tutorial_dqi/demo.py

Lines changed: 676 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
{
2+
"title": "Decoded Quantum Interferometry",
3+
"authors": [
4+
{
5+
"username": "daniela"
6+
}
7+
],
8+
"executable_stable": true,
9+
"executable_latest": true,
10+
"dateOfPublication": "2025-09-19T10:00:00+00:00",
11+
"dateOfLastModification": "2025-09-19T10:00:00+00:01",
12+
"categories": [
13+
"Algorithms"
14+
],
15+
"tags": [],
16+
"previewImages": [
17+
{
18+
"type": "thumbnail",
19+
"uri": "/_static/demo_thumbnails/regular_demo_thumbnails/pennylane-demo-decoded-quantum-interferometry-thumbnail.png"
20+
},
21+
{
22+
"type": "large_thumbnail",
23+
"uri": "/_static/demo_thumbnails/large_demo_thumbnails/pennylane-demo-decoded-quantum-interferometry-large-thumbnail.png"
24+
}
25+
],
26+
"seoDescription": "Learn how to implement decoded quantum interferometry in Pennylane to solve the max-XORSAT problem",
27+
"doi": "",
28+
"references": [
29+
{
30+
"id": "Jordan2024",
31+
"type": "article",
32+
"title": "Optimization by Decoded Quantum Interferometry",
33+
"authors": "Stephen P. Jordan, Noah Shutty, Mary Wootters, Adam Zalcman, Alexander Schmidhuber, Robbie King, Sergei V. Isakov, Tanuj Khattar, Ryan Babbush",
34+
"year": "2024",
35+
"journal": "arXiv",
36+
"url": "https://arxiv.org/abs/2408.08292"
37+
},
38+
{
39+
"id": "Bartschi2019",
40+
"type": "article",
41+
"title": "Deterministic Preparation of Dicke States",
42+
"authors": "Andreas Bärtschi, Stephan Eidenbenz",
43+
"year": "2019",
44+
"journal": "arXiv",
45+
"url": "https://arxiv.org/abs/1904.07358"
46+
},
47+
{
48+
"id": "Patamawisut2025",
49+
"type": "article",
50+
"title": "Quantum Circuit Design for Decoded Quantum Interferometry",
51+
"authors": "Natchapol Patamawisut, Naphan Benchasattabuse, Michal Hajdušek, Rodney Van Meter",
52+
"year": "2025",
53+
"journal": "arXiv",
54+
"url": "https://arxiv.org/abs/2504.18334"
55+
},
56+
{
57+
"id": "Classiq2025",
58+
"type": "webpage",
59+
"title": "Decoded Quantum Interferometry Algorithm",
60+
"authors": "Classiq",
61+
"year": "2025",
62+
"url": "https://docs.classiq.io/latest/explore/algorithms/dqi/dqi_max_xorsat/"
63+
}
64+
],
65+
"basedOnPapers": [
66+
"10.48550/arXiv.2408.08292"
67+
],
68+
"referencedByPapers": [],
69+
"relatedContent": [
70+
{
71+
"type": "demonstration",
72+
"id": "tutorial_qft_and_groups",
73+
"weight": 1.0
74+
},
75+
{
76+
"type": "demonstration",
77+
"id": "tutorial_bp_catalyst",
78+
"weight": 1.0
79+
},
80+
{
81+
"type": "demonstration",
82+
"id": "tutorial_qft",
83+
"weight": 1.0
84+
}
85+
]
86+
}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Pinned as pennylane 0.42.2 requires this version
2+
autoray==0.6.11

0 commit comments

Comments
 (0)