A Python package for Quantum Signal Processing optimization and analysis.
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 .
Full documentation is available at: https://qsppack.readthedocs.io/
- Quantum Signal Processing optimization
- Support for various optimization methods (L-BFGS, FPI, Newton)
- Utility functions for Chebyshev polynomials and phase factor manipulation
This project is licensed under the MIT License - see the LICENSE file for details.