Skip to content

Commit 4f44565

Browse files
mbeach-awsKetpuntoGLucasSilbernageljosh146isaacdevlugt
authored
Getting Started with Amazon Braket Hybrid Jobs (#940)
**Title:** Getting Started with Amazon Braket Hybrid Jobs **Summary:** This notebook provides an introduction to running hybrid quantum-classical algorithms using PennyLane on Amazon Braket. With Amazon Braket, you gain access to both real quantum devices and both scalable classical compute, enabling you to push the boundaries of your algorithm. **Relevant references:** **Possible Drawbacks:** **Related GitHub Issues:** --------- Co-authored-by: KetpuntoG <[email protected]> Co-authored-by: LucasSilbernagel <[email protected]> Co-authored-by: Josh Izaac <[email protected]> Co-authored-by: Isaac De Vlugt <[email protected]>
1 parent 1a5f3ee commit 4f44565

10 files changed

+441
-0
lines changed

_static/authors/matthew_beach.png

103 KB
Loading

_static/authors/matthew_beach.txt

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.. bio:: Matt Beach
2+
:photo: ../_static/authors/matthew_beach.png
3+
4+
Matthew Beach is an Applied Scientist at Amazon Braket. His research focuses on the intersection of machine learning and quantum physics with an emphasis on using computational methods to study many-body systems.
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
{
2+
"title": "Getting started with the Amazon Braket Hybrid Jobs",
3+
"authors": [
4+
{
5+
"id": "matthew_beach",
6+
"id": "josh_izaac",
7+
"id": "thomas_bromley"
8+
}
9+
],
10+
"dateOfPublication": "2023-10-16T00:00:00+00:00",
11+
"dateOfLastModification": "2023-10-16T00:00:00+00:00",
12+
"categories": [
13+
"Devices and Performance"
14+
],
15+
"tags": [],
16+
"previewImages": [
17+
{
18+
"type": "thumbnail",
19+
"uri": "/_images/thumbnail_getting_started_with_hybrid_jobs.png"
20+
},
21+
{
22+
"type": "large_thumbnail",
23+
"uri": "/_static/large_demo_thumbnails/thumbnail_large_getting_started_with_hybrid_jobs.png"
24+
}
25+
],
26+
"seoDescription": "Getting started with the Amazon Braket Hybrid Jobs",
27+
"doi": "",
28+
"canonicalURL": "/qml/demos/getting_started_with_hybrid_jobs",
29+
"references": [],
30+
"basedOnPapers": [],
31+
"referencedByPapers": [],
32+
"relatedContent": [],
33+
"hardware": [
34+
{
35+
"id": "aws",
36+
"link": "https://github.com/amazon-braket/amazon-braket-examples/tree/main/examples/hybrid_jobs",
37+
"logo": "/_static/hardware_logos/aws.png"
38+
}
39+
]
40+
}

demonstrations/getting_started_with_hybrid_jobs.py

+390
Large diffs are not rendered by default.
Loading
Loading

demos_getting-started.rst

+7
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,12 @@ Here you can discover the basic tools needed to use PennyLane through simple dem
117117
:description: :doc:`demos/circuits_as_fourier_series`
118118
:tags: fourier
119119

120+
.. gallery-item::
121+
:tooltip: Run variational algorithms on QPUs with Amazon Braket and PennyLane
122+
:figure: demonstrations/getting_started_with_hybrid_jobs/thumbnail_getting_started_with_hybrid_jobs.png
123+
:description: :doc:`demos/getting_started_with_hybrid_jobs`
124+
:tags: braket
125+
120126

121127
:html:`</div></div><div style='clear:both'>`
122128

@@ -141,3 +147,4 @@ Here you can discover the basic tools needed to use PennyLane through simple dem
141147
demos/tutorial_qft_arithmetics
142148
demos/tutorial_phase_kickback
143149
demos/ibm_pennylane
150+
demos/getting_started_with_hybrid_jobs

0 commit comments

Comments
 (0)