Welcome to qsppack’s documentation!

qsppack is a Python package for Quantum Signal Processing optimization and analysis. This package is based on a MATLAB package by the same name. The MATLAB code can be found at https://github.com/qsppack/QSPPACK, with an earlier version of the tutorials and examples at https://qsppack.gitbook.io/qsppack/ (not actively maintained).

Installation

You can install qsppack using pip:

pip install qsppack

Or install from source:

git clone https://github.com/qsppack/pyqsppack.git
cd pyqsppack
pip install -e .

For development and testing, install with test dependencies:

pip install -e ".[test]"

Contents