From 683e1d8a5d1a493da8db2d7139a3a6c99db1e9e4 Mon Sep 17 00:00:00 2001 From: Frank Harkins Date: Thu, 30 Nov 2023 19:59:02 +0000 Subject: [PATCH] Move website out of version control (#617) ### Summary This is generated and published whenever we push to main (see [`deploy-website.yml`](https://github.com/Qiskit/ecosystem/blob/main/.github/workflows/deploy-website.yml)). Keeping this in version control will just add to noise and merge conflicts. --- .gitignore | 3 + website/index.html | 2698 -------------------------------------------- 2 files changed, 3 insertions(+), 2698 deletions(-) delete mode 100644 website/index.html diff --git a/.gitignore b/.gitignore index aaf139faf0..a91d1e5854 100644 --- a/.gitignore +++ b/.gitignore @@ -137,3 +137,6 @@ dmypy.json /ecosystem/resources/cloned_repo_directory/ /resources /tests/resources + +# Generated files +/website/index.html diff --git a/website/index.html b/website/index.html deleted file mode 100644 index dff5118876..0000000000 --- a/website/index.html +++ /dev/null @@ -1,2698 +0,0 @@ - - - - - - - Qiskit Ecosystem - - - - - - - - - - -
-
- -

- Explore projects and hardware providers that use the open-source - Qiskit toolkit or are built on top of it. -

- - - Add your project - - - - -
-
- -
-

- - - - Transpiler plugins -

-

- Compile and optimize your quantum circuits -

-
- -

dsm-swap

-
Paper implementationCircuit
-
- -

A doubly stochastic matrices-based approach to optimal qubit routing.

- -
- -
-
- -

qiskit-qubit-reuse

-
Paper implementation
-
- -

A Qiskit transpiler stage plugin to enable qubit reuse via mid-circuit measurement and reset.

- -
- -
-
- -

Qiskit TOQM

-
Paper implementationCircuit
-
- -

Qiskit transpiler routing method using the Time-Optimal Qubit Mapping (TOQM) algorithm, described in https://doi.org/10.1145/3445814.3446706

- -
- -
-
- -

Qiskit BIP Mapper

-
Paper implementation
-
- -

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).

- -
- -
-
- -

mirror-gates

-
Paper implementation
-
- -

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.

- -
- -
-
- -

- - - - System providers -

-

- Access IBM Quantum and 3rd party systems and simulators to the following - providers -

-
- -

Qiskit IBM Runtime

-
ProviderPartner
-
- -

This module provides the interface to access Qiskit Runtime.

- -
- -
-
- -

Qiskit IBM Provider

-
ProviderPartner
-
- -

This project contains a provider that allows accessing the IBM Quantum systems and simulators.

- -
- -
-
- -

Qiskit IonQ Provider

-
ProviderPartner
-
- -

This project contains a provider that allows access to IonQ ion trap quantum systems.

- -
- -
-
- -

Qiskit AQT Provider

-
Provider
-
- -

Qiskit provider for ion-trap quantum computers from Alpine Quantum Technologies (AQT). https://www.aqt.eu/qc-systems/

- -
- -
-
- -

Qiskit Cold Atom

-
ProviderPhysics
-
- -

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.

- -
- -
-
- -

Qiskit Rigetti Provider

-
Provider
-
- -

Rigetti Provider for Qiskit.

- -
- -
-
- -

qiskit-superstaq

-
ConverterProvider
-
- -

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.

- -
- -
-
- -

- - - - Application packages -

-

- Packages that help apply quantum technology to real-world use cases -

-
-
- -

pytorch-quantum

-
Machine learning
-
- -

A PyTorch-centric hybrid classical-quantum dynamic neural networks framework.

- -
- -
-
- -

Qiskit Machine Learning

-
AlgorithmsMachine learning
-
- -

The Machine Learning package contains sample datasets and quantum ML algorithms.

- -
- -
-
- -

