Skip to content

Commit

Permalink
Remove Provider tag (#715)
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

This is left over from before we had a dedicated "Provider" section.
  • Loading branch information
frankharkins authored May 2, 2024
1 parent 3dac41f commit 06feb10
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 10 deletions.
1 change: 0 additions & 1 deletion ecosystem/resources/labels.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"Physics": "Applies quantum computing to physics",
"Productivity": "Tool to make working with Qiskit easier",
"Prototype": "Written by the Qiskit prototypes team",
"Provider": "Connects Qiskit to hardware or simulators",
"Quantum information": "Tool for quantum information experiments",
"Rust": "Written in the Rust programming language",
"Software development kit": "Helps develop Qiskit code",
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/resources/members/qiskit-alt.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "A Python package that uses a backend written in Julia to implemen
licence = "Apache 2.0"
contact_info = ""
alternatives = ""
labels = [ "Julia", "Provider",]
labels = [ "Julia",]
created_at = 1678827878.588404
updated_at = 1678827878.588404
stars = 13
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 = [ "Provider",]
labels = []
website = "https://www.aqt.eu/qc-systems/"
stars = 27
group = "provider"
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/resources/members/qiskit-cold-atom.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Qiskit-cold-atom builds on core Qiskit functionalities to integra
licence = "Apache 2.0"
contact_info = ""
alternatives = ""
labels = [ "Provider", "Physics",]
labels = [ "Physics",]
created_at = 1678827878.507531
updated_at = 1678827878.507532
stars = 26
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
Expand Up @@ -5,7 +5,7 @@ licence = "Apache 2.0"
contact_info = ""
alternatives = ""
affiliations = "IBM"
labels = [ "IBM maintained", "Provider", "Partner",]
labels = [ "IBM maintained", "Partner",]
created_at = 1654696732.591266
updated_at = 1654696732.591279
stars = 76
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
Expand Up @@ -5,7 +5,7 @@ licence = "Apache 2.0"
contact_info = ""
alternatives = ""
affiliations = "IBM"
labels = [ "IBM maintained", "Provider", "Partner",]
labels = [ "IBM maintained", "Partner",]
created_at = 1654696489.147673
updated_at = 1654696489.147699
stars = 124
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 = [ "Provider", "Partner",]
labels = [ "Partner",]
created_at = 1670427446.011674
updated_at = 1670427446.011675
stars = 40
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/resources/members/qiskit-qulacs.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Qiskit-Qulacs allows users to execute Qiskit programs using Qulac
licence = "Apache License 2.0"
contact_info = "[email protected]"
affiliations = "Supported by the Unitary Fund microgrant program: https://unitary.fund/grants/"
labels = [ "Circuit simulator", "Converter", "Provider",]
labels = [ "Circuit simulator", "Converter",]
stars = 8
group = "provider"
documentation = "https://qiskit-qulacs.netlify.app/"
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 = [ "Provider",]
labels = []
created_at = 1678827878.136911
updated_at = 1678827878.136912
stars = 8
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 = "This package is used to access SuperstaQ via a Web API through Qi
licence = "Apache 2.0"
contact_info = ""
alternatives = ""
labels = [ "Converter", "Provider",]
labels = [ "Converter",]
created_at = 1678827878.760089
updated_at = 1678827878.76009
group = "provider"

0 comments on commit 06feb10

Please sign in to comment.