Commit e5d0177
Added a demo for Resource Estimation of Matrix Inversion using QSVT (#1667)
**Title:**
A new demo using the resource estimation functionality for CFD example
using QSVT.
**Summary:**
**Relevant references:**
**Possible Drawbacks:**
**Related GitHub Issues:**
----
* GOALS — Why are we working on this now?
- Promote the new PL feature (`estimator` module)
- Show a PL implementation of a recent paper
(https://arxiv.org/pdf/2404.02819)
- This demo should teach users how to estimate the cost of the QSVT
based algorithm for solving LSEs.
- We aim to highlight all of the practical considerations a user must
make when specializing the algorithm for their specific problem
instance.
- How should I select my polynomial approximation 1/x (with what error?)
- How does changing the block-encoding affect the cost of my algorithm?
- This demo should estimate the cost for a useful application of the
algorithm.
* AUDIENCE — Who is this for?
- Algo Researcher:
- Expert knowledge of quantum algorithms & resource estimation
- Lacks knowledge of PennyLane
- Lacks knowledge of PennyLane Resource Estimation
- Algo Software Dev:
- Familiar with quantum algorithms & resource estimation
- Familiar with PennyLane
- Lacks knowledge of PennyLane Resource Estimation
* KEYWORDS — What words should be included in the marketing post?
QSVT, Resource Estimation, Matrix Inversion, CFD, Linear systems of
equations,
* 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))
- [x] Tutorial
- [x] Demo
- [ ] How-to
---------
Co-authored-by: ANT0N <39093564+AntonNI8@users.noreply.github.com>
Co-authored-by: Guillermo Alonso-Linaje <65235481+KetpuntoG@users.noreply.github.com>
Co-authored-by: drdren <104710745+drdren@users.noreply.github.com>
Co-authored-by: AntonNI8 <AntonNI8@users.noreply.github.com>
Co-authored-by: Daniela Angulo <42325731+daniela-angulo@users.noreply.github.com>1 parent 2ae7eb2 commit e5d0177
9 files changed
Lines changed: 457 additions & 0 deletions
File tree
- _static
- demo_thumbnails
- large_demo_thumbnails
- opengraph_demo_thumbnails
- regular_demo_thumbnails
- demonstration_assets/resource_estimation_QSVT_CFD
- demonstrations_v2/tutorial_resource_estimation_QSVT_CFD
Lines changed: 361 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 96 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
0 commit comments