Qiskit Nature

-
AlgorithmsPhysicsChemistry
-
- -

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

- -
- -
-
- -

Qiskit Finance

-
AlgorithmsFinance
-
- -

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 Optimization

-
AlgorithmsOptimization
-
- -

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.

- -
- -
-
- -

Qiskit Dynamics

-
Physics
-
- -

Dynamics is an open-source project for building, transforming, and solving time-dependent quantum systems in Qiskit.

- -
- -
-
- -

Qiskit Algorithms

-
Algorithms
-
- -

Qiskit Algorithms is a library of quantum algorithms based on Qiskit, suitable to run on near-term quantum devices with short-depth circuits.

- -
- -
-
- -

Bosonic Qiskit

-
Physics
-
- -

NQI C2QA project to simulate hybrid boson-qubit systems within Qiskit.

- -
- -
-
- -

Quantum Kernel Training

-
PrototypeMachine learning
-
- -

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.

- -
- -
-
- -

Entanglement Forging

-
PrototypeChemistry
-
- -

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.

- -
- -
-
- -

Quantum Random Access Optimization

-
OptimizationPrototype
-
- -

The Quantum Random Access Optimization (QRAO) module is designed to enable users to leverage a new quantum method for combinatorial optimization problems.

- -
- -
-
- -

pyRiemann-qiskit

-
Machine learning
-
- -

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 Nature PySCF

-
Chemistry
-
- -

Qiskit Nature PySCF is a third-party integration plugin of Qiskit Nature and PySCF.

- -
- -
-
- -

QiskitOpt.jl

-
AlgorithmsJulia
-
- -

QiskitOpt.jl is a Julia package that exports a JuMP wrapper for qiskit-optimization.

- -
- -
-
- -

Qiskit Nature PySCF DFT Embedding

-
AlgorithmsChemistry
-
- -

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)

- -
- -
-
- -

Variational Quantum Linear Solver Prototype

-
AlgorithmsOptimization
-
- -

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.

- -
- -
-
- -

SSVQE

-
AlgorithmsChemistry
-
- -

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.

- -
- -
-
-
- -

- - - - Additional projects -

-

Cool projects that extend, interface with, or use Qiskit

-
- -

OpenQASM

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

- -
- -
-
- -

Qiskit Aer

-
Circuit simulator
-
- -

Aer provides high-performance quantum computing simulators with realistic noise models.

- -
- -
-
- -

Blueqat

-
ConverterSoftware development kit
-
- -

A quantum computing SDK

- -
- -
-
- -

Mitiq

-
Error mitigation
-
- -

Mitiq is a Python toolkit for implementing error mitigation techniques on quantum computers.

- -
- -
-
- -

Qiskit Metal

-
Hardware
-
- -

Qiskit Metal is an open-source framework for engineers and scientists to design superconducting quantum devices with ease.

- -
- -
-
- -

pyEPR

-
Hardware
-
- -

Qiskit Metal E&M analysis with Ansys and the energy-participation-ratio method is based on pyEPR.

- -
- -
-
- -

Pennylane-Qiskit

-
Converter
-
- -

The PennyLane-Qiskit plugin integrates the Qiskit quantum computing framework with PennyLane's quantum machine learning capabilities.

- -
- -
-
- -

Qiskit Experiments

-
AlgorithmsHardware
-
- -

Qiskit Experiments is an open-source project for running characterizing, calibrating, and benchmarking experiments in Qiskit.

- -
- -
-
- -

RasQberry

-
Game
-
- -

RasQberry is a functional model of IBM Quantum System One, and can run Qiskit on the integrated Raspberry Pi

- -
- -
-
- -

QPong

-
Game
-
- -

A quantum version of the classic game Pong built with Qiskit and PyGame

- -
- -
-
- -

Q-CTRL Open Controls

-
Hardware
-
- -

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.

- -
- -
-
- -

qtcodes

-
Error correction
-
- -

