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

Add more providers #719

Merged
merged 2 commits into from
May 7, 2024
Merged
Show file tree
Hide file tree
Changes from all 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
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
frankharkins marked this conversation as resolved.
Show resolved Hide resolved
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"
Loading