diff --git a/ecosystem/resources/members/Blueqat.toml b/ecosystem/resources/members/Blueqat.toml deleted file mode 100644 index 80a0b1d33..000000000 --- a/ecosystem/resources/members/Blueqat.toml +++ /dev/null @@ -1,9 +0,0 @@ -name = "Blueqat" -url = "https://github.com/Blueqat/Blueqat" -description = "A quantum computing SDK" -licence = "Apache 2.0" -labels = [ "Converter", "Software development kit",] -created_at = 1678827878.864396 -updated_at = 1678827878.864397 -stars = 369 -group = "other" diff --git a/ecosystem/resources/members/Quantum-Glasses.toml b/ecosystem/resources/members/Quantum-Glasses.toml deleted file mode 100644 index 05713ede6..000000000 --- a/ecosystem/resources/members/Quantum-Glasses.toml +++ /dev/null @@ -1,9 +0,0 @@ -name = "Quantum-Glasses" -url = "https://github.com/Jayshah25/Quantum-Glasses" -description = "Visualise the effects of single-qubit gates on a qubit via Bloch sphere simulation in a Tkinter software." -licence = "Apache License 2.0" -contact_info = "shahj097@gmail.com" -alternatives = "The only alternative is to code up a circuit (qiskit.QuantumCircuit) and pass the circuit to visualize_transition from qiskit.visualization. Quantum Glasses implementation wraps all of this into a simple, easy to use Tkinter Software." -labels = [ "Visualization",] -stars = 15 -group = "other" diff --git a/ecosystem/resources/members/c3.toml b/ecosystem/resources/members/c3.toml deleted file mode 100644 index 4ee04cd7e..000000000 --- a/ecosystem/resources/members/c3.toml +++ /dev/null @@ -1,11 +0,0 @@ -name = "c3" -url = "https://github.com/q-optimize/c3" -description = "The C3 package is intended to close the loop between open-loop control optimization, control pulse calibration, and model-matching based on calibration data." -licence = "Apache 2.0" -contact_info = "" -alternatives = "" -labels = [ "Circuit simulator",] -created_at = 1678827878.240528 -updated_at = 1678827878.240528 -stars = 63 -group = "other" diff --git a/ecosystem/resources/members/diskit.toml b/ecosystem/resources/members/diskit.toml deleted file mode 100644 index 787b1ae6b..000000000 --- a/ecosystem/resources/members/diskit.toml +++ /dev/null @@ -1,11 +0,0 @@ -name = "diskit" -url = "https://github.com/Interlin-q/diskit" -description = "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." -licence = "Apache License 2.0" -contact_info = "stephen.diadamo@gmail.com, anuranan.fifa14@gmail.com" -alternatives = "Interlin-q: https://github.com/Interlin-q/Interlin-q A similar library but uses QuNetSim to simulate the network communication for distributed quantum computing." -labels = [ "Circuit", "Converter",] -created_at = 1678827878.415704 -updated_at = 1678827878.415704 -stars = 9 -group = "other" diff --git a/ecosystem/resources/members/dynacir.toml b/ecosystem/resources/members/dynacir.toml index a56be7166..5fe4069e2 100644 --- a/ecosystem/resources/members/dynacir.toml +++ b/ecosystem/resources/members/dynacir.toml @@ -3,6 +3,6 @@ url = "https://github.com/derek-wang-ibm/dynacir" description = "Dynacir is a transpilation plugin for Qiskit that optimizes dynamic quantum circuits." licence = "Apache License 2.0" affiliations = "IBM Quantum" -labels = [ "Optimization", "Prototype",] +labels = [] stars = 0 group = "transpiler_plugin" diff --git a/ecosystem/resources/members/electronic-structure-orbital-optimization.toml b/ecosystem/resources/members/electronic-structure-orbital-optimization.toml deleted file mode 100644 index 6644f42c3..000000000 --- a/ecosystem/resources/members/electronic-structure-orbital-optimization.toml +++ /dev/null @@ -1,9 +0,0 @@ -name = "Electronic Structure Orbital Optimization" -url = "https://github.com/JoelHBierman/electronic-structure-orbital-optimization" -description = "Apply orbital optimization to quantum algorithms that solve electronic structure Hamiltonians. This collection of methods optimize the underlying basis set through orbital rotations, finding more accurate energies with fewer qubits." -licence = "Apache License 2.0" -contact_info = "joel.bierman@duke.edu" -affiliations = "Duke University" -labels = [ "Algorithms", "Chemistry",] -stars = 0 -group = "applications" diff --git a/ecosystem/resources/members/kaleidoscope.toml b/ecosystem/resources/members/kaleidoscope.toml deleted file mode 100644 index ac3273434..000000000 --- a/ecosystem/resources/members/kaleidoscope.toml +++ /dev/null @@ -1,11 +0,0 @@ -name = "Kaleidoscope" -url = "https://github.com/QuSTaR/kaleidoscope" -description = "Kaleidoscope" -licence = "Apache 2.0" -contact_info = "" -alternatives = "" -labels = [ "Visualization",] -created_at = 1678827878.7097 -updated_at = 1678827878.709701 -stars = 21 -group = "other" diff --git a/ecosystem/resources/members/mirror-gates.toml b/ecosystem/resources/members/mirror-gates.toml deleted file mode 100644 index ab8573efc..000000000 --- a/ecosystem/resources/members/mirror-gates.toml +++ /dev/null @@ -1,10 +0,0 @@ -name = "mirror-gates" -url = "https://github.com/Pitt-JonesLab/mirror-gates" -description = "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." -licence = "MIT license" -contact_info = "evmckinney9@gmail.com" -affiliations = "University of Pittsburgh" -labels = [ "Paper implementation",] -stars = 3 -group = "transpiler_plugin" -reference_paper = "https://arxiv.org/abs/2308.03874" diff --git a/ecosystem/resources/members/pyEPR.toml b/ecosystem/resources/members/pyEPR.toml deleted file mode 100644 index 82ad10563..000000000 --- a/ecosystem/resources/members/pyEPR.toml +++ /dev/null @@ -1,11 +0,0 @@ -name = "pyEPR" -url = "https://github.com/zlatko-minev/pyEPR" -description = "Qiskit Metal E&M analysis with Ansys and the energy-participation-ratio method is based on pyEPR." -licence = "BSD 3-Clause New or Revised license" -contact_info = "zlatko.minev@ibm.com" -alternatives = "" -labels = [ "Hardware",] -created_at = 1662470654.437653 -updated_at = 1662470654.437655 -stars = 156 -group = "other" diff --git a/ecosystem/resources/members/python-open-controls.toml b/ecosystem/resources/members/python-open-controls.toml deleted file mode 100644 index e46245b5b..000000000 --- a/ecosystem/resources/members/python-open-controls.toml +++ /dev/null @@ -1,9 +0,0 @@ -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" -labels = [ "Hardware",] -created_at = 1678827878.68594 -updated_at = 1678827878.68594 -stars = 99 -group = "other" diff --git a/ecosystem/resources/members/q-kernel-ops.toml b/ecosystem/resources/members/q-kernel-ops.toml deleted file mode 100644 index 1877e05e4..000000000 --- a/ecosystem/resources/members/q-kernel-ops.toml +++ /dev/null @@ -1,12 +0,0 @@ -name = "q-kernel-ops" -url = "https://github.com/Travis-S-IBM/q-kernel-ops" -description = "Code based on the paper \"Kernel Matrix Completion for Offline Quantum-Enhanced Machine Learning\"." -licence = "Apache 2.0" -contact_info = "### Email" -alternatives = "### Alternatives" -labels = [ "Advocate mentorship project", "Machine learning",] -created_at = 1678827878.663275 -updated_at = 1678827878.663276 -stars = 3 -group = "other" -reference_paper = "https://arxiv.org/abs/2112.08449" diff --git a/ecosystem/resources/members/qiskit-bip-mapper.toml b/ecosystem/resources/members/qiskit-bip-mapper.toml deleted file mode 100644 index 7033f63aa..000000000 --- a/ecosystem/resources/members/qiskit-bip-mapper.toml +++ /dev/null @@ -1,12 +0,0 @@ -name = "Qiskit BIP Mapper" -url = "https://github.com/qiskit-community/qiskit-bip-mapper" -description = "Solve 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.\"" -licence = "Apache License 2.0" -contact_info = "itoko@jp.ibm.com" -affiliations = "IBM" -labels = [ "Paper implementation",] -created_at = 1681306690.423614 -updated_at = 1681306690.423619 -stars = 5 -group = "transpiler_plugin" -reference_paper = "https://arxiv.org/abs/2106.06446" diff --git a/ecosystem/resources/members/qiskit-classroom.toml b/ecosystem/resources/members/qiskit-classroom.toml deleted file mode 100644 index 51588e2aa..000000000 --- a/ecosystem/resources/members/qiskit-classroom.toml +++ /dev/null @@ -1,8 +0,0 @@ -name = "qiskit-classroom" -url = "https://github.com/KMU-quantum-classroom/qiskit-classroom" -description = "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." -licence = "Apache License 2.0" -labels = [ "Visualization",] -website = "https://github.com/KMU-quantum-classroom" -stars = 2 -group = "other" diff --git a/ecosystem/resources/members/qiskit-cold-atom.toml b/ecosystem/resources/members/qiskit-cold-atom.toml deleted file mode 100644 index 974940055..000000000 --- a/ecosystem/resources/members/qiskit-cold-atom.toml +++ /dev/null @@ -1,12 +0,0 @@ -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" -contact_info = "" -alternatives = "" -labels = [ "Physics",] -created_at = 1678827878.507531 -updated_at = 1678827878.507532 -stars = 27 -group = "applications" -documentation = "https://qiskit-community.github.io/qiskit-cold-atom/" diff --git a/ecosystem/resources/members/qiskit-ibm-provider.toml b/ecosystem/resources/members/qiskit-ibm-provider.toml deleted file mode 100644 index 91cfb9aa5..000000000 --- a/ecosystem/resources/members/qiskit-ibm-provider.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Qiskit IBM Provider" -url = "https://github.com/Qiskit/qiskit-ibm-provider" -description = "Access IBM Quantum systems." -licence = "Apache 2.0" -contact_info = "" -alternatives = "" -affiliations = "IBM" -labels = [ "IBM maintained", "Partner",] -created_at = 1654696732.591266 -updated_at = 1654696732.591279 -stars = 76 -group = "provider" -documentation = "https://docs.quantum.ibm.com/api/qiskit-ibm-provider" diff --git a/ecosystem/resources/members/qiskit-ibm-runtime.toml b/ecosystem/resources/members/qiskit-ibm-runtime.toml deleted file mode 100644 index 463334d58..000000000 --- a/ecosystem/resources/members/qiskit-ibm-runtime.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Qiskit IBM Runtime" -url = "https://github.com/qiskit/qiskit-ibm-runtime" -description = "Run Qiskit primitives on IBM Quantum hardware with built-in error suppression and mitigation." -licence = "Apache 2.0" -contact_info = "" -alternatives = "" -affiliations = "IBM" -labels = [ "IBM maintained", "Partner",] -created_at = 1654696489.147673 -updated_at = 1654696489.147699 -stars = 124 -group = "provider" -documentation = "https://docs.quantum.ibm.com/api/qiskit-ibm-runtime" diff --git a/ecosystem/resources/members/qiskit-metal-docker.toml b/ecosystem/resources/members/qiskit-metal-docker.toml deleted file mode 100644 index 0f7d76cb8..000000000 --- a/ecosystem/resources/members/qiskit-metal-docker.toml +++ /dev/null @@ -1,9 +0,0 @@ -name = "qiskit-metal-docker" -url = "https://github.com/Dpbm/qiskit-metal-docker" -description = "A Docker image to run Qiskit Metal projects." -licence = "MIT license" -contact_info = "dpbm136@gmail.com" -labels = [ "Hardware",] -website = "https://dpbm.github.io/qiskit-metal-docker/" -stars = 0 -group = "other" diff --git a/ecosystem/resources/members/qiskit-metal.toml b/ecosystem/resources/members/qiskit-metal.toml deleted file mode 100644 index 901b8c24a..000000000 --- a/ecosystem/resources/members/qiskit-metal.toml +++ /dev/null @@ -1,10 +0,0 @@ -name = "Qiskit Metal" -url = "https://github.com/qiskit-community/qiskit-metal" -description = "Design superconducting qubits through a Python API or a visual interface." -licence = "Apache 2.0" -labels = [ "Hardware",] -created_at = 1628883441.119202 -updated_at = 1628883441.119205 -stars = 264 -group = "other" -documentation = "https://qiskit.org/ecosystem/metal/" diff --git a/ecosystem/resources/members/qiskit-nature-pyscf-dft-embedding.toml b/ecosystem/resources/members/qiskit-nature-pyscf-dft-embedding.toml deleted file mode 100644 index c0847af21..000000000 --- a/ecosystem/resources/members/qiskit-nature-pyscf-dft-embedding.toml +++ /dev/null @@ -1,11 +0,0 @@ -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\"." -licence = "Apache License 2.0" -contact_info = "oss@zurich.ibm.com" -labels = [ "Algorithms", "Chemistry",] -created_at = 1685540348.208874 -updated_at = 1685540348.208879 -stars = 5 -group = "applications" -reference_paper = "https://pubs.aip.org/aip/jcp/article-abstract/154/11/114105/315377/Quantum-HF-DFT-embedding-algorithms-for-electronic" diff --git a/ecosystem/resources/members/qiskit-timeline-debugger.toml b/ecosystem/resources/members/qiskit-timeline-debugger.toml deleted file mode 100644 index 44bbdc6d0..000000000 --- a/ecosystem/resources/members/qiskit-timeline-debugger.toml +++ /dev/null @@ -1,9 +0,0 @@ -name = "Qiskit Timeline Debugger" -url = "https://github.com/TheGupta2012/qiskit-timeline-debugger" -description = "A Jupyter widget to highlight the actions of the qiskit transpiler. Simply replace the transpile function with the debugger to see circuit evolution, property set changes, logs, docs, and more." -licence = "Apache 2.0" -labels = [ "Visualization", "Productivity", "Transpiler plugin",] -created_at = 1674387065.334913 -updated_at = 1709296915.670992 -stars = 13 -group = "other" diff --git a/ecosystem/resources/members/qiskit-toqm.toml b/ecosystem/resources/members/qiskit-toqm.toml deleted file mode 100644 index 5bd6c2510..000000000 --- a/ecosystem/resources/members/qiskit-toqm.toml +++ /dev/null @@ -1,10 +0,0 @@ -name = "Qiskit TOQM" -url = "https://github.com/qiskit-toqm/qiskit-toqm" -description = "Transpiler routing method that uses the Time-Optimal Qubit Mapping (TOQM) algorithm." -licence = "Apache License 2.0" -labels = [ "Paper implementation", "Circuit",] -created_at = 1678827878.737541 -updated_at = 1678827878.737541 -stars = 6 -group = "transpiler_plugin" -reference_paper = "https://doi.org/10.1145/3445814.3446706" diff --git a/ecosystem/resources/members/qtcodes.toml b/ecosystem/resources/members/qtcodes.toml deleted file mode 100644 index 605576b58..000000000 --- a/ecosystem/resources/members/qtcodes.toml +++ /dev/null @@ -1,11 +0,0 @@ -name = "qtcodes" -url = "https://github.com/yaleqc/qtcodes" -description = "Qiskit Topological Codes." -licence = "Apache 2.0" -contact_info = "" -alternatives = "" -labels = [ "Error correction",] -created_at = 1678827878.827901 -updated_at = 1678827878.827902 -stars = 87 -group = "other" diff --git a/ecosystem/resources/members/quantum-tetris.toml b/ecosystem/resources/members/quantum-tetris.toml deleted file mode 100644 index 4bf75cc23..000000000 --- a/ecosystem/resources/members/quantum-tetris.toml +++ /dev/null @@ -1,10 +0,0 @@ -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" -labels = [ "Game",] -created_at = 1679712086.990215 -updated_at = 1679712086.99022 -website = "https://olivierbrcknr.github.io/quantum-tetris/" -stars = 8 -group = "other" diff --git a/ecosystem/resources/members/quantumcat.toml b/ecosystem/resources/members/quantumcat.toml deleted file mode 100644 index c4af89b62..000000000 --- a/ecosystem/resources/members/quantumcat.toml +++ /dev/null @@ -1,9 +0,0 @@ -name = "quantumcat" -url = "https://github.com/artificial-brain/quantumcat" -description = "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." -licence = "Apache 2.0" -labels = [ "Algorithms", "Converter",] -created_at = 1678827878.289276 -updated_at = 1678827878.289277 -stars = 22 -group = "other" diff --git a/ecosystem/resources/members/sat-circuits-engine.toml b/ecosystem/resources/members/sat-circuits-engine.toml deleted file mode 100644 index 347a5e96c..000000000 --- a/ecosystem/resources/members/sat-circuits-engine.toml +++ /dev/null @@ -1,10 +0,0 @@ -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" -contact_info = "ohadlev77@gmail.com" -labels = [ "Algorithms", "Circuit",] -created_at = 1678450437.835542 -updated_at = 1678450437.835547 -stars = 7 -group = "other" diff --git a/ecosystem/resources/members/spinoza.toml b/ecosystem/resources/members/spinoza.toml deleted file mode 100644 index d89276e9f..000000000 --- a/ecosystem/resources/members/spinoza.toml +++ /dev/null @@ -1,11 +0,0 @@ -name = "Spinoza" -url = "https://github.com/smu160/spinoza" -description = "One of the fastest open-source quantum state simulators. Spinoza has a Qiskit-like quantum circuit interface, runs on various computing environments, and supports multi-threading and distributed computing." -licence = "Apache License 2.0" -contact_info = "sy2685@columbia.edu" -labels = [ "Circuit simulator", "Rust",] -created_at = 1683727562.604629 -updated_at = 1683727562.604634 -stars = 47 -group = "other" -reference_paper = "https://arxiv.org/abs/2303.01493"