Skip to content

Commit

Permalink
Add more providers (#719)
Browse files Browse the repository at this point in the history
<!--
⚠️ If you do not respect this template, your pull request will be
closed.
⚠️ Your pull request title should be short detailed and understandable
for all.
⚠️ Also, please add a release note file using reno if the change needs
to be
  documented in the release notes.
⚠️ If your pull request fixes an open issue, please link to the issue.

- [ ] I have added the tests to cover my changes.
- [ ] I have updated the documentation accordingly.
- [ ] I have read the CONTRIBUTING document.
-->

### Summary

Adds some more providers.
  • Loading branch information
frankharkins committed May 7, 2024
1 parent e01106b commit e0814bb
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ecosystem/resources/members/azure-quantum.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
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 = []
created_at = 1715084759.598566
stars = 115
group = "provider"
8 changes: 8 additions & 0 deletions ecosystem/resources/members/qiskit-alice-bob-provider.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
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 = []
created_at = 1715084994.136498
stars = 16
group = "provider"
8 changes: 8 additions & 0 deletions ecosystem/resources/members/qiskit-braket-provider.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
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 = []
created_at = 1715085130.096724
stars = 55
group = "provider"
8 changes: 8 additions & 0 deletions ecosystem/resources/members/qiskit-on-iqm.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
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 = []
created_at = 1715085233.375706
stars = 17
group = "provider"
8 changes: 8 additions & 0 deletions ecosystem/resources/members/qiskit-quantinuum-provider.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
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 = []
created_at = 1715085347.688097
stars = 22
group = "provider"

0 comments on commit e0814bb

Please sign in to comment.