From a728a3b3b96b4abcebd38b6dad9ab56fa86c7f96 Mon Sep 17 00:00:00 2001 From: Frank Harkins Date: Tue, 5 Dec 2023 17:15:28 +0000 Subject: [PATCH 1/5] Update descriptions --- ecosystem/resources/members/circuit-knitting-toolbox.toml | 2 +- ecosystem/resources/members/mthree.toml | 2 +- ecosystem/resources/members/openqasm.toml | 2 +- ecosystem/resources/members/prototype-entanglement-forging.toml | 2 +- ecosystem/resources/members/prototype-qrao.toml | 2 +- .../resources/members/prototype-quantum-kernel-training.toml | 2 +- ecosystem/resources/members/qiskit-aer.toml | 2 +- ecosystem/resources/members/qiskit-algorithms.toml | 2 +- ecosystem/resources/members/qiskit-bip-mapper.toml | 2 +- ecosystem/resources/members/qiskit-dynamics.toml | 2 +- ecosystem/resources/members/qiskit-experiments.toml | 2 +- ecosystem/resources/members/qiskit-finance.toml | 2 +- ecosystem/resources/members/qiskit-ibm-provider.toml | 2 +- ecosystem/resources/members/qiskit-ibm-runtime.toml | 2 +- ecosystem/resources/members/qiskit-machine-learning.toml | 2 +- ecosystem/resources/members/qiskit-metal.toml | 2 +- ecosystem/resources/members/qiskit-nature-pyscf.toml | 2 +- ecosystem/resources/members/qiskit-nature.toml | 2 +- ecosystem/resources/members/qiskit-optimization.toml | 2 +- ecosystem/resources/members/qiskit-qec.toml | 2 +- ecosystem/resources/members/qiskit-qubit-reuse.toml | 2 +- ecosystem/resources/members/qiskit-research.toml | 2 +- ecosystem/resources/members/qiskit-toqm.toml | 2 +- ecosystem/resources/members/quPython.toml | 2 +- ecosystem/resources/members/quantum-serverless.toml | 2 +- 25 files changed, 25 insertions(+), 25 deletions(-) diff --git a/ecosystem/resources/members/circuit-knitting-toolbox.toml b/ecosystem/resources/members/circuit-knitting-toolbox.toml index e0111c87ef..9f4e0c53d9 100644 --- a/ecosystem/resources/members/circuit-knitting-toolbox.toml +++ b/ecosystem/resources/members/circuit-knitting-toolbox.toml @@ -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 = "Break 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 = "blake.johnson@ibm.com" alternatives = "_No response_" diff --git a/ecosystem/resources/members/mthree.toml b/ecosystem/resources/members/mthree.toml index 29c0e6a5ca..63568e2cba 100644 --- a/ecosystem/resources/members/mthree.toml +++ b/ecosystem/resources/members/mthree.toml @@ -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 = "" diff --git a/ecosystem/resources/members/openqasm.toml b/ecosystem/resources/members/openqasm.toml index 10bc436620..d2bcb44aa7 100644 --- a/ecosystem/resources/members/openqasm.toml +++ b/ecosystem/resources/members/openqasm.toml @@ -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 using the measurement-based quantum circuit model with support for classical feed-forward flow control based on measurement outcomes." licence = "Apache 2.0" contact_info = "_No response_" alternatives = "_No response_" diff --git a/ecosystem/resources/members/prototype-entanglement-forging.toml b/ecosystem/resources/members/prototype-entanglement-forging.toml index 28628deb90..7663f6f51d 100644 --- a/ecosystem/resources/members/prototype-entanglement-forging.toml +++ b/ecosystem/resources/members/prototype-entanglement-forging.toml @@ -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 = "" diff --git a/ecosystem/resources/members/prototype-qrao.toml b/ecosystem/resources/members/prototype-qrao.toml index 254ad3ffd8..a7abb32116 100644 --- a/ecosystem/resources/members/prototype-qrao.toml +++ b/ecosystem/resources/members/prototype-qrao.toml @@ -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 using 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 = "" diff --git a/ecosystem/resources/members/prototype-quantum-kernel-training.toml b/ecosystem/resources/members/prototype-quantum-kernel-training.toml index c75b8ebf29..4a84413f9a 100644 --- a/ecosystem/resources/members/prototype-quantum-kernel-training.toml +++ b/ecosystem/resources/members/prototype-quantum-kernel-training.toml @@ -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 = "Use quantum kernels for machine learning. For researchers and practitioners looking to explore and apply these algorithms to their work." licence = "Apache 2.0" contact_info = "" alternatives = "" diff --git a/ecosystem/resources/members/qiskit-aer.toml b/ecosystem/resources/members/qiskit-aer.toml index 0026d0ed5c..3808762413 100644 --- a/ecosystem/resources/members/qiskit-aer.toml +++ b/ecosystem/resources/members/qiskit-aer.toml @@ -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 diff --git a/ecosystem/resources/members/qiskit-algorithms.toml b/ecosystem/resources/members/qiskit-algorithms.toml index ebcdd64174..35f7ae16cc 100644 --- a/ecosystem/resources/members/qiskit-algorithms.toml +++ b/ecosystem/resources/members/qiskit-algorithms.toml @@ -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 = "ept@zurich.ibm.com" alternatives = "_No response_" diff --git a/ecosystem/resources/members/qiskit-bip-mapper.toml b/ecosystem/resources/members/qiskit-bip-mapper.toml index 1413163376..7b56fcfab6 100644 --- a/ecosystem/resources/members/qiskit-bip-mapper.toml +++ b/ecosystem/resources/members/qiskit-bip-mapper.toml @@ -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.\" (arXiv:2106.06446)." +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.\" (arXiv:2106.06446)." licence = "Apache License 2.0" contact_info = "itoko@jp.ibm.com" alternatives = "_No response_" diff --git a/ecosystem/resources/members/qiskit-dynamics.toml b/ecosystem/resources/members/qiskit-dynamics.toml index 8ada535f3b..b7f29576b9 100644 --- a/ecosystem/resources/members/qiskit-dynamics.toml +++ b/ecosystem/resources/members/qiskit-dynamics.toml @@ -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 diff --git a/ecosystem/resources/members/qiskit-experiments.toml b/ecosystem/resources/members/qiskit-experiments.toml index 7a599ad88d..5112863e3c 100644 --- a/ecosystem/resources/members/qiskit-experiments.toml +++ b/ecosystem/resources/members/qiskit-experiments.toml @@ -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 diff --git a/ecosystem/resources/members/qiskit-finance.toml b/ecosystem/resources/members/qiskit-finance.toml index 3c07a48b24..8a48a149f1 100644 --- a/ecosystem/resources/members/qiskit-finance.toml +++ b/ecosystem/resources/members/qiskit-finance.toml @@ -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 diff --git a/ecosystem/resources/members/qiskit-ibm-provider.toml b/ecosystem/resources/members/qiskit-ibm-provider.toml index eb48180bbf..ea5c63147d 100644 --- a/ecosystem/resources/members/qiskit-ibm-provider.toml +++ b/ecosystem/resources/members/qiskit-ibm-provider.toml @@ -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 and simulators." licence = "Apache 2.0" contact_info = "" alternatives = "" diff --git a/ecosystem/resources/members/qiskit-ibm-runtime.toml b/ecosystem/resources/members/qiskit-ibm-runtime.toml index c721f6b20c..210c69ea88 100644 --- a/ecosystem/resources/members/qiskit-ibm-runtime.toml +++ b/ecosystem/resources/members/qiskit-ibm-runtime.toml @@ -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 = "" diff --git a/ecosystem/resources/members/qiskit-machine-learning.toml b/ecosystem/resources/members/qiskit-machine-learning.toml index f0956ad48a..f8b53c9b09 100644 --- a/ecosystem/resources/members/qiskit-machine-learning.toml +++ b/ecosystem/resources/members/qiskit-machine-learning.toml @@ -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 diff --git a/ecosystem/resources/members/qiskit-metal.toml b/ecosystem/resources/members/qiskit-metal.toml index 1e868c1946..ef7f1bde82 100644 --- a/ecosystem/resources/members/qiskit-metal.toml +++ b/ecosystem/resources/members/qiskit-metal.toml @@ -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 diff --git a/ecosystem/resources/members/qiskit-nature-pyscf.toml b/ecosystem/resources/members/qiskit-nature-pyscf.toml index d38e6299a1..ad414e5fcc 100644 --- a/ecosystem/resources/members/qiskit-nature-pyscf.toml +++ b/ecosystem/resources/members/qiskit-nature-pyscf.toml @@ -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_" diff --git a/ecosystem/resources/members/qiskit-nature.toml b/ecosystem/resources/members/qiskit-nature.toml index 37f01482ad..bfcbb3f6d1 100644 --- a/ecosystem/resources/members/qiskit-nature.toml +++ b/ecosystem/resources/members/qiskit-nature.toml @@ -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 using quantum simulations." licence = "Apache 2.0" labels = [ "Algorithms", "Physics", "Chemistry",] created_at = 1636403009.16708 diff --git a/ecosystem/resources/members/qiskit-optimization.toml b/ecosystem/resources/members/qiskit-optimization.toml index 24034a2aae..7d9cad454b 100644 --- a/ecosystem/resources/members/qiskit-optimization.toml +++ b/ecosystem/resources/members/qiskit-optimization.toml @@ -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 using quantum optimization algorithms on simulators or real quantum devices." licence = "Apache 2.0" labels = [ "Algorithms", "Optimization",] created_at = 1636403009.538761 diff --git a/ecosystem/resources/members/qiskit-qec.toml b/ecosystem/resources/members/qiskit-qec.toml index 926ef94be3..50b7643a6e 100644 --- a/ecosystem/resources/members/qiskit-qec.toml +++ b/ecosystem/resources/members/qiskit-qec.toml @@ -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 developers, experimentalists, and theorists of quantum error correction." licence = "Apache 2.0" contact_info = "_No response_" alternatives = "_No response_" diff --git a/ecosystem/resources/members/qiskit-qubit-reuse.toml b/ecosystem/resources/members/qiskit-qubit-reuse.toml index d1ac50cec7..cc72526d15 100644 --- a/ecosystem/resources/members/qiskit-qubit-reuse.toml +++ b/ecosystem/resources/members/qiskit-qubit-reuse.toml @@ -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 to reuse qubits through mid-circuit measurement and reset." licence = "Apache License 2.0" contact_info = "_No response_" alternatives = "_No response_" diff --git a/ecosystem/resources/members/qiskit-research.toml b/ecosystem/resources/members/qiskit-research.toml index 1464877111..affe611e76 100644 --- a/ecosystem/resources/members/qiskit-research.toml +++ b/ecosystem/resources/members/qiskit-research.toml @@ -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 using Qiskit and IBM Quantum services, demonstrating best practices by example." licence = "Apache 2.0" contact_info = "_No response_" alternatives = "_No response_" diff --git a/ecosystem/resources/members/qiskit-toqm.toml b/ecosystem/resources/members/qiskit-toqm.toml index 9d69a7ae6c..4387d0a056 100644 --- a/ecosystem/resources/members/qiskit-toqm.toml +++ b/ecosystem/resources/members/qiskit-toqm.toml @@ -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, described in https://doi.org/10.1145/3445814.3446706" +description = "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" contact_info = "_No response_" alternatives = "_No response_" diff --git a/ecosystem/resources/members/quPython.toml b/ecosystem/resources/members/quPython.toml index bdc140cd98..b15805990b 100644 --- a/ecosystem/resources/members/quPython.toml +++ b/ecosystem/resources/members/quPython.toml @@ -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 rather than circuit objects. Create higher-level quantum data types and return measurement results as bool-like objects." licence = "MIT license" contact_info = "frankharkins@hotmail.co.uk" alternatives = "_No response_" diff --git a/ecosystem/resources/members/quantum-serverless.toml b/ecosystem/resources/members/quantum-serverless.toml index 82342da4f0..e742e414ed 100644 --- a/ecosystem/resources/members/quantum-serverless.toml +++ b/ecosystem/resources/members/quantum-serverless.toml @@ -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 = "blake.johnson@ibm.com" alternatives = "_No response_" From 082ed30221041c38b4e5f9ad39665b5448fc373c Mon Sep 17 00:00:00 2001 From: Frank Harkins Date: Tue, 5 Dec 2023 18:00:17 +0000 Subject: [PATCH 2/5] Apply suggestions from code review Co-authored-by: Rebecca Dimock <66339736+beckykd@users.noreply.github.com> --- ecosystem/resources/members/openqasm.toml | 2 +- ecosystem/resources/members/prototype-qrao.toml | 2 +- ecosystem/resources/members/qiskit-nature.toml | 2 +- ecosystem/resources/members/qiskit-qec.toml | 2 +- ecosystem/resources/members/qiskit-qubit-reuse.toml | 2 +- ecosystem/resources/members/qiskit-research.toml | 2 +- ecosystem/resources/members/qiskit-toqm.toml | 2 +- ecosystem/resources/members/quPython.toml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ecosystem/resources/members/openqasm.toml b/ecosystem/resources/members/openqasm.toml index d2bcb44aa7..5321560769 100644 --- a/ecosystem/resources/members/openqasm.toml +++ b/ecosystem/resources/members/openqasm.toml @@ -1,6 +1,6 @@ name = "OpenQASM" url = "https://github.com/openqasm/openqasm" -description = "An imperative programming language for near-term quantum computing. Describe quantum programs 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 feed-forward flow control based on measurement outcomes." licence = "Apache 2.0" contact_info = "_No response_" alternatives = "_No response_" diff --git a/ecosystem/resources/members/prototype-qrao.toml b/ecosystem/resources/members/prototype-qrao.toml index a7abb32116..5030687535 100644 --- a/ecosystem/resources/members/prototype-qrao.toml +++ b/ecosystem/resources/members/prototype-qrao.toml @@ -1,6 +1,6 @@ name = "Quantum Random Access Optimization" url = "https://github.com/qiskit-community/prototype-qrao" -description = "Solve larger combinatorial optimization problems using quantum random access codes. Save resources by encoding many binary variables on a single qubit before solving with standard variational algorithms." +description = "Solve larger combinatorial optimization problems by using 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 = "" diff --git a/ecosystem/resources/members/qiskit-nature.toml b/ecosystem/resources/members/qiskit-nature.toml index bfcbb3f6d1..ad5a4facca 100644 --- a/ecosystem/resources/members/qiskit-nature.toml +++ b/ecosystem/resources/members/qiskit-nature.toml @@ -1,6 +1,6 @@ name = "Qiskit Nature" url = "https://github.com/qiskit-community/qiskit-nature" -description = "Model and solve problems in physics, chemistry, material science, and biology 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 diff --git a/ecosystem/resources/members/qiskit-qec.toml b/ecosystem/resources/members/qiskit-qec.toml index 50b7643a6e..42cfa9ac11 100644 --- a/ecosystem/resources/members/qiskit-qec.toml +++ b/ecosystem/resources/members/qiskit-qec.toml @@ -1,6 +1,6 @@ name = "Qiskit QEC" url = "https://github.com/qiskit-community/qiskit-qec" -description = "For developers, experimentalists, and theorists of quantum error correction." +description = "For quantum error correction developers, experimentalists, and theorists." licence = "Apache 2.0" contact_info = "_No response_" alternatives = "_No response_" diff --git a/ecosystem/resources/members/qiskit-qubit-reuse.toml b/ecosystem/resources/members/qiskit-qubit-reuse.toml index cc72526d15..3885efc7fb 100644 --- a/ecosystem/resources/members/qiskit-qubit-reuse.toml +++ b/ecosystem/resources/members/qiskit-qubit-reuse.toml @@ -1,6 +1,6 @@ name = "qiskit-qubit-reuse" url = "https://github.com/qiskit-community/qiskit-qubit-reuse" -description = "A Qiskit transpiler stage plugin to reuse qubits through 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_" diff --git a/ecosystem/resources/members/qiskit-research.toml b/ecosystem/resources/members/qiskit-research.toml index affe611e76..73aeeabc8a 100644 --- a/ecosystem/resources/members/qiskit-research.toml +++ b/ecosystem/resources/members/qiskit-research.toml @@ -1,6 +1,6 @@ name = "Qiskit Research" url = "https://github.com/qiskit-community/qiskit-research" -description = "Run quantum computing research experiments using Qiskit and IBM Quantum services, demonstrating best practices by example." +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_" diff --git a/ecosystem/resources/members/qiskit-toqm.toml b/ecosystem/resources/members/qiskit-toqm.toml index 4387d0a056..87eb6fe75a 100644 --- a/ecosystem/resources/members/qiskit-toqm.toml +++ b/ecosystem/resources/members/qiskit-toqm.toml @@ -1,6 +1,6 @@ name = "Qiskit TOQM" url = "https://github.com/qiskit-toqm/qiskit-toqm" -description = "Transpiler routing method using the Time-Optimal Qubit Mapping (TOQM) algorithm, described in https://doi.org/10.1145/3445814.3446706" +description = "Transpiler routing method that uses the Time-Optimal Qubit Mapping (TOQM) algorithm described in https://doi.org/10.1145/3445814.3446706" licence = "Apache License 2.0" contact_info = "_No response_" alternatives = "_No response_" diff --git a/ecosystem/resources/members/quPython.toml b/ecosystem/resources/members/quPython.toml index b15805990b..51a6e0d9dd 100644 --- a/ecosystem/resources/members/quPython.toml +++ b/ecosystem/resources/members/quPython.toml @@ -1,6 +1,6 @@ name = "quPython" url = "https://github.com/frankharkins/quPython" -description = "Write quantum programs as Python functions rather than 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 = "frankharkins@hotmail.co.uk" alternatives = "_No response_" From 56993246f9be99b3ba47d70726c84f43983092c3 Mon Sep 17 00:00:00 2001 From: Frank Harkins Date: Tue, 5 Dec 2023 18:07:56 +0000 Subject: [PATCH 3/5] Apply suggestions from code review Co-authored-by: Rebecca Dimock <66339736+beckykd@users.noreply.github.com> --- ecosystem/resources/members/qiskit-optimization.toml | 2 +- ecosystem/resources/members/quantum-serverless.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ecosystem/resources/members/qiskit-optimization.toml b/ecosystem/resources/members/qiskit-optimization.toml index 7d9cad454b..e93c0bcc72 100644 --- a/ecosystem/resources/members/qiskit-optimization.toml +++ b/ecosystem/resources/members/qiskit-optimization.toml @@ -1,6 +1,6 @@ name = "Qiskit Optimization" url = "https://github.com/qiskit-community/qiskit-optimization" -description = "Model optimization problems, convert them between different representations, and solve them using quantum optimization algorithms on simulators or real quantum devices." +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 diff --git a/ecosystem/resources/members/quantum-serverless.toml b/ecosystem/resources/members/quantum-serverless.toml index e742e414ed..5a774c53ec 100644 --- a/ecosystem/resources/members/quantum-serverless.toml +++ b/ecosystem/resources/members/quantum-serverless.toml @@ -1,6 +1,6 @@ name = "Quantum Serverless" url = "https://github.com/Qiskit-Extensions/quantum-serverless" -description = "Execute Qiskit programs as long running jobs and distribute them across many CPUs, GPUs, and QPUs." +description = "Execute Qiskit programs as long-running jobs and distribute them across many CPUs, GPUs, and QPUs." licence = "Apache License 2.0" contact_info = "blake.johnson@ibm.com" alternatives = "_No response_" From e06658df4698fe4c53eafde9c3f0a8e6b8ba6eda Mon Sep 17 00:00:00 2001 From: Frank Harkins Date: Wed, 6 Dec 2023 11:03:59 +0000 Subject: [PATCH 4/5] Apply suggestions from code review Co-authored-by: Abby Mitchell <23662430+javabster@users.noreply.github.com> Co-authored-by: abbycross --- ecosystem/resources/members/circuit-knitting-toolbox.toml | 2 +- ecosystem/resources/members/openqasm.toml | 2 +- ecosystem/resources/members/prototype-qrao.toml | 2 +- .../resources/members/prototype-quantum-kernel-training.toml | 2 +- ecosystem/resources/members/qiskit-finance.toml | 2 +- ecosystem/resources/members/qiskit-ibm-provider.toml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ecosystem/resources/members/circuit-knitting-toolbox.toml b/ecosystem/resources/members/circuit-knitting-toolbox.toml index 9f4e0c53d9..38995540d6 100644 --- a/ecosystem/resources/members/circuit-knitting-toolbox.toml +++ b/ecosystem/resources/members/circuit-knitting-toolbox.toml @@ -1,6 +1,6 @@ name = "Circuit Knitting Toolbox" url = "https://github.com/Qiskit-Extensions/circuit-knitting-toolbox" -description = "Break 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." +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 = "blake.johnson@ibm.com" alternatives = "_No response_" diff --git a/ecosystem/resources/members/openqasm.toml b/ecosystem/resources/members/openqasm.toml index 5321560769..dc7d270ac7 100644 --- a/ecosystem/resources/members/openqasm.toml +++ b/ecosystem/resources/members/openqasm.toml @@ -1,6 +1,6 @@ name = "OpenQASM" url = "https://github.com/openqasm/openqasm" -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 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_" diff --git a/ecosystem/resources/members/prototype-qrao.toml b/ecosystem/resources/members/prototype-qrao.toml index 5030687535..71b8da3344 100644 --- a/ecosystem/resources/members/prototype-qrao.toml +++ b/ecosystem/resources/members/prototype-qrao.toml @@ -1,6 +1,6 @@ name = "Quantum Random Access Optimization" url = "https://github.com/qiskit-community/prototype-qrao" -description = "Solve larger combinatorial optimization problems by using quantum random access codes. Save resources by encoding many binary variables on a single qubit before solving with standard variational algorithms." +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 = "" diff --git a/ecosystem/resources/members/prototype-quantum-kernel-training.toml b/ecosystem/resources/members/prototype-quantum-kernel-training.toml index 4a84413f9a..0e4f0cd1d4 100644 --- a/ecosystem/resources/members/prototype-quantum-kernel-training.toml +++ b/ecosystem/resources/members/prototype-quantum-kernel-training.toml @@ -1,6 +1,6 @@ name = "Quantum Kernel Training" url = "https://github.com/qiskit-community/prototype-quantum-kernel-training" -description = "Use quantum kernels for machine learning. For researchers and practitioners looking to explore and apply these algorithms to their work." +description = "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 = "" diff --git a/ecosystem/resources/members/qiskit-finance.toml b/ecosystem/resources/members/qiskit-finance.toml index 8a48a149f1..152fe157a6 100644 --- a/ecosystem/resources/members/qiskit-finance.toml +++ b/ecosystem/resources/members/qiskit-finance.toml @@ -1,6 +1,6 @@ name = "Qiskit Finance" url = "https://github.com/qiskit-community/qiskit-finance" -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." +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 diff --git a/ecosystem/resources/members/qiskit-ibm-provider.toml b/ecosystem/resources/members/qiskit-ibm-provider.toml index ea5c63147d..5f54093eae 100644 --- a/ecosystem/resources/members/qiskit-ibm-provider.toml +++ b/ecosystem/resources/members/qiskit-ibm-provider.toml @@ -1,6 +1,6 @@ name = "Qiskit IBM Provider" url = "https://github.com/Qiskit/qiskit-ibm-provider" -description = "Access IBM Quantum systems and simulators." +description = "Access IBM Quantum systems." licence = "Apache 2.0" contact_info = "" alternatives = "" From 0161002a708aba542f94688aaa4a8ce3421e5849 Mon Sep 17 00:00:00 2001 From: Frank Harkins Date: Wed, 6 Dec 2023 11:05:16 +0000 Subject: [PATCH 5/5] Apply suggestions from code review --- .../resources/members/prototype-quantum-kernel-training.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecosystem/resources/members/prototype-quantum-kernel-training.toml b/ecosystem/resources/members/prototype-quantum-kernel-training.toml index 0e4f0cd1d4..4f6baecabc 100644 --- a/ecosystem/resources/members/prototype-quantum-kernel-training.toml +++ b/ecosystem/resources/members/prototype-quantum-kernel-training.toml @@ -1,6 +1,6 @@ name = "Quantum Kernel Training" url = "https://github.com/qiskit-community/prototype-quantum-kernel-training" -description = "Use quantum kernels for machine learning. This toolkit is for researchers and practitioners looking to explore and apply these algorithms to their work." +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 = ""