Skip to content

Commit

Permalink
Tidy descriptions (#599)
Browse files Browse the repository at this point in the history
This PR makes small adjustments to the descriptions that do not change
their meaning. The changes are:

- Make descriptions full sentences
- Fix obvious grammatical errors
- Remove markdown

Since these changes do not affect meaning, we don't need to run this PR
by project developers. I plan to make follow up PRs rephrasing and
shortening some descriptions, which I will get sign-off from developers
for.
  • Loading branch information
frankharkins committed Nov 28, 2023
1 parent 94a6a0f commit 2d7973c
Show file tree
Hide file tree
Showing 23 changed files with 43 additions and 43 deletions.
2 changes: 1 addition & 1 deletion ecosystem/resources/members/Quantum-Glasses.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
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."
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 = "[email protected]"
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."
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/resources/members/SSVQE.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "SSVQE"
url = "https://github.com/JoelHBierman/SSVQE"
description = "The SSVQE algorithm (https://arxiv.org/abs/1810.09434) is a generalization of VQE to find low-lying eigenstates of a Hermitian operator. This specific implementation of SSVQE carries out one optimization procedure using weights."
description = "The SSVQE algorithm (arXiv:1810.09434) is a generalization of VQE to find low-lying eigenstates of a Hermitian operator. This specific implementation of SSVQE carries out one optimization procedure using weights."
licence = "Apache License 2.0"
contact_info = "[email protected]"
alternatives = "_No response_"
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/resources/members/diskit.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
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 this blog post: [Distributed Quantum Computing: A path to large scale quantum computing](https://medium.com/@stephen.diadamo/distributed-quantum-computing-1c5d38a34c50) 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](https://ieeexplore.ieee.org/document/9351762). 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."
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 = "[email protected], [email protected]"
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."
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/resources/members/mitiq.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "mitiq"
url = "https://github.com/unitaryfund/mitiq"
description = "Mitiq is a Python toolkit for implementing error mitigation techniques on quantum computers"
description = "Mitiq is a Python toolkit for implementing error mitigation techniques on quantum computers."
licence = "Apache 2.0"
labels = [ "Error mitigation",]
created_at = 1678827878.932437
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)."
licence = "Apache 2.0"
contact_info = ""
alternatives = ""
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/resources/members/pennylane-qiskit.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "pennylane-qiskit"
url = "https://github.com/PennyLaneAI/pennylane-qiskit"
description = "The PennyLane-Qiskit plugin integrates the Qiskit quantum computing framework with PennyLane's quantum machine learning capabilities"
description = "The PennyLane-Qiskit plugin integrates the Qiskit quantum computing framework with PennyLane's quantum machine learning capabilities."
licence = "Apache 2.0"
labels = [ "Converter",]
created_at = 1678827878.782751
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/resources/members/python-open-controls.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "python-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"
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
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/resources/members/pytket-qiskit.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "pytket-qiskit"
url = "https://github.com/CQCL/pytket-qiskit"
description = "an extension to Pytket (a python module for interfacing with CQC tket) that allows Pytket circuits to be run on IBM backends and simulators, as well as conversion to and from Qiskit representations."
description = "An extension to Pytket (a python module for interfacing with CQC tket) that allows Pytket circuits to be run on IBM backends and simulators, as well as conversion to and from Qiskit representations."
licence = "Apache 2.0"
labels = [ "Converter",]
created_at = 1661869851.523229
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/resources/members/q-kernel-ops.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "q-kernel-ops"
url = "https://github.com/Travis-S-IBM/q-kernel-ops"
description = "Code base on the paper Kernel Matrix Completion for Offline Quantum-Enhanced Machine Learning [2112.08449](https://arxiv.org/abs/2112.08449)."
description = "Code based on the paper \"Kernel Matrix Completion for Offline Quantum-Enhanced Machine Learning\" (arXiv:2112.08449)."
licence = "Apache 2.0"
contact_info = "### Email"
alternatives = "### Alternatives"
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/resources/members/qiskit-alt.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "qiskit-alt"
url = "https://github.com/Qiskit-Extensions/qiskit-alt"
description = "Python package uses a backend written in Julia to implement high performance features for standard Qiskit."
description = "A Python package that uses a backend written in Julia to implement high performance features for standard Qiskit."
licence = "Apache 2.0"
contact_info = ""
alternatives = ""
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "qiskit-classroom-converter"
url = "https://github.com/KMU-quantum-classroom/qiskit-classroom-converter"
description = "Convert quantum circuits, matrices, and bra-ket strings. This converter includes the following conversion functions: quantum circuit to bra-ket notation, quantum circuit to matrix, matrix to quantum circuit, bra-ket notation to matrix"
description = "Convert quantum circuits, matrices, and bra-ket strings. This converter includes the following conversion functions: quantum circuit to bra-ket notation, quantum circuit to matrix, matrix to quantum circuit, bra-ket notation to matrix."
licence = "Apache License 2.0"
contact_info = "_No response_"
alternatives = "_No response_"
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/resources/members/qiskit-classroom.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
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..."
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"
contact_info = "_No response_"
alternatives = "_No response_"
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 = "Project contains a provider that allows accessing the IBM Quantum systems and simulators."
description = "This project contains a provider that allows accessing the IBM Quantum systems and simulators."
licence = "Apache 2.0"
contact_info = ""
alternatives = ""
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/resources/members/qiskit-ionq.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "qiskit-ionq"
url = "https://github.com/Qiskit-Partners/qiskit-ionq"
description = "Project contains a provider that allows access to IonQ ion trap quantum systems."
description = "This project contains a provider that allows access to IonQ ion trap quantum systems."
licence = "Apache 2.0"
contact_info = ""
alternatives = ""
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
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 the following publication: > Max Rossmannek, Panagiotis Kl. Barkoutsos, Pauline J. Ollitrault, Ivano Tavernelli; > Quantum HF/DFT-embedding algorithms for electronic structure calculations: Scaling up to complex molecular systems. > J. Chem. Phys. 21 March 2021; 154 (11): 114105."
description = "This repository contains the latest prototype implementation of the Qiskit Nature + PySCF DFT Embedding. It is based on \"Quantum HF/DFT-embedding algorithms for electronic structure calculations: Scaling up to complex molecular systems\" (J. Chem. Phys. 154, 114105)"
licence = "Apache License 2.0"
contact_info = "[email protected]"
alternatives = "_No response_"
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/resources/members/qiskit-rigetti.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "qiskit-rigetti"
url = "https://github.com/rigetti/qiskit-rigetti"
description = "Rigetti Provider for Qiskit"
description = "Rigetti Provider for Qiskit."
licence = "Apache 2.0"
labels = [ "Provider",]
created_at = 1678827878.136911
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/resources/members/qtcodes.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "qtcodes"
url = "https://github.com/yaleqc/qtcodes"
description = "Qiskit Topological Codes"
description = "Qiskit Topological Codes."
licence = "Apache 2.0"
contact_info = ""
alternatives = ""
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/resources/members/quantumcat.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
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"
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
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/resources/members/quantuminspire.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "quantuminspire"
url = "https://github.com/QuTech-Delft/quantuminspire"
description = "platform allows to execute quantum algorithms using the cQASM language."
description = "This platform allows you to execute quantum algorithms using the cQASM language."
licence = "Apache 2.0"
labels = [ "Algorithms",]
created_at = 1678827878.401835
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/resources/members/sat-circuits-engine.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "sat-circuits-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 being generated by the program are based on Grover's algorithm and its amplitude-amplification generalization."
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 = "[email protected]"
alternatives = "_No response_"
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/resources/members/spinoza.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "spinoza"
url = "https://github.com/smu160/spinoza"
description = "Spinoza is a quantum state simulator (implemented in Rust) that is one of the fastest open-source simulators. Spinoza is implemented using a functional approach. Additionally, Spinoza has a `QuantumCircuit` object-oriented interface, which partially matches Qiskit's interface. Spinoza is capable of running in a myriad of computing environments (e.g., small workstations), and on various architectures. At this juncture, Spinoza only utilizes a single thread; however, it is designed to be easily extended into a parallel version, as well as a distributed version. The paper associated with Spinoza is available [here](https://arxiv.org/pdf/2303.01493.pdf)."
description = "Spinoza is a quantum state simulator (implemented in Rust) that is one of the fastest open-source simulators. Spinoza is implemented using a functional approach. Additionally, Spinoza has a QuantumCircuit object-oriented interface, which partially matches Qiskit's interface. Spinoza is capable of running in a myriad of computing environments (e.g., small workstations), and on various architectures. At this juncture, Spinoza only utilizes a single thread; however, it is designed to be easily extended into a parallel version, as well as a distributed version. The paper associated with Spinoza is available at arXiv:2303.01493."
licence = "Apache License 2.0"
contact_info = "[email protected]"
alternatives = "_No response_"
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/resources/members/vqls-prototype.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "vqls-prototype"
url = "https://github.com/QuantumApplicationLab/vqls-prototype"
description = "The Variational Quantum Linear Solver (VQLS) uses an optimization approach to solve linear systems of equations. The vqls-prototype allows to easily setup and deploy a VQLS instance on different backends through the use of qiskit primitives and the runtime library"
description = "The Variational Quantum Linear Solver (VQLS) uses an optimization approach to solve linear systems of equations. The vqls-prototype allows to easily setup and deploy a VQLS instance on different backends through the use of qiskit primitives and the runtime library."
licence = "Apache License 2.0"
contact_info = "[email protected]"
alternatives = "The prototype builds on the qiskit-textbook chapter and tutorial. The prototype allows to use the primitives and use different cost function and test circuits to optimize the parameters."
Expand Down
Loading

0 comments on commit 2d7973c

Please sign in to comment.