Skip to content

A toolbox for solving phase factors in Quantum signal processing.

License

Notifications You must be signed in to change notification settings

ShashiQubit/QSPPACK

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QSP phase factors solvers

A toolbox for solving phase factors in quantum signal processing.

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.

Applications have been solved by these solvers:

  • Hamiltonian simulation
  • Eigenstate filter
  • Matrix inversion

Citing our work

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

Other references:

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

About

A toolbox for solving phase factors in Quantum signal processing.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • MATLAB 97.0%
  • Python 3.0%