-
Notifications
You must be signed in to change notification settings - Fork 188
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Shadow Hamiltonian Simulation (#1177)
Shadow Hamiltonian Simulation Rapid demo [sc-70411] First example / draft --------- Co-authored-by: Alvaro Ballon <[email protected]> Co-authored-by: Josh Izaac <[email protected]> Co-authored-by: David Wierichs <[email protected]> Co-authored-by: Ivana Kurečić <[email protected]> Co-authored-by: Isaac De Vlugt <[email protected]>
- Loading branch information
1 parent
cae9708
commit aa28ab8
Showing
5 changed files
with
488 additions
and
0 deletions.
There are no files selected for viewing
Binary file added
BIN
+81.9 KB
...mbnails/large_demo_thumbnails/thumbnail_large_shadow_hamiltonian_simulation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+79 KB
...mbnails/opengraph_demo_thumbnails/OGthumbnail_shadow_hamiltonian_simulation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+18.2 KB
..._thumbnails/regular_demo_thumbnails/thumbnail_shadow_hamiltonian_simulation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
122 changes: 122 additions & 0 deletions
122
demonstrations/tutorial_shadow_hamiltonian_simulation.metadata.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,122 @@ | ||
{ | ||
"title": "Shadow Hamiltonian simulation", | ||
"authors": [ | ||
{ | ||
"id": "korbinian_kottmann" | ||
} | ||
], | ||
"dateOfPublication": "2024-08-06T00:00:00+00:00", | ||
"dateOfLastModification": "2024-08-06T00:00:00+00:00", | ||
"categories": [ | ||
"Quantum Computing", | ||
"Algorithms" | ||
], | ||
"tags": [], | ||
"previewImages": [ | ||
{ | ||
"type": "thumbnail", | ||
"uri": "/_static/demo_thumbnails/regular_demo_thumbnails/thumbnail_shadow_hamiltonian_simulation.png" | ||
}, | ||
{ | ||
"type": "large_thumbnail", | ||
"uri": "/_static/demo_thumbnails/large_demo_thumbnails/thumbnail_large_shadow_hamiltonian_simulation.png" | ||
} | ||
], | ||
"seoDescription": "A user-friendly intro to the contents of shadow Hamiltonian simulation, a technique introduced by by Somma et al (arXiv:2407.21775), with a code implementation.", | ||
"doi": "", | ||
"canonicalURL": "/qml/demos/tutorial_shadow_hamiltonian_simulation", | ||
"references": [ | ||
{ | ||
"id": "Wiersema", | ||
"type": "preprint", | ||
"title": "Classification of dynamical Lie algebras for translation-invariant 2-local spin systems in one dimension", | ||
"authors": "Roeland Wiersema, Efekan Kökcü, Alexander F. Kemper, Bojko N. Bakalov", | ||
"year": "2023", | ||
"publisher": "", | ||
"journal": "", | ||
"doi": "10.48550/arXiv.2309.05690", | ||
"url": "https://arxiv.org/abs/2309.05690" | ||
}, | ||
{ | ||
"id": "Goh", | ||
"type": "preprint", | ||
"title": "Lie-algebraic classical simulations for variational quantum computing", | ||
"authors": "Matthew L. Goh, Martin Larocca, Lukasz Cincio, M. Cerezo, Frédéric Sauvage", | ||
"year": "2023", | ||
"publisher": "", | ||
"journal": "", | ||
"doi": "10.48550/arXiv.2308.01432", | ||
"url": "https://arxiv.org/abs/2308.01432" | ||
}, | ||
{ | ||
"id": "Somma", | ||
"type": "preprint", | ||
"title": "Quantum Computation, Complexity, and Many-Body Physics", | ||
"authors": "Rolando D. Somma", | ||
"year": "2005", | ||
"publisher": "", | ||
"journal": "", | ||
"doi": "10.48550/arXiv.quant-ph/0512209", | ||
"url": "https://arxiv.org/abs/quant-ph/0512209" | ||
}, | ||
{ | ||
"id": "Somma2", | ||
"type": "preprint", | ||
"title": "Efficient solvability of Hamiltonians and limits on the power of some quantum computational models", | ||
"authors": "Rolando Somma, Howard Barnum, Gerardo Ortiz, Emanuel Knill", | ||
"year": "2006", | ||
"publisher": "", | ||
"journal": "", | ||
"doi": "10.48550/arXiv.quant-ph/0601030", | ||
"url": "https://arxiv.org/abs/quant-ph/0601030" | ||
}, | ||
{ | ||
"id": "Galitski", | ||
"type": "preprint", | ||
"title": "Quantum-to-Classical Correspondence and Hubbard-Stratonovich Dynamical Systems, a Lie-Algebraic Approach", | ||
"authors": "Victor Galitski", | ||
"year": "2010", | ||
"publisher": "", | ||
"journal": "", | ||
"doi": "10.48550/arXiv.1012.2873", | ||
"url": "https://arxiv.org/abs/1012.2873" | ||
}, | ||
{ | ||
"id": "Aguilar", | ||
"type": "preprint", | ||
"title": "Full classification of Pauli Lie algebras", | ||
"authors": "Gerard Aguilar, Simon Cichy, Jens Eisert, Lennart Bittel", | ||
"year": "2024", | ||
"publisher": "", | ||
"journal": "", | ||
"doi": "10.48550/arXiv.2408.00081", | ||
"url": "https://arxiv.org/abs/2408.00081" | ||
} | ||
, | ||
{ | ||
"id": "SommaShadow", | ||
"type": "preprint", | ||
"title": "Shadow Hamiltonian Simulation", | ||
"authors": "olando D. Somma, Robbie King, Robin Kothari, Thomas O'Brien, Ryan Babbush", | ||
"year": "2024", | ||
"publisher": "", | ||
"journal": "", | ||
"doi": "10.48550/arXiv.2407.21775", | ||
"url": "https://arxiv.org/abs/2407.21775" | ||
} | ||
], | ||
"basedOnPapers": ["10.48550/arXiv.2407.21775"], | ||
"referencedByPapers": [], | ||
"relatedContent": [ | ||
{ | ||
"type": "demonstration", | ||
"id": "tutorial_liealgebra", | ||
"weight": 1.0 | ||
}, | ||
{ | ||
"type": "demonstration", | ||
"id": "tutorial_liesim", | ||
"weight": 1.0 | ||
} | ||
] | ||
} |
Oops, something went wrong.