skillfed

qiskit-algorithms

Qiskit Algorithms: A library of quantum computing algorithms

qiskit-algorithms v0.4.0 112.8K downloads/30d#12,358 on PyPI188
Permissive license Apache-2.0 Active released

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-algorithms

uv

uv add qiskit-algorithms

poetry

poetry add qiskit-algorithms

Installing 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

Environment :: ConsoleIntended Audience :: DevelopersIntended Audience :: Science/ResearchLicense :: OSI Approved :: Apache Software LicenseOperating System :: MacOSOperating System :: Microsoft :: WindowsOperating System :: POSIX :: LinuxProgramming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.9Topic :: Scientific/Engineering

Tags

quantum algorithms libraryqiskit algorithmsquantum computing optimizationvariational quantum algorithmsquantum machine learningquantum simulation algorithms
quantum-computingcommunity-maintained

More Scientific/Engineering packages