Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revise descriptions for our projects #625

Merged
merged 6 commits into from
Dec 6, 2023
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 = "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."
frankharkins marked this conversation as resolved.
Show resolved Hide resolved
licence = "Apache License 2.0"
contact_info = "blake.johnson@ibm.com"
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 feed-forward flow control based on measurement outcomes."
frankharkins marked this conversation as resolved.
Show resolved Hide resolved
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 by using quantum random access codes. Save resources by encoding many binary variables on a single qubit before solving with standard variational algorithms."
frankharkins marked this conversation as resolved.
Show resolved Hide resolved
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 = "Use quantum kernels for machine learning. For researchers and practitioners looking to explore and apply these algorithms to their work."
frankharkins marked this conversation as resolved.
Show resolved Hide resolved
frankharkins marked this conversation as resolved.
Show resolved Hide resolved
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 = "ept@zurich.ibm.com"
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.\" (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_"
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."
frankharkins marked this conversation as resolved.
Show resolved Hide resolved
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 and simulators."
frankharkins marked this conversation as resolved.
Show resolved Hide resolved
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 using quantum optimization algorithms on simulators or real quantum devices."
frankharkins marked this conversation as resolved.
Show resolved Hide resolved
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, 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_"
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 = "frankharkins@hotmail.co.uk"
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."
frankharkins marked this conversation as resolved.
Show resolved Hide resolved
licence = "Apache License 2.0"
contact_info = "blake.johnson@ibm.com"
alternatives = "_No response_"
Expand Down