Singular value threshold projector
In this example, We introduce the implementation of singular value threshold projector.
What is singular value threshold projector
Singular value threshold projectors project out singular vectors with singular values below/above a certain threshold. Suppose that we have access to a unitary , its inverse and the controlled reflection operators , . is of our interest and has a singular value decomposition . For let be the matrix obtained from by replacing all diagonal entries by 1 and all diagonal entries by 0. We define and similarly . For example, set and projects out right singular vectors with singular value at most . These threshold projectors play a major role in quantum algorithms.
The equivalent problem in function approximation
As an example, we implement . We need to implement singular value transformation of for the following rectangle function. We call a subroutine to find the best even polynomial approximating on the interval We solve the problem by convex optimization. Here are the parameters set for the subroutine.
Set up parameters
Solving polynomial approximation
Solving phase factors by running the solver
Verifying the solution
Reference
Gilyén, A., Su, Y., Low, G. H., & Wiebe, N. (2019, June). Quantum singular value transformation and beyond: exponential improvements for quantum matrix arithmetics. In Proceedings of the 51st Annual ACM SIGACT Symposium on Theory of Computing (pp. 193-204).
Dong, Y., Meng, X., Whaley, K. B., & Lin, L. (2021). Efficient phase-factor evaluation in quantum signal processing. Physical Review A, 103(4), 042419.
Last updated