Skip to content

Commit dbc15be

Browse files
Qottmannalvaro-at-xanaduKetpuntoG
authored
OQC Lucy pulse demo (#939)
Continuing #892 OQC hardware control demo Content: - [x] Intro - [x] Single qubit pulse physics - [x] Section about qubit/lab frame - [x] Calibration - [x] X-Y-rotation plane - [x] device actually works - [x] thumbnail - [x] metadata --------- Co-authored-by: Alvaro Ballon <[email protected]> Co-authored-by: KetpuntoG <[email protected]>
1 parent c8a7866 commit dbc15be

12 files changed

+557
-0
lines changed
Loading
+74
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
{
2+
"title": "Pulse programming on OQC Lucy in PennyLane",
3+
"authors": [
4+
{
5+
"id": "korbinian_kottmann"
6+
}
7+
],
8+
"dateOfPublication": "2023-10-30T00:00:00+00:00",
9+
"dateOfLastModification": "2023-10-30T00:00:00+00:00",
10+
"categories": [
11+
"Quantum Computing"
12+
],
13+
"tags": [],
14+
"previewImages": [
15+
{
16+
"type": "thumbnail",
17+
"uri": "/_images/thumbnail_intro_oqc_pulse.png"
18+
},
19+
{
20+
"type": "large_thumbnail",
21+
"uri": "/_static/large_demo_thumbnails/thumbnail_large_oqc_pulse.png"
22+
}
23+
],
24+
"seoDescription": "Learn how to create polynomial approximations to functions using Quantum Signal Processing (QSP).",
25+
"doi": "",
26+
"canonicalURL": "/qml/demos/function_fitting_qsp",
27+
"references": [
28+
{
29+
"id": "Rahamim",
30+
"type": "article",
31+
"title": "Double-sided coaxial circuit QED with out-of-plane wiring",
32+
"authors": "J. Rahamim, T. Behrle, M. J. Peterer, A. Patterson, P. Spring, T. Tsunoda, R. Manenti, G. Tancredi, P. J. Leek",
33+
"year": "2017",
34+
"journal": "Appl. Phys. Lett. 110, 222602 (2017)",
35+
"doi": "10.1063/1.4984299",
36+
"url": "https://arxiv.org/abs/1703.05828"
37+
},
38+
{
39+
"id": "Krantz",
40+
"type": "article",
41+
"title": "A Quantum Engineer's Guide to Superconducting Qubits",
42+
"authors": "Philip Krantz, Morten Kjaergaard, Fei Yan, Terry P. Orlando, Simon Gustavsson, William D. Oliver",
43+
"year": "2017",
44+
"journal": "Applied Physics Reviews 6, 021318 (2019)",
45+
"doi": "10.1063/1.5089550",
46+
"url": "https://arxiv.org/abs/1904.06560"
47+
},
48+
{
49+
"id": "Kottmann",
50+
"type": "preprint",
51+
"title": "Evaluating analytic gradients of pulse programs on quantum computers",
52+
"authors": "Korbinian Kottmann, Nathan Killoran",
53+
"year": "2023",
54+
"doi": "10.48550/arXiv.2309.16756",
55+
"url": "https://arxiv.org/abs/2309.16756"
56+
}
57+
],
58+
"basedOnPapers": [
59+
"10.48550/arXiv.2309.16756"
60+
],
61+
"referencedByPapers": [],
62+
"relatedContent": [
63+
{
64+
"type": "demonstration",
65+
"id": "tutorial_pulse_programming101",
66+
"weight": 1.0
67+
},
68+
{
69+
"type": "demonstration",
70+
"id": "ahs_aquila",
71+
"weight": 1.0
72+
}
73+
]
74+
}

0 commit comments

Comments
 (0)