From 6a32902ca80cfec00cce7e58e1837e23e817ef24 Mon Sep 17 00:00:00 2001 From: Frank Harkins Date: Thu, 30 Nov 2023 17:25:57 +0000 Subject: [PATCH] Review titles (#614) ### Summary Project titles are currently a mixture of "normal" titles (e.g. "Quantum Random Access Optimization"), and slugified titles (e.g. qiskit-nature-pyscf-dft-embedding). This PR changes many of the titles to their "normal" titles. ### Details and comments - I chose "normal" over slugified due to the website styling (IMO slugified is strange in a non-monospaced font) - I got these titles by clicking through to the project and using the title of the README - I did not change any projects I was unsure about (e.g. the "pytorch-quantum" README title is "Quantum Computing in PyTorch"; it's not obvious they'd be happy to stylize it as "PyTorch Quantum") --- .../resources/members/bosonic-qiskit.toml | 2 +- .../members/circuit-knitting-toolbox.toml | 2 +- ecosystem/resources/members/kaleidoscope.toml | 2 +- ecosystem/resources/members/mitiq.toml | 2 +- .../resources/members/pennylane-qiskit.toml | 2 +- .../prototype-entanglement-forging.toml | 2 +- .../prototype-quantum-kernel-training.toml | 2 +- .../resources/members/purplecaffeine.toml | 2 +- .../members/python-open-controls.toml | 2 +- ecosystem/resources/members/qiskit-aer.toml | 2 +- .../resources/members/qiskit-algorithms.toml | 2 +- .../members/qiskit-aqt-provider.toml | 2 +- .../resources/members/qiskit-bip-mapper.toml | 2 +- .../resources/members/qiskit-cold-atom.toml | 2 +- .../resources/members/qiskit-dynamics.toml | 2 +- .../resources/members/qiskit-experiments.toml | 2 +- .../resources/members/qiskit-finance.toml | 2 +- .../members/qiskit-ibm-provider.toml | 2 +- .../resources/members/qiskit-ibm-runtime.toml | 2 +- ecosystem/resources/members/qiskit-ionq.toml | 2 +- .../members/qiskit-machine-learning.toml | 2 +- ecosystem/resources/members/qiskit-metal.toml | 2 +- .../qiskit-nature-pyscf-dft-embedding.toml | 2 +- .../resources/members/qiskit-nature.toml | 2 +- .../members/qiskit-optimization.toml | 2 +- ecosystem/resources/members/qiskit-qec.toml | 2 +- .../resources/members/qiskit-research.toml | 2 +- .../resources/members/qiskit-rigetti.toml | 2 +- ecosystem/resources/members/qiskit-toqm.toml | 2 +- .../members/quantum-prototype-template.toml | 2 +- .../resources/members/quantum-serverless.toml | 2 +- .../resources/members/quantum-tetris.toml | 2 +- .../resources/members/quantuminspire.toml | 2 +- .../members/sat-circuits-engine.toml | 2 +- ecosystem/resources/members/spinoza.toml | 2 +- .../resources/members/vqls-prototype.toml | 2 +- website/index.html | 313 ++++++++++++------ 37 files changed, 241 insertions(+), 144 deletions(-) diff --git a/ecosystem/resources/members/bosonic-qiskit.toml b/ecosystem/resources/members/bosonic-qiskit.toml index b497cf63f2..1a0db1c12d 100644 --- a/ecosystem/resources/members/bosonic-qiskit.toml +++ b/ecosystem/resources/members/bosonic-qiskit.toml @@ -1,4 +1,4 @@ -name = "bosonic-qiskit" +name = "Bosonic Qiskit" url = "https://github.com/C2QA/bosonic-qiskit" description = "NQI C2QA project to simulate hybrid boson-qubit systems within Qiskit." licence = "BSD 2-Clause Simplified or FreeBSD license" diff --git a/ecosystem/resources/members/circuit-knitting-toolbox.toml b/ecosystem/resources/members/circuit-knitting-toolbox.toml index 78981a5c14..e0111c87ef 100644 --- a/ecosystem/resources/members/circuit-knitting-toolbox.toml +++ b/ecosystem/resources/members/circuit-knitting-toolbox.toml @@ -1,4 +1,4 @@ -name = "circuit-knitting-toolbox" +name = "Circuit Knitting Toolbox" url = "https://github.com/Qiskit-Extensions/circuit-knitting-toolbox" description = "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." licence = "Apache License 2.0" diff --git a/ecosystem/resources/members/kaleidoscope.toml b/ecosystem/resources/members/kaleidoscope.toml index 00284817fe..f805646c36 100644 --- a/ecosystem/resources/members/kaleidoscope.toml +++ b/ecosystem/resources/members/kaleidoscope.toml @@ -1,4 +1,4 @@ -name = "kaleidoscope" +name = "Kaleidoscope" url = "https://github.com/QuSTaR/kaleidoscope" description = "Kaleidoscope" licence = "Apache 2.0" diff --git a/ecosystem/resources/members/mitiq.toml b/ecosystem/resources/members/mitiq.toml index de6c3f5898..13451fc707 100644 --- a/ecosystem/resources/members/mitiq.toml +++ b/ecosystem/resources/members/mitiq.toml @@ -1,4 +1,4 @@ -name = "mitiq" +name = "Mitiq" url = "https://github.com/unitaryfund/mitiq" description = "Mitiq is a Python toolkit for implementing error mitigation techniques on quantum computers." licence = "Apache 2.0" diff --git a/ecosystem/resources/members/pennylane-qiskit.toml b/ecosystem/resources/members/pennylane-qiskit.toml index 61e94c325f..96cec0b98c 100644 --- a/ecosystem/resources/members/pennylane-qiskit.toml +++ b/ecosystem/resources/members/pennylane-qiskit.toml @@ -1,4 +1,4 @@ -name = "pennylane-qiskit" +name = "Pennylane-Qiskit" url = "https://github.com/PennyLaneAI/pennylane-qiskit" description = "The PennyLane-Qiskit plugin integrates the Qiskit quantum computing framework with PennyLane's quantum machine learning capabilities." licence = "Apache 2.0" diff --git a/ecosystem/resources/members/prototype-entanglement-forging.toml b/ecosystem/resources/members/prototype-entanglement-forging.toml index 9a27b30c4b..28628deb90 100644 --- a/ecosystem/resources/members/prototype-entanglement-forging.toml +++ b/ecosystem/resources/members/prototype-entanglement-forging.toml @@ -1,4 +1,4 @@ -name = "Entanglement forging" +name = "Entanglement Forging" url = "https://github.com/qiskit-community/prototype-entanglement-forging" description = "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." licence = "Apache 2.0" diff --git a/ecosystem/resources/members/prototype-quantum-kernel-training.toml b/ecosystem/resources/members/prototype-quantum-kernel-training.toml index 2ee34d2d00..c75b8ebf29 100644 --- a/ecosystem/resources/members/prototype-quantum-kernel-training.toml +++ b/ecosystem/resources/members/prototype-quantum-kernel-training.toml @@ -1,4 +1,4 @@ -name = "Quantum kernel training" +name = "Quantum Kernel Training" url = "https://github.com/qiskit-community/prototype-quantum-kernel-training" description = "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." licence = "Apache 2.0" diff --git a/ecosystem/resources/members/purplecaffeine.toml b/ecosystem/resources/members/purplecaffeine.toml index febcf077b9..d4c48ed489 100644 --- a/ecosystem/resources/members/purplecaffeine.toml +++ b/ecosystem/resources/members/purplecaffeine.toml @@ -1,4 +1,4 @@ -name = "purplecaffeine" +name = "PurpleCaffeine" url = "https://github.com/IceKhan13/purplecaffeine" description = "Project is aimed to create simple general interface to track quantum experiments, store and search them in an easy way." licence = "Apache License 2.0" diff --git a/ecosystem/resources/members/python-open-controls.toml b/ecosystem/resources/members/python-open-controls.toml index e478fa471f..78923eaabe 100644 --- a/ecosystem/resources/members/python-open-controls.toml +++ b/ecosystem/resources/members/python-open-controls.toml @@ -1,4 +1,4 @@ -name = "python-open-controls" +name = "Q-CTRL Open Controls" url = "https://github.com/qctrl/python-open-controls" description = "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." licence = "Apache 2.0" diff --git a/ecosystem/resources/members/qiskit-aer.toml b/ecosystem/resources/members/qiskit-aer.toml index 4de3a00816..0026d0ed5c 100644 --- a/ecosystem/resources/members/qiskit-aer.toml +++ b/ecosystem/resources/members/qiskit-aer.toml @@ -1,4 +1,4 @@ -name = "qiskit-aer" +name = "Qiskit Aer" url = "https://github.com/Qiskit/qiskit-aer" description = "Aer provides high-performance quantum computing simulators with realistic noise models." licence = "Apache 2.0" diff --git a/ecosystem/resources/members/qiskit-algorithms.toml b/ecosystem/resources/members/qiskit-algorithms.toml index 0d62874f3b..ebcdd64174 100644 --- a/ecosystem/resources/members/qiskit-algorithms.toml +++ b/ecosystem/resources/members/qiskit-algorithms.toml @@ -1,4 +1,4 @@ -name = "qiskit-algorithms" +name = "Qiskit Algorithms" url = "https://github.com/qiskit-community/qiskit-algorithms" description = "Qiskit Algorithms is a library of quantum algorithms based on Qiskit, suitable to run on near-term quantum devices with short-depth circuits." licence = "Apache License 2.0" diff --git a/ecosystem/resources/members/qiskit-aqt-provider.toml b/ecosystem/resources/members/qiskit-aqt-provider.toml index cf91387708..a449e72a0d 100644 --- a/ecosystem/resources/members/qiskit-aqt-provider.toml +++ b/ecosystem/resources/members/qiskit-aqt-provider.toml @@ -1,4 +1,4 @@ -name = "qiskit-aqt-provider" +name = "Qiskit AQT Provider" url = "https://github.com/qiskit-community/qiskit-aqt-provider" description = "Qiskit provider for ion-trap quantum computers from Alpine Quantum Technologies (AQT). https://www.aqt.eu/qc-systems/" licence = "Apache License 2.0" diff --git a/ecosystem/resources/members/qiskit-bip-mapper.toml b/ecosystem/resources/members/qiskit-bip-mapper.toml index 23ebe1874b..1413163376 100644 --- a/ecosystem/resources/members/qiskit-bip-mapper.toml +++ b/ecosystem/resources/members/qiskit-bip-mapper.toml @@ -1,4 +1,4 @@ -name = "qiskit-bip-mapper" +name = "Qiskit BIP Mapper" url = "https://github.com/qiskit-community/qiskit-bip-mapper" description = "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)." licence = "Apache License 2.0" diff --git a/ecosystem/resources/members/qiskit-cold-atom.toml b/ecosystem/resources/members/qiskit-cold-atom.toml index 3b9bf1276c..489638d481 100644 --- a/ecosystem/resources/members/qiskit-cold-atom.toml +++ b/ecosystem/resources/members/qiskit-cold-atom.toml @@ -1,4 +1,4 @@ -name = "qiskit-cold-atom" +name = "Qiskit Cold Atom" url = "https://github.com/qiskit-community/qiskit-cold-atom" description = "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." licence = "Apache 2.0" diff --git a/ecosystem/resources/members/qiskit-dynamics.toml b/ecosystem/resources/members/qiskit-dynamics.toml index 0aa2e3c846..8ada535f3b 100644 --- a/ecosystem/resources/members/qiskit-dynamics.toml +++ b/ecosystem/resources/members/qiskit-dynamics.toml @@ -1,4 +1,4 @@ -name = "qiskit-dynamics" +name = "Qiskit Dynamics" url = "https://github.com/Qiskit-Extensions/qiskit-dynamics" description = "Dynamics is an open-source project for building, transforming, and solving time-dependent quantum systems in Qiskit." licence = "Apache 2.0" diff --git a/ecosystem/resources/members/qiskit-experiments.toml b/ecosystem/resources/members/qiskit-experiments.toml index 176825a386..7a599ad88d 100644 --- a/ecosystem/resources/members/qiskit-experiments.toml +++ b/ecosystem/resources/members/qiskit-experiments.toml @@ -1,4 +1,4 @@ -name = "qiskit-experiments" +name = "Qiskit Experiments" url = "https://github.com/Qiskit-Extensions/qiskit-experiments" description = "Qiskit Experiments is an open-source project for running characterizing, calibrating, and benchmarking experiments in Qiskit." licence = "Apache 2.0" diff --git a/ecosystem/resources/members/qiskit-finance.toml b/ecosystem/resources/members/qiskit-finance.toml index 6fa734e0bf..3c07a48b24 100644 --- a/ecosystem/resources/members/qiskit-finance.toml +++ b/ecosystem/resources/members/qiskit-finance.toml @@ -1,4 +1,4 @@ -name = "qiskit-finance" +name = "Qiskit Finance" url = "https://github.com/qiskit-community/qiskit-finance" description = "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." licence = "Apache 2.0" diff --git a/ecosystem/resources/members/qiskit-ibm-provider.toml b/ecosystem/resources/members/qiskit-ibm-provider.toml index e5a02c674e..eb48180bbf 100644 --- a/ecosystem/resources/members/qiskit-ibm-provider.toml +++ b/ecosystem/resources/members/qiskit-ibm-provider.toml @@ -1,4 +1,4 @@ -name = "qiskit-ibm-provider" +name = "Qiskit IBM Provider" url = "https://github.com/Qiskit/qiskit-ibm-provider" description = "This project contains a provider that allows accessing the IBM Quantum systems and simulators." licence = "Apache 2.0" diff --git a/ecosystem/resources/members/qiskit-ibm-runtime.toml b/ecosystem/resources/members/qiskit-ibm-runtime.toml index d7e0a528c6..c721f6b20c 100644 --- a/ecosystem/resources/members/qiskit-ibm-runtime.toml +++ b/ecosystem/resources/members/qiskit-ibm-runtime.toml @@ -1,4 +1,4 @@ -name = "qiskit-ibm-runtime" +name = "Qiskit IBM Runtime" url = "https://github.com/qiskit/qiskit-ibm-runtime" description = "This module provides the interface to access Qiskit Runtime." licence = "Apache 2.0" diff --git a/ecosystem/resources/members/qiskit-ionq.toml b/ecosystem/resources/members/qiskit-ionq.toml index 7324040bd3..c948dd3e01 100644 --- a/ecosystem/resources/members/qiskit-ionq.toml +++ b/ecosystem/resources/members/qiskit-ionq.toml @@ -1,4 +1,4 @@ -name = "qiskit-ionq" +name = "Qiskit IonQ Provider" url = "https://github.com/Qiskit-Partners/qiskit-ionq" description = "This project contains a provider that allows access to IonQ ion trap quantum systems." licence = "Apache 2.0" diff --git a/ecosystem/resources/members/qiskit-machine-learning.toml b/ecosystem/resources/members/qiskit-machine-learning.toml index 3186c0b275..f0956ad48a 100644 --- a/ecosystem/resources/members/qiskit-machine-learning.toml +++ b/ecosystem/resources/members/qiskit-machine-learning.toml @@ -1,4 +1,4 @@ -name = "qiskit-machine-learning" +name = "Qiskit Machine Learning" url = "https://github.com/qiskit-community/qiskit-machine-learning" description = "The Machine Learning package contains sample datasets and quantum ML algorithms." licence = "Apache 2.0" diff --git a/ecosystem/resources/members/qiskit-metal.toml b/ecosystem/resources/members/qiskit-metal.toml index f3a742c6b4..1e868c1946 100644 --- a/ecosystem/resources/members/qiskit-metal.toml +++ b/ecosystem/resources/members/qiskit-metal.toml @@ -1,4 +1,4 @@ -name = "qiskit-metal" +name = "Qiskit Metal" url = "https://github.com/qiskit-community/qiskit-metal" description = "Qiskit Metal is an open-source framework for engineers and scientists to design superconducting quantum devices with ease." licence = "Apache 2.0" diff --git a/ecosystem/resources/members/qiskit-nature-pyscf-dft-embedding.toml b/ecosystem/resources/members/qiskit-nature-pyscf-dft-embedding.toml index cf18ab3398..447b705c44 100644 --- a/ecosystem/resources/members/qiskit-nature-pyscf-dft-embedding.toml +++ b/ecosystem/resources/members/qiskit-nature-pyscf-dft-embedding.toml @@ -1,4 +1,4 @@ -name = "qiskit-nature-pyscf-dft-embedding" +name = "Qiskit Nature PySCF DFT Embedding" url = "https://github.com/mrossinek/qiskit-nature-pyscf-dft-embedding" description = "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)" licence = "Apache License 2.0" diff --git a/ecosystem/resources/members/qiskit-nature.toml b/ecosystem/resources/members/qiskit-nature.toml index 84327b9f7b..37f01482ad 100644 --- a/ecosystem/resources/members/qiskit-nature.toml +++ b/ecosystem/resources/members/qiskit-nature.toml @@ -1,4 +1,4 @@ -name = "qiskit-nature" +name = "Qiskit Nature" url = "https://github.com/qiskit-community/qiskit-nature" description = "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" licence = "Apache 2.0" diff --git a/ecosystem/resources/members/qiskit-optimization.toml b/ecosystem/resources/members/qiskit-optimization.toml index f741bee4d0..24034a2aae 100644 --- a/ecosystem/resources/members/qiskit-optimization.toml +++ b/ecosystem/resources/members/qiskit-optimization.toml @@ -1,4 +1,4 @@ -name = "qiskit-optimization" +name = "Qiskit Optimization" url = "https://github.com/qiskit-community/qiskit-optimization" description = "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." licence = "Apache 2.0" diff --git a/ecosystem/resources/members/qiskit-qec.toml b/ecosystem/resources/members/qiskit-qec.toml index 0b4f094925..926ef94be3 100644 --- a/ecosystem/resources/members/qiskit-qec.toml +++ b/ecosystem/resources/members/qiskit-qec.toml @@ -1,4 +1,4 @@ -name = "qiskit-qec" +name = "Qiskit QEC" url = "https://github.com/qiskit-community/qiskit-qec" description = "Framework for Quantum Error Correction is an open-source framework for developers, experimentalist and theorists of Quantum Error Correction (QEC)." licence = "Apache 2.0" diff --git a/ecosystem/resources/members/qiskit-research.toml b/ecosystem/resources/members/qiskit-research.toml index 8b853c8a06..1464877111 100644 --- a/ecosystem/resources/members/qiskit-research.toml +++ b/ecosystem/resources/members/qiskit-research.toml @@ -1,4 +1,4 @@ -name = "qiskit-research" +name = "Qiskit Research" url = "https://github.com/qiskit-community/qiskit-research" description = "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." licence = "Apache 2.0" diff --git a/ecosystem/resources/members/qiskit-rigetti.toml b/ecosystem/resources/members/qiskit-rigetti.toml index ed90f86d86..59dc5c4881 100644 --- a/ecosystem/resources/members/qiskit-rigetti.toml +++ b/ecosystem/resources/members/qiskit-rigetti.toml @@ -1,4 +1,4 @@ -name = "qiskit-rigetti" +name = "Qiskit Rigetti Provider" url = "https://github.com/rigetti/qiskit-rigetti" description = "Rigetti Provider for Qiskit." licence = "Apache 2.0" diff --git a/ecosystem/resources/members/qiskit-toqm.toml b/ecosystem/resources/members/qiskit-toqm.toml index 156df7750a..9d69a7ae6c 100644 --- a/ecosystem/resources/members/qiskit-toqm.toml +++ b/ecosystem/resources/members/qiskit-toqm.toml @@ -1,4 +1,4 @@ -name = "qiskit-toqm" +name = "Qiskit TOQM" url = "https://github.com/qiskit-toqm/qiskit-toqm" description = "Qiskit transpiler routing method using the Time-Optimal Qubit Mapping (TOQM) algorithm, described in https://doi.org/10.1145/3445814.3446706" licence = "Apache License 2.0" diff --git a/ecosystem/resources/members/quantum-prototype-template.toml b/ecosystem/resources/members/quantum-prototype-template.toml index 113d635834..3415bcbed3 100644 --- a/ecosystem/resources/members/quantum-prototype-template.toml +++ b/ecosystem/resources/members/quantum-prototype-template.toml @@ -1,4 +1,4 @@ -name = "quantum-prototype-template" +name = "Quantum Prototype Template" url = "https://github.com/qiskit-community/quantum-prototype-template" description = "A template repository for generating new quantum prototypes based on Qiskit." licence = "Apache License 2.0" diff --git a/ecosystem/resources/members/quantum-serverless.toml b/ecosystem/resources/members/quantum-serverless.toml index 039f766941..82342da4f0 100644 --- a/ecosystem/resources/members/quantum-serverless.toml +++ b/ecosystem/resources/members/quantum-serverless.toml @@ -1,4 +1,4 @@ -name = "quantum-serverless" +name = "Quantum Serverless" url = "https://github.com/Qiskit-Extensions/quantum-serverless" description = "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." licence = "Apache License 2.0" diff --git a/ecosystem/resources/members/quantum-tetris.toml b/ecosystem/resources/members/quantum-tetris.toml index 8d566f5ffc..8d7a46ac0e 100644 --- a/ecosystem/resources/members/quantum-tetris.toml +++ b/ecosystem/resources/members/quantum-tetris.toml @@ -1,4 +1,4 @@ -name = "quantum-tetris" +name = "Quantum Tetris" url = "https://github.com/olivierbrcknr/quantum-tetris" description = "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!" licence = "Apache License 2.0" diff --git a/ecosystem/resources/members/quantuminspire.toml b/ecosystem/resources/members/quantuminspire.toml index d98dc8b5ff..818c449fb9 100644 --- a/ecosystem/resources/members/quantuminspire.toml +++ b/ecosystem/resources/members/quantuminspire.toml @@ -1,4 +1,4 @@ -name = "quantuminspire" +name = "Quantum Inspire SDK" url = "https://github.com/QuTech-Delft/quantuminspire" description = "This platform allows you to execute quantum algorithms using the cQASM language." licence = "Apache 2.0" diff --git a/ecosystem/resources/members/sat-circuits-engine.toml b/ecosystem/resources/members/sat-circuits-engine.toml index 236439d29e..6f50889e19 100644 --- a/ecosystem/resources/members/sat-circuits-engine.toml +++ b/ecosystem/resources/members/sat-circuits-engine.toml @@ -1,4 +1,4 @@ -name = "sat-circuits-engine" +name = "SAT Circuits Synthesis Engine" url = "https://github.com/ohadlev77/sat-circuits-engine" description = "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." licence = "Apache License 2.0" diff --git a/ecosystem/resources/members/spinoza.toml b/ecosystem/resources/members/spinoza.toml index edbfedf101..820ea21348 100644 --- a/ecosystem/resources/members/spinoza.toml +++ b/ecosystem/resources/members/spinoza.toml @@ -1,4 +1,4 @@ -name = "spinoza" +name = "Spinoza" url = "https://github.com/smu160/spinoza" description = "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." licence = "Apache License 2.0" diff --git a/ecosystem/resources/members/vqls-prototype.toml b/ecosystem/resources/members/vqls-prototype.toml index b4c01ecc21..a05a29a00a 100644 --- a/ecosystem/resources/members/vqls-prototype.toml +++ b/ecosystem/resources/members/vqls-prototype.toml @@ -1,4 +1,4 @@ -name = "vqls-prototype" +name = "Variational Quantum Linear Solver Prototype" url = "https://github.com/QuantumApplicationLab/vqls-prototype" description = "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." licence = "Apache License 2.0" diff --git a/website/index.html b/website/index.html index 7e388f83cd..dff5118876 100644 --- a/website/index.html +++ b/website/index.html @@ -47,7 +47,7 @@ alt="Qiskit Ecosystem logo" />

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

@@ -103,7 +103,7 @@

Transpiler plugins

- Use these projects to compile and optimize your quantum circuits. + Compile and optimize your quantum circuits

@@ -167,7 +167,7 @@

qiskit-qubit-reuse

-

qiskit-toqm

+

Qiskit TOQM

Paper implementationCircuit
@@ -197,7 +197,7 @@

qiskit-toqm

-

qiskit-bip-mapper

+

Qiskit BIP Mapper

Paper implementation
@@ -309,7 +309,7 @@

-

qiskit-ibm-runtime

+

Qiskit IBM Runtime

ProviderPartner
@@ -339,7 +339,7 @@

qiskit-ibm-runtime

-

qiskit-ibm-provider

+

Qiskit IBM Provider

ProviderPartner
@@ -369,7 +369,7 @@

qiskit-ibm-provider

-

qiskit-ionq

+

Qiskit IonQ Provider

ProviderPartner
@@ -399,7 +399,7 @@

qiskit-ionq

-

qiskit-aqt-provider

+

Qiskit AQT Provider

Provider
@@ -448,7 +448,7 @@

qiskit-aqt-provider

-

qiskit-cold-atom

+

Qiskit Cold Atom

ProviderPhysics
@@ -497,7 +497,7 @@

qiskit-cold-atom

-

qiskit-rigetti

+

Qiskit Rigetti Provider

Provider
@@ -585,8 +585,7 @@

Application packages

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

@@ -621,7 +620,7 @@

pytorch-quantum

-

qiskit-machine-learning

+

Qiskit Machine Learning

AlgorithmsMachine learning
@@ -670,7 +669,7 @@

qiskit-machine-learning

-

qiskit-nature

+

Qiskit Nature

AlgorithmsPhysicsChemistry
@@ -719,7 +718,7 @@

qiskit-nature

-

qiskit-finance

+

Qiskit Finance

AlgorithmsFinance
@@ -768,7 +767,7 @@

qiskit-finance

-

qiskit-optimization

+

Qiskit Optimization

AlgorithmsOptimization
@@ -817,7 +816,7 @@

qiskit-optimization

-

qiskit-dynamics

+

Qiskit Dynamics

Physics
@@ -866,14 +865,14 @@

qiskit-dynamics

-

bosonic-qiskit

-
Physics
+

Qiskit Algorithms

+
Algorithms
-

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

+

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

-

/> -
-
-
- -

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

+

Quantum Kernel Training

PrototypeMachine learning
@@ -975,7 +974,7 @@

Quantum kernel training

-

Entanglement forging

+

Entanglement Forging

PrototypeChemistry
@@ -1035,14 +1034,14 @@

Quantum Random Access Optimization

-

Qiskit Nature PySCF

-
Chemistry
+

pyRiemann-qiskit

+
Machine learning
-

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

+

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.

-