Skip to content

Commit

Permalink
Revise descriptions for our projects (#625)
Browse files Browse the repository at this point in the history
### Summary

This PR revises descriptions of projects maintained by IBMers. I don't
believe we need maintainer signoff for these projects so I'm doing them
all in one PR.

***

Part of #623

---------

Co-authored-by: Rebecca Dimock <[email protected]>
Co-authored-by: Abby Mitchell <[email protected]>
Co-authored-by: abbycross <[email protected]>
  • Loading branch information
4 people committed Dec 6, 2023
1 parent 0c5215f commit 31f08c4
Show file tree
Hide file tree
Showing 25 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion ecosystem/resources/members/circuit-knitting-toolbox.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
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."
description = "Decompose large circuits into smaller, hardware-executable circuits, then use their results to reconstruct the original circuit's outcome. This toolbox includes entanglement forging, circuit knitting, and classical embedding."
licence = "Apache License 2.0"
contact_info = "[email protected]"
alternatives = "_No response_"
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/resources/members/mthree.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "mthree"
url = "https://github.com/Qiskit-Partners/mthree"
description = "Matrix-free Measurement Mitigation (M3)."
description = "Matrix-free Measurement Mitigation (M3). Reduce the effects of readout errors from noisy quantum hardware."
licence = "Apache 2.0"
contact_info = ""
alternatives = ""
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/resources/members/openqasm.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "OpenQASM"
url = "https://github.com/openqasm/openqasm"
description = "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."
description = "An imperative programming language for near-term quantum computing. Describe quantum programs by using the measurement-based quantum circuit model with support for classical feedforward flow control based on measurement outcomes."
licence = "Apache 2.0"
contact_info = "_No response_"
alternatives = "_No response_"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
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."
description = "Simulate larger chemical and physical systems using a Variational Quantum Eigensolver. Entanglement Forging doubles the size of the system that can be exactly simulated on a fixed set of qubits."
licence = "Apache 2.0"
contact_info = ""
alternatives = ""
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/resources/members/prototype-qrao.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "Quantum Random Access Optimization"
url = "https://github.com/qiskit-community/prototype-qrao"
description = "The Quantum Random Access Optimization (QRAO) module is designed to enable users to leverage a new quantum method for combinatorial optimization problems."
description = "Solve larger combinatorial optimization problems with quantum random access codes. Save resources by encoding many binary variables on a single qubit before solving with standard variational algorithms."
licence = "Apache 2.0"
contact_info = ""
alternatives = ""
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
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."
description = "Train and use quantum kernels for machine learning. This toolkit is for researchers and practitioners looking to explore and apply these algorithms to their work."
licence = "Apache 2.0"
contact_info = ""
alternatives = ""
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/resources/members/qiskit-aer.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "Qiskit Aer"
url = "https://github.com/Qiskit/qiskit-aer"
description = "Aer provides high-performance quantum computing simulators with realistic noise models."
description = "High-performance quantum computing simulators with realistic noise models."
licence = "Apache 2.0"
labels = [ "Circuit simulator",]
created_at = 1636403010.377695
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/resources/members/qiskit-algorithms.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
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."
description = "A library of quantum algorithms for near-term quantum devices with short-depth circuits."
licence = "Apache License 2.0"
contact_info = "[email protected]"
alternatives = "_No response_"
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/resources/members/qiskit-bip-mapper.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
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.\"."
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 = "[email protected]"
alternatives = "_No response_"
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/resources/members/qiskit-dynamics.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
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."
description = "Build, transform, and solve time-dependent quantum systems."
licence = "Apache 2.0"
labels = [ "Physics",]
created_at = 1628883441.121108
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/resources/members/qiskit-experiments.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
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."
description = "Run characterizing, calibrating, and benchmarking experiments."
licence = "Apache 2.0"
labels = [ "Algorithms", "Hardware",]
created_at = 1661785302.25299
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/resources/members/qiskit-finance.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
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."
description = "This framework includes uncertainty components for stock/securities problems, Ising translators for portfolio optimizations, and data providers to source real or random data for finance experiments."
licence = "Apache 2.0"
labels = [ "Algorithms", "Finance",]
created_at = 1636403009.368607
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/resources/members/qiskit-ibm-provider.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
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."
description = "Access IBM Quantum systems."
licence = "Apache 2.0"
contact_info = ""
alternatives = ""
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/resources/members/qiskit-ibm-runtime.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "Qiskit IBM Runtime"
url = "https://github.com/qiskit/qiskit-ibm-runtime"
description = "This module provides the interface to access Qiskit Runtime."
description = "Run Qiskit primitives on IBM Quantum hardware with built-in error suppression and mitigation."
licence = "Apache 2.0"
contact_info = ""
alternatives = ""
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/resources/members/qiskit-machine-learning.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
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."
description = "Use flexible building blocks, such as quantum kernels and neural networks, to create quantum machine learning algorithms."
licence = "Apache 2.0"
labels = [ "Algorithms", "Machine learning",]
created_at = 1636403010.012954
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/resources/members/qiskit-metal.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
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."
description = "Design superconducting qubits through a Python API or a visual interface."
licence = "Apache 2.0"
labels = [ "Hardware",]
created_at = 1628883441.119202
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/resources/members/qiskit-nature-pyscf.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "Qiskit Nature PySCF"
url = "https://github.com/qiskit-community/qiskit-nature-pyscf"
description = "Qiskit Nature PySCF is a third-party integration plugin of Qiskit Nature and PySCF."
description = "A third-party integration plugin of Qiskit Nature and PySCF."
licence = "Apache License 2.0"
contact_info = "_No response_"
alternatives = "_No response_"
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/resources/members/qiskit-nature.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
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"
description = "Model and solve problems in physics, chemistry, material science, and biology by using quantum simulations."
licence = "Apache 2.0"
labels = [ "Algorithms", "Physics", "Chemistry",]
created_at = 1636403009.16708
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/resources/members/qiskit-optimization.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
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."
description = "Model optimization problems, convert them between different representations, and solve them by using quantum optimization algorithms on simulators or systems."
licence = "Apache 2.0"
labels = [ "Algorithms", "Optimization",]
created_at = 1636403009.538761
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/resources/members/qiskit-qec.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
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)."
description = "For quantum error correction developers, experimentalists, and theorists."
licence = "Apache 2.0"
contact_info = "_No response_"
alternatives = "_No response_"
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/resources/members/qiskit-qubit-reuse.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "qiskit-qubit-reuse"
url = "https://github.com/qiskit-community/qiskit-qubit-reuse"
description = "A Qiskit transpiler stage plugin to enable qubit reuse via mid-circuit measurement and reset."
description = "A Qiskit transpiler stage plugin that reuses qubits through mid-circuit measurement and reset."
licence = "Apache License 2.0"
contact_info = "_No response_"
alternatives = "_No response_"
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/resources/members/qiskit-research.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
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."
description = "Run quantum computing research experiments by using Qiskit and IBM Quantum services, demonstrating best practices by example."
licence = "Apache 2.0"
contact_info = "_No response_"
alternatives = "_No response_"
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/resources/members/qiskit-toqm.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "Qiskit TOQM"
url = "https://github.com/qiskit-toqm/qiskit-toqm"
description = "Qiskit transpiler routing method using the Time-Optimal Qubit Mapping (TOQM) algorithm."
description = "Transpiler routing method that uses the Time-Optimal Qubit Mapping (TOQM) algorithm."
licence = "Apache License 2.0"
contact_info = "_No response_"
alternatives = "_No response_"
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/resources/members/quPython.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "quPython"
url = "https://github.com/frankharkins/quPython"
description = "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."
description = "Write quantum programs as Python functions instead of circuit objects. Create higher-level quantum data types and return measurement results as bool-like objects."
licence = "MIT license"
contact_info = "[email protected]"
alternatives = "_No response_"
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/resources/members/quantum-serverless.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
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."
description = "Execute Qiskit programs as long-running jobs and distribute them across many CPUs, GPUs, and QPUs."
licence = "Apache License 2.0"
contact_info = "[email protected]"
alternatives = "_No response_"
Expand Down

0 comments on commit 31f08c4

Please sign in to comment.