Giter VIP home page Giter VIP logo

qsppack's Introduction

QSP phase factors solvers

A toolbox for solving phase factors in quantum signal processing.

Official Website

https://qsppack.gitbook.io/qsppack/ You may find useful tutorials and examples in this website.

Problems and solvers

Given a real polynomial of degree with definite parity such that , the package contains codes for solving phase factors such that

where .

The package contains two kinds of solvers:

  • Optimization-based solver
  • Direct solver (namely the GSLW method and the Haah method)

The package also contains an implementation of the Remez algorithm for finding polynomial approximation.

Citing our work

If you find our work useful or you use our work in your own project, please consider to cite our work.

  • Dong, Y., Meng, X., Whaley, K.B. and Lin, L., 2021. Efficient phase-factor evaluation in quantum signal processing. Physical Review A, 103(4), p.042419.
  • Wang, J., Dong, Y. and Lin, L., 2021. On the energy landscape of symmetric quantum signal processing. Quantum 6 (2022): 850.
  • Dong, Y., Lin, L., Ni, H., & Wang, J. (2022). Infinite quantum signal processing. arXiv preprint arXiv:2209.10162.

Other references:

  • A. Gilyén, Y. Su, G. H. Low, and N. Wiebe. 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, pages 193–204, 2019
  • J. Haah. Product decomposition of periodic functions in quantum signal processing.Quantum, 3:190, 2019

Authors

We hope that the package is useful for your application. If you have any bug reports or comments, please feel free to email one of the software authors:

Installation

  • You can download qsppack and run

    >> startup

    This adds the folder of the solver to MATLAB's path variable.

  • Alternatively you can install qsppack to your current directory by pasting the code below to your MATLAB command window:

    unzip('https://github.com/qsppack/qsppack/archive/master.zip')
    movefile('QSPPACK-master', 'qsppack')
    addpath(fullfile(cd,'qsppack','Solvers','Optimization')), savepath

Then you can test qsppack by running

>> cd Examples

>> test_HS

qsppack's People

Contributors

dongylaq avatar jiasuwang avatar lin-lin avatar qsppack avatar mengxianglgal avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.