Qiskit Topological Codes.

- -
- -
-
- -

Quantum Inspire SDK

-
Algorithms
-
- -

This platform allows you to execute quantum algorithms using the cQASM language.

- -
- -
-
- -

c3

-
Circuit simulator
-
- -

The C3 package is intended to close the loop between open-loop control optimization, control pulse calibration, and model-matching based on calibration data.

- -
- -
-
- -

Qiskit Research

-
Paper implementation
-
- -

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.

- -
- -
-
- -

Circuit Knitting Toolbox

-
AlgorithmsCircuit
-
- -

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.

- -
- -
-
- -

Qiskit QEC

-
AlgorithmsError correctionCircuit
-
- -

Framework for Quantum Error Correction is an open-source framework for developers, experimentalist and theorists of Quantum Error Correction (QEC).

- -
- -
-
- -

qBraid

-
CircuitOpenQASMConverterSoftware development kit
-
- -

The qBraid-SDK is a Python toolkit for cross-framework abstraction, transpilation, and execution of quantum programs.

- -
- -
-
- -

Quantum Serverless

-
Software development kit
-
- -

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.

- -
- -
-
- -

Quantum Prototype Template

-
Productivity
-
- -

A template repository for generating new quantum prototypes based on Qiskit.

- -
- -
-
- -

mthree

-
Error mitigation
-
- -

Matrix-free Measurement Mitigation (M3).

- -
- -
-
- -

QiskitBot

-
Productivity
-
- -

A discord bot that allows you to execute Quantum Circuits, look up the Qiskit's Documentation, and search questions on the Quantum Computing StackExchange

- -
- -
-
- -

quantumcat

-
AlgorithmsConverter
-
- -

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.

- -
- -
-
- -

qlasskit

-
Converter
-
- -

Qlasskit is a Python library that allows quantum developers to write classical algorithms in pure Python and translate them into quantum circuits.

- -
- -
-
- -

Kaleidoscope

-
Visualization
-
- -

Kaleidoscope

- -
- -
-
- -

qiskit-symb

-
Quantum informationCircuit simulator
-
- -

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.

- -
- -
-
- -

Spinoza

-
Circuit simulator
-
- - -

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

- - -
- -
-
- -

Quantum-Glasses

-
Visualization
-
- -

Visualise the effects of single-qubit gates on a qubit via Bloch sphere simulation in a Tkinter software.

- -
- -
-
- -

qiskit-alt

-
JuliaProvider
-
- -

A Python package that uses a backend written in Julia to implement high performance features for standard Qiskit.

- -
- -
-
- -

Quantum Tetris

-
Game
-
- -

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!

- -
- -
-
- -

pytket-qiskit

-
Converter
-
- -

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.

- -
- -
-
- -

SAT Circuits Synthesis Engine

-
AlgorithmsCircuit
-
- -

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.

- -
- -
-
- -

qdao

-
Circuit simulator
-
- -

A lightweight framework to enable configurable memory consumption when simulating large quantum circuits.

- -
- -
-
- -

PurpleCaffeine

-
ProductivityJupyter notebook
-
- -

Project is aimed to create simple general interface to track quantum experiments, store and search them in an easy way.

- -
- -
-
- -

diskit

-
CircuitConverter
-
- - -

- 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

-
Paper implementation
-
- -

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.

- -
- -
-
- -

q-kernel-ops

-
Advocate mentorship projectMachine learning
-
- -

Code based on the paper "Kernel Matrix Completion for Offline Quantum-Enhanced Machine Learning" (arXiv:2112.08449).

- -
- -
-
- -

qiskit-classroom-converter

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

- -
- -
-
- -

qiskit-classroom

-
Visualization
-
- -

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.

- -
- -
-
- -

quPython

-
CircuitConverterProductivity
-
- -

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.

- -
- -
-
- -

zoose-codespace

-
Jupyter notebook
-
- -

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.

- -
- -
-
-
- -