Skip to content

Commit

Permalink
How to Learn Dynamics Incoherently (#1156)
Browse files Browse the repository at this point in the history
**Title:**

Learning quantum dynamics incoherently: Variational learning using
classical shadows

**Summary:**

This demo describes how to use a parameterized quantum circuit and
classical shadow measurements to reproduce an unknown quantum process.

**Relevant references:**

https://arxiv.org/abs/2303.12834

----
If you are writing a demonstration, please answer these questions to
facilitate the marketing process.

* GOALS — Why are we working on this now?

  - Promote PennyLane datasets
  - Promote the Learning Dynamics Incoherently dataset
- Highlight and encourage dataset contributions from external
contributors
  - Show PennyLane implementation of a paper


* AUDIENCE — Who is this for?

  QML researchers


* KEYWORDS — What words should be included in the marketing post?


* Which of the following types of documentation is most similar to your
file?
(more details
[here](https://www.notion.so/xanaduai/Different-kinds-of-documentation-69200645fe59442991c71f9e7d8a77f8))
    
- [ ] Tutorial
- [ ] Demo
- [x] How-to

---------

Co-authored-by: Korbinian Kottmann <[email protected]>
Co-authored-by: Ivana Kurečić <[email protected]>
Co-authored-by: Josh Izaac <[email protected]>
Co-authored-by: qottmann <[email protected]>
Co-authored-by: Ashish Kanwar Singh <[email protected]>
Co-authored-by: Justin Pickering <[email protected]>
Co-authored-by: ashishks0522 <[email protected]>
  • Loading branch information
8 people authored Aug 16, 2024
1 parent 8177c2f commit 8d5795b
Show file tree
Hide file tree
Showing 7 changed files with 507 additions and 11 deletions.
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.
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
{
"title": "Learning dynamics incoherently",
"authors": [
{
"username": "Diego"
}
],
"dateOfPublication": "2024-08-15T00:00:00+00:00",
"dateOfLastModification": "2024-08-15T00:00:00+00:00",
"categories": [
"Quantum Machine Learning",
"How-to"
],
"tags": [],
"previewImages": [
{
"type": "thumbnail",
"uri": "_static/demo_thumbnails/regular_demo_thumbnails/thumbnail_learning_dynamics_incoherently.png"
},
{
"type": "large_thumbnail",
"uri": "/_static/demo_thumbnails/large_demo_thumbnails/thumbnail_large_learning_dynamics_incoherently.png"
}
],
"seoDescription": "Learn how to reproduce an unknown quantum process with classical shadow measurements",
"doi": "",
"canonicalURL": "/qml/demos/learning_dynamics_incoherently",
"references": [
{
"id": "jerbi2023power",
"type": "article",
"title": "The power and limitations of learning quantum dynamics incoherently",
"authors": "Sofiene Jerbi, Joe Gibbs, Manuel S. Rudolph, Matthias C. Caro, Patrick J. Coles, Hsin-Yuan Huang, and Zoë Holmes",
"year": "2023",
"url": "https://arxiv.org/abs/2303.12834"
},
{
"id": "Huang2022Quantum",
"type": "article",
"title": "Quantum advantage in learning from experiments",
"journal": "Science",
"authors": "Hsin-Yuan Huang, Michael Broughton, Jordan Cotler, Sitan Chen, Jerry Li, Masoud Mohseni, Hartmut Neven, Ryan Babbush, Richard Kueng, John Preskill, and Jarrod R. McClean",
"year": "2022",
"url": "http://dx.doi.org/10.1126/science.abn7293"
}
],
"basedOnPapers": ["10.48550/arXiv.2303.12834"],
"referencedByPapers": [],
"relatedContent": [
{
"type": "demonstration",
"id": "tutorial_haar_measure",
"weight": 1.0
},
{
"type": "demonstration",
"id": "tutorial_classical_shadows",
"weight": 1.0
},
{
"type": "demonstration",
"id": "tutorial_variational_classifier",
"weight": 1.0
}
]
}
Loading

0 comments on commit 8d5795b

Please sign in to comment.