quantum singular value transformation
{{Short description|Quantum algorithm framework}}
Quantum singular value transformation is a framework for designing quantum algorithms. It encompasses a variety of quantum algorithms for problems that can be solved with linear algebra, including Hamiltonian simulation, search problems, and linear system solving.{{Cite conference |last=Gilyén |first=András |last2=Su |first2=Yuan |last3=Low |first3=Guang Hao |last4=Wiebe |first4=Nathan |date=June 2019 |title=Quantum singular value transformation and beyond: exponential improvements for quantum matrix arithmetics |conference=STOC 2019 |url=https://dl.acm.org/doi/10.1145/3313276.3316366 |language=en |publisher=ACM |pages=193–204 |doi=10.1145/3313276.3316366 |isbn=978-1-4503-6705-9|arxiv=1806.01838 }}{{Cite journal |arxiv = 2105.02859 |last1 = Martyn|first1 = John M. |last2= Rossi |first2 = Zane M |last3=Tan |first3=Andrew K. |last4=Chuang |first4=Isaac L. |title = Grand Unification of Quantum Algorithms|journal = PRX Quantum|volume = 2|pages = 040203|year = 2021| issue=4 |publisher=American Physical Society|doi =10.1103/PRXQuantum.2.040203| bibcode=2021PRXQ....2d0203M |url=https://link.aps.org/doi/10.1103/PRXQuantum.2.040203}}{{Cite journal |last=Arrazola |first=Juan Miguel |date=2023-05-23 |title=Intro to QSVT |url=https://pennylane.ai/qml/demos/tutorial_intro_qsvt/ |journal=PennyLane Demos |language=en}} It was introduced in 2018 by András Gilyén, Yuan Su, Guang Hao Low, and Nathan Wiebe, generalizing algorithms for Hamiltonian simulation of Guang Hao Low and Isaac Chuang inspired by signal processing.{{Cite journal |arxiv = 1606.02685 |last1 = Low|first1 = Guang Hao |last2= Chuang |first2 = Isaac |title = Optimal Hamiltonian Simulation by Quantum Signal Processing|journal = Physical Review Letters|volume = 118|pages = 010501|year = 2017| issue=1 |bibcode = 2017PhRvL.118a0501L|doi = 10.1103/PhysRevLett.118.010501|pmid = 28106413| s2cid=1118993 }}
High-level description
The basic primitive of quantum singular value transformation is the block-encoding. A quantum circuit is a block-encoding of a matrix A if it implements a unitary matrix U such that U contains A in a specified sub-matrix. For example, if , then U is a block-encoding of A.
The fundamental algorithm of QSVT is one that converts a block-encoding of A to a block-encoding of , where p is a polynomial of degree d and denotes the conjugate transpose, with only d applications of the circuit and one ancilla qubit. This can be done for a large class of polynomials p which correspond to applying a polynomial to the singular values of A, giving a "singular value transformation".
A variant of this algorithm can also be performed when A is Hermitian, corresponding to an "eigenvalue transformation". That is, given a block-encoding of A with eigendecomposition of a matrix , one can get a block-encoding for , provided p is bounded.
Algorithm
: Input: A matrix whose singular value decomposition is where are the singular values of A
: Input: A polynomial
: Output: A unitary where has been applied to the singular values of :
- Prepare a unitary that encodes on the top left side of , that is
- Initialize an qubit state
- If the polynomial is odd, apply to
- If the polynomial is even apply to
References
{{reflist}}
See also
External links
- [https://short.classiq.io/qsvt_inversion Implementation of the QSVT algorithm for matrix inversion with Classiq]
{{Algorithm-stub}}