Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

awesome-qiskit

Awesome Qiskit is a list of projects, tools, utilities, libraries and tutorials from a broad community of developers and researchers.
https://github.com/qiskit-community/awesome-qiskit

  • Qiskit Machine Learning - The machine learning package contains sample datasets and quantum ml algorithms.
  • Pennylane-Qiskit - The pennylane-qiskit plugin integrates the qiskit quantum computing framework with pennylane's quantum machine learning capabilities.
  • mirror-gates - Mirage is a transpilation plugin for quantum circuits that minimizes the use of swap gates while optimizing native basis gate decomposition through mirror gates. specifically designed for iswap-based quantum systems, mirage improves circuit depth, making quantum algorithms more practical and efficient.
  • Qiskit AQT Provider - Qiskit provider for ion-trap quantum computers from alpine quantum technologies (aqt). https://www.aqt.eu/qc-systems/.
  • c3 - The c3 package is intended to close the loop between open-loop control optimization, control pulse calibration, and model-matching based on calibration data.
  • Quantum Inspire SDK - This platform allows you to execute quantum algorithms using the cqasm language.
  • Qiskit TOQM - Qiskit transpiler routing method using the time-optimal qubit mapping (toqm) algorithm, described in https://doi.org/10.1145/3445814.3446706.
  • Blueqat - A quantum computing sdk.
  • QiskitBot - A discord bot that allows you to execute quantum circuits, look up the qiskit's documentation, and search questions on the quantum computing stackexchange.
  • Quantum-Glasses - Visualise the effects of single-qubit gates on a qubit via bloch sphere simulation in a tkinter software.
  • Qiskit BIP Mapper - This plugin solves the routing and layout problems as a binary integer programming (bip) problem. this is an implementation of g. nannicini et al. "optimal qubit assignment and routing via integer programming." (arxiv:2106.06446).
  • Quantum Tetris - What would happen if you combine tetris with a quantum computer? the winning entry of the quantum design jam from ibm and parsons in october 2021 explores just that!.
  • zoose-codespace - Github codespace template repository based on zoose quantum, a custom docker image with everything included, so you can be up and running with any of the major quantum libraries (incl. qiskit) with only two clicks! no installation required. ideal for beginners or people who want to code quantum circuits on the go. code quantum circuits straight in your browser with vscode.
  • Q-CTRL Open Controls - Q-ctrl open controls is an open-source python package that makes it easy to create and deploy established error-robust quantum control protocols from the open literature.
  • QPong - A quantum version of the classic game pong built with qiskit and pygame.
  • q-kernel-ops - Code based on the paper "kernel matrix completion for offline quantum-enhanced machine learning" (arxiv:2112.08449).
  • Qiskit Nature - Qiskit nature allows researchers and developers in different areas of natural sciences (including physics, chemistry, material science and biology) to model and solve domain-specific problems using quantum simulations.
  • pyRiemann-qiskit - A library for supervised machine learning based on quantum computing and riemannian geometry. the project is built on top of the qiskit and pyriemann projects and focuses on the classification of time series data.
  • Qiskit Algorithms - Qiskit algorithms is a library of quantum algorithms based on qiskit, suitable to run on near-term quantum devices with short-depth circuits.
  • SAT Circuits Synthesis Engine - A python-qiskit-based package that provides capabilities of easily generating, executing and analyzing quantum circuits for satisfiability problems according to user-defined constraints. the circuits generated by the program are based on grover's algorithm and its amplitude-amplification generalization.
  • Spinoza - Spinoza is a quantum state simulator (implemented in rust) that is one of the fastest open-source simulators. spinoza is implemented using a functional approach. additionally, spinoza has a quantumcircuit object-oriented interface, which partially matches qiskit's interface. spinoza is capable of running in a myriad of computing environments (e.g., small workstations), and on various architectures. at this juncture, spinoza only utilizes a single thread; however, it is designed to be easily extended into a parallel version, as well as a distributed version. the paper associated with spinoza is available at arxiv:2303.01493.
  • qiskit-classroom-converter - Convert quantum circuits, matrices, and bra-ket strings. this converter includes the following conversion functions: quantum circuit to bra-ket notation, quantum circuit to matrix, matrix to quantum circuit, bra-ket notation to matrix.
  • dsm-swap - A doubly stochastic matrices-based approach to optimal qubit routing.
  • qiskit-classroom - Qiskit-classroom is a toolkit that helps implement quantum algorithms by converting and visualizing different expressions used in the qiskit ecosystem using qiskit-classroom-converter. the following three transformations are supported : quantum circuit to dirac notation, quantum circuit to matrix, matrix to quantum circuit etc.
  • Qiskit Rigetti Provider - Rigetti provider for qiskit.
  • Kaleidoscope - Kaleidoscope.
  • Qiskit Nature PySCF DFT Embedding - This repository contains the latest prototype implementation of the qiskit nature + pyscf dft embedding. it is based on "quantum hf/dft-embedding algorithms for electronic structure calculations: scaling up to complex molecular systems" (j. chem. phys. 154, 114105).
  • Bosonic Qiskit - Nqi c2qa project to simulate hybrid boson-qubit systems within qiskit.
  • Qiskit Metal - Qiskit metal is an open-source framework for engineers and scientists to design superconducting quantum devices with ease.
  • Qiskit IonQ Provider - This project contains a provider that allows access to ionq ion trap quantum systems.
  • Qiskit Finance - Qiskit finance is an open-source framework that contains uncertainty components for stock/securities problems, ising translators for portfolio optimizations and data providers to source real or random data to finance experiments.
  • Qiskit Cold Atom - Qiskit-cold-atom builds on core qiskit functionalities to integrate programmable quantum simulators of trapped cold atoms in a gate- and circuit-based framework. the project includes a provider and simulators for fermionic and spin-based systems.
  • diskit - Distributed quantum computing is a concept that proposes to connect multiple quantum computers in a network to leverage a collection of more, but physically separated, qubits. in order to perform distributed quantum computing, it is necessary to add the addition of classical communication and entanglement distribution so that the control information from one qubit can be applied to another that is located on another quantum computer. for more details on distributed quantum computing, see the medium blog post "distributed quantum computing: a path to large scale quantum computing". in this project, we aim to validate distributed quantum algorithms using qiskit. because qiskit does not yet come with networking features, we embed a "virtual network topology" into large circuits to mimic distributed quantum computing. the idea is to take a monolithic quantum circuit developed in the qiskit language and distribute the circuit according to an artificially segmented version of a quantum processor. the inputs to the library are a quantum algorithm written monolithically (i.e., in a single circuit) and a topology parameter that represents the artificial segmentation of the single quantum processor. the algorithm takes these two inputs and remaps the qiskit circuit to the specified segmentation, adding all necessary steps to perform an equivalent distributed quantum circuit. our algorithm for achieving this is based on the work "distributed quantum computing and network control for accelerated vqe" (doi: 10.1109/tqe.2021.3057908). the algorithm output is another qiskit circuit with the equivalent measurement statistics but with all of the additional logic needed to perform a distributed version.
  • dense-ev - Implements expectation value measurements in qiskit using optimal dense grouping. dense-ev provides an improvement of ~2^m over naive grouping and (3/2)^m over qubit-wise commuting groups. based on arxiv:2305.11847.
  • QiskitOpt.jl - Qiskitopt.jl is a julia package that exports a jump wrapper for qiskit-optimization.
  • Qiskit Nature PySCF - Qiskit nature pyscf is a third-party integration plugin of qiskit nature and pyscf.
  • pyEPR - Qiskit metal e&m analysis with ansys and the energy-participation-ratio method is based on pyepr.
  • qtcodes - Qiskit topological codes.
  • qBraid - The qbraid-sdk is a python toolkit for cross-framework abstraction, transpilation, and execution of quantum programs.
  • Quantum Prototype Template - A template repository for generating new quantum prototypes based on qiskit.
  • SSVQE - The ssvqe algorithm (arxiv:1810.09434) is a generalization of vqe to find low-lying eigenstates of a hermitian operator. this specific implementation of ssvqe carries out one optimization procedure using weights.
  • Variational Quantum Linear Solver Prototype - The variational quantum linear solver (vqls) uses an optimization approach to solve linear systems of equations. the vqls-prototype allows to easily setup and deploy a vqls instance on different backends through the use of qiskit primitives and the runtime library.
  • qlasskit - Qlasskit is a python library that allows quantum developers to write classical algorithms in pure python and translate them into quantum circuits.
  • Quantum Random Access Optimization - The quantum random access optimization (qrao) module is designed to enable users to leverage a new quantum method for combinatorial optimization problems.
  • Mitiq - Mitiq is a python toolkit for implementing error mitigation techniques on quantum computers.
  • PurpleCaffeine - Project is aimed to create simple general interface to track quantum experiments, store and search them in an easy way.
  • qiskit-superstaq - This package is used to access superstaq via a web api through qiskit. qiskit programmers can take advantage of the applications, pulse level optimizations, and write-once-target-all features of superstaq with this package.
  • RasQberry - Rasqberry is a functional model of ibm quantum system one, and can run qiskit on the integrated raspberry pi.
  • qiskit-symb - Easy-to-use python package designed to enable symbolic quantum computation in qiskit. it provides the basic tools for the symbolic evaluation of statevectors, density matrices, and unitary operators directly created from parametric qiskit quantum circuits. the implementation is based on the sympy library as backend for symbolic expressions manipulation.
  • qiskit-qubit-reuse - A qiskit transpiler stage plugin to enable qubit reuse via mid-circuit measurement and reset.
  • quantumcat - Quantumcat is a platform-independent, open-source, high-level quantum computing library, which allows the quantum community to focus on developing platform-independent quantum applications without much effort.
  • Qiskit Optimization - Framework that covers the whole range from high-level modeling of optimization problems, with automatic conversion of problems to different required representations, to a suite of easy-to-use quantum optimization algorithms that are ready to run on classical simulators, as well as on real quantum devices via qiskit.
  • pytorch-quantum - A pytorch-centric hybrid classical-quantum dynamic neural networks framework.
  • pytket-qiskit - An extension to pytket (a python module for interfacing with cqc tket) that allows pytket circuits to be run on ibm backends and simulators, as well as conversion to and from qiskit representations.
  • qdao - A lightweight framework to enable configurable memory consumption when simulating large quantum circuits.
  • quPython - Write quantum programs as python functions, rather than separate circuit objects. create higher-level quantum data types, and return measurement results as bool-like objects.
  • qiskit-alt - A python package that uses a backend written in julia to implement high performance features for standard qiskit.
  • Circuit Knitting Toolbox - Circuit knitting is the process of decomposing a quantum circuit into smaller circuits, executing those smaller circuits on a quantum processor(s), and then knitting their results into a reconstruction of the original circuit's outcome. circuit knitting includes techniques such as entanglement forging, circuit cutting, and classical embedding. the circuit knitting toolbox (ckt) is a collection of such tools.
  • mthree - Matrix-free measurement mitigation (m3).
  • Qiskit QEC - Framework for quantum error correction is an open-source framework for developers, experimentalist and theorists of quantum error correction (qec).
  • Quantum Serverless - The quantum serverless package aims to allow developers to easily offload computations to cloud resources, without being experts in packaging code for remote execution environments.
  • Qiskit Dynamics - Dynamics is an open-source project for building, transforming, and solving time-dependent quantum systems in qiskit.
  • Quantum Kernel Training - The quantum kernel training (qkt) toolkit is designed to enable users to leverage quantum kernels for machine learning tasks; in particular, researchers who are interested in investigating quantum kernel training algorithms in their own research, as well as practitioners looking to explore and apply these algorithms to their machine learning applications.
  • Qiskit Research - This project contains modules for running quantum computing research experiments using qiskit and the ibm quantum services, demonstrating by example best practices for running such experiments.
  • Entanglement Forging - This module allows a user to simulate chemical and physical systems using a variational quantum eigensolver (vqe) enhanced by entanglement forging. entanglement forging doubles the size of the system that can be exactly simulated on a fixed set of quantum bits.
  • Qiskit Experiments - Qiskit experiments is an open-source project for running characterizing, calibrating, and benchmarking experiments in qiskit.
  • Qiskit Aer - Aer provides high-performance quantum computing simulators with realistic noise models.
  • Qiskit IBM Runtime - This module provides the interface to access qiskit runtime.
  • Qiskit IBM Provider - This project contains a provider that allows accessing the ibm quantum systems and simulators.
  • OpenQASM - Openqasm is an imperative programming language designed for near-term quantum computing algorithms and applications. quantum programs are described using the measurement-based quantum circuit model with support for classical feed-forward flow control based on measurement outcomes.