Skip to content

Commit

Permalink
Getting Started with Amazon Braket Hybrid Jobs (#940)
Browse files Browse the repository at this point in the history
**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]>
  • Loading branch information
5 people authored Oct 16, 2023
1 parent 1a5f3ee commit 4f44565
Show file tree
Hide file tree
Showing 10 changed files with 441 additions and 0 deletions.
Binary file added _static/authors/matthew_beach.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions _static/authors/matthew_beach.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.. bio:: Matt Beach
:photo: ../_static/authors/matthew_beach.png

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
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 40 additions & 0 deletions demonstrations/getting_started_with_hybrid_jobs.metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"title": "Getting started with the Amazon Braket Hybrid Jobs",
"authors": [
{
"id": "matthew_beach",
"id": "josh_izaac",
"id": "thomas_bromley"
}
],
"dateOfPublication": "2023-10-16T00:00:00+00:00",
"dateOfLastModification": "2023-10-16T00:00:00+00:00",
"categories": [
"Devices and Performance"
],
"tags": [],
"previewImages": [
{
"type": "thumbnail",
"uri": "/_images/thumbnail_getting_started_with_hybrid_jobs.png"
},
{
"type": "large_thumbnail",
"uri": "/_static/large_demo_thumbnails/thumbnail_large_getting_started_with_hybrid_jobs.png"
}
],
"seoDescription": "Getting started with the Amazon Braket Hybrid Jobs",
"doi": "",
"canonicalURL": "/qml/demos/getting_started_with_hybrid_jobs",
"references": [],
"basedOnPapers": [],
"referencedByPapers": [],
"relatedContent": [],
"hardware": [
{
"id": "aws",
"link": "https://github.com/amazon-braket/amazon-braket-examples/tree/main/examples/hybrid_jobs",
"logo": "/_static/hardware_logos/aws.png"
}
]
}
390 changes: 390 additions & 0 deletions demonstrations/getting_started_with_hybrid_jobs.py

Large diffs are not rendered by default.

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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions demos_getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,12 @@ Here you can discover the basic tools needed to use PennyLane through simple dem
:description: :doc:`demos/circuits_as_fourier_series`
:tags: fourier

.. gallery-item::
:tooltip: Run variational algorithms on QPUs with Amazon Braket and PennyLane
:figure: demonstrations/getting_started_with_hybrid_jobs/thumbnail_getting_started_with_hybrid_jobs.png
:description: :doc:`demos/getting_started_with_hybrid_jobs`
:tags: braket


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

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

0 comments on commit 4f44565

Please sign in to comment.