qiskit-algorithms
Qiskit Algorithms: A library of quantum computing algorithms
What it is and what it does
Qiskit Algorithms is a library of quantum computing algorithms designed to run on quantum computers and simulators via the qiskit framework. It provides implementations of variational, optimization, and machine learning algorithms commonly used in quantum computing research and development.
The package depends on qiskit (the core quantum computing SDK), scipy, and numpy for numerical computation. It is no longer officially maintained by IBM but remains available under Apache 2.0 license for community use and extension. Some algorithms support optional third-party optimizers like scikit-quant, SQSnobFit, and nlopt, which can be installed separately as needed.
Use it for:
- Implement variational quantum eigensolvers (VQE) to find ground state energies of quantum systems.
- Run quantum optimization algorithms on quantum hardware or simulators for combinatorial problem-solving.
- Develop quantum machine learning workflows using pre-built algorithm implementations.
- Prototype and test quantum algorithms before deploying to real quantum hardware.
- Extend or customize existing algorithms for specialized quantum computing research.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Qiskit Algorithms provides a library of quantum computing algorithms built on top of qiskit, scipy, and numpy for running on quantum computers and simulators.
Yes, if you are working with qiskit and need standard quantum algorithms. The low install friction and active repository make it straightforward to use. However, be aware that IBM no longer provides official support—this is a community-maintained project. Suitable for research, prototyping, and learning; evaluate your risk tolerance for unsupported code in production use.
Install
qiskit-algorithms on PyPI
pip
pip install qiskit-algorithmsuv
uv add qiskit-algorithmspoetry
poetry add qiskit-algorithmsInstalling qiskit-algorithms
Before you install
Low install friction with a pure-Python wheel distribution. Maintenance is active with recent commits, though the package is no longer officially supported by IBM—it is community-maintained under Apache 2 license at your own risk.
License in practice
Apache 2.0 permissive license allows free use, modification, and distribution with minimal restrictions. You are free to use and extend the code, but IBM no longer provides official support.
Quickstart
pip install qiskit-algorithms
from qiskit_algorithms import VQE
from qiskit import QuantumCircuit
# Use VQE or other algorithms from the library
Requires Python 3.9 or later; qiskit, scipy, and numpy must be installed as runtime dependencies.
Verify before relying
- Whether optional dependencies (scikit-quant, SQSnobFit, nlopt) are required for your specific use case or only for certain algorithms.
- Current state of community maintenance and responsiveness to issues given the lack of official IBM support.
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.9) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 3 — qiskit, scipy, numpy |
| Maintenance | actively maintained — 350 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 112,810/month — #12,358 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: qiskit_algorithms-0.4.0-py3-none-any.whl
Keywords: qiskit, sdk, quantum, algorithms
Tags
More Scientific/Engineering packages
NumPy provides an N-dimensional array object…
permissive · top 100 on PyPI
pandaspandas provides fast, flexible data structures…
permissive · top 100 on PyPI
scipyscipy provides numerical algorithms for…
permissive · top 100 on PyPI
scikit-learnscikit-learn provides a comprehensive Python…
permissive · top 1,000 on PyPI
dilldill extends Python's pickle module to…
permissive · top 1,000 on PyPI
multiprocessMultiprocess is an enhanced fork of Python's…
permissive · top 1,000 on PyPI
qiskitQiskit is an open-source SDK for building and…
permissive · top 5,000 on PyPI
qiskit-experimentsQiskit Experiments provides tools for building,…
permissive · top 15,000 on PyPI
qiskit-terraQiskit Terra provides the core SDK for building…
permissive · top 15,000 on PyPI
quimbQuimb provides Python tools for quantum…
permissive · top 15,000 on PyPI
qiskit-aerAer is a high-performance quantum circuit…
permissive · top 5,000 on PyPI
qiskit-ibm-runtimeProvides a Python client to access IBM Quantum…
permissive · top 15,000 on PyPI
cirq-coreCirq-core provides the foundational framework…
permissive · top 15,000 on PyPI
cirq-pasqalCirq-Pasqal is a Cirq integration module that…
permissive · top 15,000 on PyPI
cirq-ionqIntegrates Cirq quantum circuits with IonQ…
permissive · top 15,000 on PyPI
ibm-quantum-schemasProvides Pydantic models that define the…
permissive · top 15,000 on PyPI