Skip to content

Commit

Permalink
Merge branch 'main' into submission-837
Browse files Browse the repository at this point in the history
  • Loading branch information
frankharkins authored Nov 28, 2024
2 parents 8112690 + 0caddbd commit 5a616be
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 12 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/submission.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ body:
- Circuit simulator
- Compute provider
- Converter
- Cloud service
- Error correction
- Error mitigation
- Finance
Expand Down
1 change: 1 addition & 0 deletions ecosystem/resources/labels.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
{ "name": "Circuit building tool", "description": "Builds or modifies quantum circuits" },
{ "name": "Circuit simulator", "description": "Simulates quantum computers" },
{ "name": "Converter", "description": "Converts Qiskit objects (such as QuantumCircuit) for use in other programs" },
{ "name": "Cloud service", "description": "Includes functionality provided by cloud services" },
{ "name": "Game", "description": "Games or playful education resources" },
{ "name": "Paper implementation", "description": "Implements ideas from research papers" },
{ "name": "Software development kit", "description": "Helps develop Qiskit code" },
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/resources/members/azure-quantum-python.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = "Azure Quantum"
url = "https://github.com/microsoft/azure-quantum-python"
description = "Submit quantum jobs written in Q#, Qiskit, or Cirq to the Azure Quantum service."
licence = "MIT license"
labels = [ "Compute provider",]
labels = [ "Compute provider", "Cloud service",]
ibm_maintained = false
created_at = 1715084759.598566
stars = 126
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/resources/members/qiskit-alice-bob-provider.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = "Alice & Bob Qiskit provider"
url = "https://github.com/Alice-Bob-SW/qiskit-alice-bob-provider"
description = "Access Alice & Bob QPUs and emulators using Qiskit."
licence = "Apache 2.0"
labels = [ "Compute provider",]
labels = [ "Compute provider", "Cloud service",]
ibm_maintained = false
created_at = 1715084994.136498
stars = 28
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/resources/members/qiskit-aqt-provider.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Qiskit provider for ion-trap quantum computers from Alpine Quantu
licence = "Apache License 2.0"
contact_info = "[email protected]"
affiliations = "Alpine Quantum Technologies GmbH"
labels = [ "Compute provider",]
labels = [ "Compute provider", "Cloud service",]
ibm_maintained = false
website = "https://www.aqt.eu/qc-systems/"
stars = 27
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/resources/members/qiskit-braket-provider.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = "Qiskit Braket provider"
url = "https://github.com/qiskit-community/qiskit-braket-provider"
description = "Execute Qiskit programs on AWS quantum computing hardware devices through Amazon Braket."
licence = "Apache 2.0"
labels = [ "Compute provider",]
labels = [ "Compute provider", "Cloud service",]
ibm_maintained = false
created_at = 1715085130.096724
stars = 58
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/resources/members/qiskit-ionq.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "This project contains a provider that allows access to IonQ ion t
licence = "Apache 2.0"
contact_info = ""
alternatives = ""
labels = [ "Compute provider",]
labels = [ "Compute provider", "Cloud service",]
ibm_maintained = false
created_at = 1670427446.011674
updated_at = 1670427446.011675
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/resources/members/qiskit-on-iqm.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = "Qiskit on IQM"
url = "https://github.com/iqm-finland/qiskit-on-iqm"
description = "Qiskit adapter for IQM's quantum computers."
licence = "Apache 2.0"
labels = [ "Compute provider",]
labels = [ "Compute provider", "Cloud service",]
ibm_maintained = false
created_at = 1715085233.375706
stars = 22
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = "Qiskit Quantinuum provider"
url = "https://github.com/qiskit-community/qiskit-quantinuum-provider"
description = "Provider to access Quantinuum quantum devices."
licence = "Apache 2.0"
labels = [ "Compute provider",]
labels = [ "Compute provider", "Cloud service",]
ibm_maintained = false
created_at = 1715085347.688097
stars = 21
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/resources/members/qiskit-rigetti.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = "Qiskit Rigetti Provider"
url = "https://github.com/rigetti/qiskit-rigetti"
description = "Rigetti Provider for Qiskit."
licence = "Apache 2.0"
labels = [ "Compute provider",]
labels = [ "Compute provider", "Cloud service",]
ibm_maintained = false
created_at = 1678827878.136911
updated_at = 1678827878.136912
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/resources/members/qiskit-scaleway.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ url = "https://github.com/scaleway/qiskit-scaleway"
description = "A Python package to run quantum circuits on Scaleway infrastructure, providing access to simulators on powerful hardware (CPU and GPU)."
licence = "Apache License 2.0"
contact_info = "[email protected]"
labels = [ "Circuit simulator", "Compute provider",]
labels = [ "Circuit simulator", "Compute provider", "Cloud service",]
ibm_maintained = false
website = "https://www.scaleway.com"
stars = 4
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/resources/members/qiskit-serverless.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ url = "https://github.com/Qiskit/qiskit-serverless"
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]"
labels = [ "Software development kit",]
labels = [ "Software development kit", "Cloud service",]
ibm_maintained = true
created_at = 1670427445.627174
updated_at = 1670427445.627175
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/resources/members/qiskit-superstaq.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Access the SuperstaQ web API through Qiskit for applications, pul
licence = "Apache 2.0"
contact_info = ""
alternatives = ""
labels = [ "Converter", "Compute provider",]
labels = [ "Converter", "Compute provider", "Cloud service",]
ibm_maintained = false
created_at = 1678827878.760089
updated_at = 1678827878.76009
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/resources/members/zoose-codespace.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Run any major quantum library in your browser with only two click
licence = "MIT license"
contact_info = "ian \\[..at..\\] databaseline \\[..dot..\\] tech"
alternatives = "qBraid: commercial hosted notebooks"
labels = []
labels = [ "Cloud service",]
ibm_maintained = false
created_at = 1670402642.907656
updated_at = 1670402642.907662
Expand Down

0 comments on commit 5a616be

Please sign in to comment.