Skip to content

Commit 7a9f851

Browse files
committed
patoka paper
1 parent d5d26c1 commit 7a9f851

3 files changed

Lines changed: 47 additions & 0 deletions

File tree

static/images/figures/patoka.png

161 KB
Loading

static/images/thumbs/patoka.png

20.7 KB
Loading

static/papers/patoka.json

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
{
2+
"doi": "10.1145/3706598.3713370",
3+
"web_name": "patoka",
4+
"title": "Toward Human-Quantum Computer Interaction: Interface Techniques for Usable Quantum Computing",
5+
"venue": "CHI",
6+
"year": 2025,
7+
"note": "",
8+
"start_page": null,
9+
"end_page": null,
10+
"volume": null,
11+
"issue": null,
12+
"editors": "",
13+
"publisher": "Association for Computing Machinery (ACM)",
14+
"location": "",
15+
"pdf": "https://arxiv.org/abs/2502.00202",
16+
"abstract": "By leveraging quantum-mechanical properties like superposition, entanglement, and interference, quantum computing (QC) offers promising solutions for problems that classical computing has not been able to solve efficiently, such as drug discovery, cryptography, and physical simulation. Unfortunately, adopting QC remains difficult for potential users like QC beginners and application-specific domain experts, due to limited theoretical and practical knowledge, the lack of integrated interface-wise support, and poor documentation. For example, to use quantum computers, one has to convert conceptual logic into low-level codes, analyze quantum program results, and share programs and results. To support the wider adoption of QC, we, as designers and QC experts, propose interaction techniques for QC through design iterations. These techniques include writing quantum codes conceptually, comparing initial quantum programs with optimized programs, sharing quantum program results, and exploring quantum machines. We demonstrate the feasibility and utility of these techniques via use cases with high-fidelity prototypes.",
17+
"thumbnail": "images/thumbs/patoka.png",
18+
"figure": "images/figures/patoka.png",
19+
"caption": "Example interface techniques for quantum computing. (A) Writing quantum circuits conceptually and with in-situ verification and documentation. (B) Cross-highlighting across logical circuits, physical circuits, and on-machine quantum operations for reviewing circuit optimization outcomes. (C) A dashboard for navigating properties of quantum machines and generating reusable code for retrieving machine properties of interest. (D) Problem-specific visualizations for interpreting quantum program outcomes.",
20+
"visible": true,
21+
"pub_date": "2025-04-25",
22+
"mod_date": "2025-04-25",
23+
"authors": [
24+
{
25+
"first_name": "Hyeok",
26+
"last_name": "Kim",
27+
"url": "https://hyeok.me/"
28+
},
29+
{
30+
"first_name": "Mingyoung",
31+
"last_name": "Jeng"
32+
},
33+
{
34+
"first_name": "Kaitlin N.",
35+
"last_name": "Smith"
36+
}
37+
],
38+
"materials": [
39+
{
40+
"name": "Software",
41+
"link": "https://see-mike-out.github.io/patoka/"
42+
}
43+
],
44+
"tags": [
45+
"quantum computing"
46+
]
47+
}

0 commit comments

Comments
 (0)