Metadata-Version: 2.4
Name: qsppack
Version: 0.4.0
Summary: A Python package for quantum signal processing optimization and analysis
Author: James Larsen
License: MIT License
        
        Copyright (c) 2025-2026 James Larsen
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Project-URL: Homepage, https://github.com/qsppack/pyqsppack
Project-URL: Bug Tracker, https://github.com/qsppack/pyqsppack/issues
Project-URL: Documentation, https://qsppack.readthedocs.io/
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: matplotlib
Requires-Dist: cvxpy
Provides-Extra: docs
Requires-Dist: sphinx>=7.0.0; extra == "docs"
Requires-Dist: sphinx-rtd-theme; extra == "docs"
Requires-Dist: nbsphinx>=0.9.3; extra == "docs"
Requires-Dist: numpy; extra == "docs"
Requires-Dist: scipy; extra == "docs"
Requires-Dist: matplotlib; extra == "docs"
Requires-Dist: ipython; extra == "docs"
Requires-Dist: ipykernel; extra == "docs"
Requires-Dist: cvxpy; extra == "docs"
Requires-Dist: tomli; extra == "docs"
Provides-Extra: test
Requires-Dist: pytest>=7.0.0; extra == "test"
Requires-Dist: pytest-cov>=4.0.0; extra == "test"
Dynamic: license-file

qsppack - Quantum Signal Processing Package
===========================================

A Python package for Quantum Signal Processing optimization and analysis.

Installation
------------

You can install qsppack using pip:

.. code-block:: bash

    pip install qsppack

Or install from source:

.. code-block:: bash

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

Documentation
-------------

Full documentation is available at: https://qsppack.readthedocs.io/

Features
--------

* Quantum Signal Processing optimization
* Four phase-synthesis methods: L-BFGS, FPI, Newton, and direct NLFT
* Utility functions for Chebyshev polynomials and phase factor manipulation
* Constrained Remez approximation with active-set bound enforcement
* Nonlinear Fourier retraction into the QSP feasible polynomial set

License
-------

This project is licensed under the MIT License - see the LICENSE file for details.
