Skip to content

Commit

Permalink
Demo on QSVT for matrix inversion (#836)
Browse files Browse the repository at this point in the history

---------

Co-authored-by: soranjh <[email protected]>
Co-authored-by: Guillermo Alonso-Linaje <[email protected]>
Co-authored-by: ixfoduap <[email protected]>
  • Loading branch information
4 people authored Aug 17, 2023
1 parent 8e59c82 commit 3f4e81c
Show file tree
Hide file tree
Showing 7 changed files with 511 additions and 1 deletion.
Binary file added _static/authors/jarrett_smalley.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/jarrett_smalley.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.. bio:: Jarrett Smalley
:photo: ../_static/authors/jarrett_smalley.png

Jarrett is the Quantum Computational Science Specialist at Rolls Royce, therein developing quantum algorithms for the design of tomorrow's power systems.
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.
92 changes: 92 additions & 0 deletions demonstrations/tutorial_apply_qsvt.metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
{
"title": "QSVT in Practice",
"authors": [
{
"id": "jay_soni"
},
{
"id": "jarrett_smalley"
}
],
"dateOfPublication": "2023-08-22T00:00:00+00:00",
"dateOfLastModification": "2023-08-22T00:00:00+00:00",
"categories": [
"Quantum Computing",
"Algorithms",
"Optimization"
],
"tags": [],
"previewImages": [
{
"type": "thumbnail",
"uri": "/_images/thumbnail_tutorial_QSVT_for_Matrix_Inversion.png"
},
{
"type": "large_thumbnail",
"uri": "/_static/apply_qsvt/thumbnail_large_QSVT_for_Matrix_Inversion.png"
}
],
"seoDescription": "Applying QSVT for matrix inversion",
"doi": "",
"canonicalURL": "/qml/demos/tutorial_apply_qsvt",
"references": [
{
"type": "article",
"id": "qsvt",
"title": "Quantum singular value transformation and beyond: exponential improvements for quantum matrix arithmetics",
"authors": "András Gilyén, Yuan Su, Guang Hao Low, and Nathan Wiebe",
"year": "2019",
"publisher": "",
"journal": "",
"doi": "10.1145/3313276.3316366",
"url": "https://dl.acm.org/doi/abs/10.1145/3313276.3316366"
},
{
"type": "article",
"id": "phaseeval",
"title": "Efficient phase-factor evaluation in quantum signal processing",
"authors": "Dong Y, Meng X, Whaley K and Lin L",
"year": "2021",
"publisher": "",
"journal": "",
"doi": "10.1103/PhysRevA.103.042419",
"url": "https://journals.aps.org/pra/abstract/10.1103/PhysRevA.103.042419"
},
{
"type": "article",
"id": "machineprecision",
"title": "Finding Angles for Quantum Signal Processing with Machine Precision",
"authors": "Chao R, Ding D, Gilyen A, Huang C, and Szegedy M",
"year": "2020",
"publisher": "",
"journal": "",
"doi": "10.48550/arXiv.2003.02831",
"url": "https://arxiv.org/abs/2003.02831"
},
{
"type": "article",
"id": "productdecomp",
"title": "Product decomposition of periodic functions in quantum signal processing",
"authors": "Haah J",
"year": "2019",
"publisher": "",
"journal": "Quantum",
"doi": "10.48550/arXiv.2003.02831",
"url": "https://quantum-journal.org/papers/q-2019-10-07-190/"
}
],
"basedOnPapers": [],
"referencedByPapers": [],
"relatedContent": [
{
"type": "demonstration",
"id": "tutorial_intro_qsvt",
"weight": 1.0
},
{
"type": "demonstration",
"id": "function_fitting_qsp",
"weight": 1.0
}
]
}
Loading

0 comments on commit 3f4e81c

Please sign in to comment.