Skip to content

Commit

Permalink
Reorganise providers
Browse files Browse the repository at this point in the history
  • Loading branch information
frankharkins committed Nov 30, 2023
1 parent 6c3cf1a commit 9bee191
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion ecosystem/resources/members/c3.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ updated_at = 1678827878.240528
tier = "Community"
skip_tests = false
stars = 60
group = "other"
group = "provider"
[[tests_results]]
passed = false
test_type = "development"
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/resources/members/qdao.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ styles_results = []
coverages_results = []
skip_tests = false
stars = 7
group = "other"
group = "provider"
[[tests_results]]
passed = true
test_type = "development"
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/resources/members/qiskit-aer.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ coverages_results = []
skip_tests = true
historical_test_results = []
stars = 407
group = "other"
group = "provider"
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
tier = "Extensions"
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 @@ -5,7 +5,7 @@ licence = "Apache License 2.0"
contact_info = "info@aqt.eu"
alternatives = "_No response_"
affiliations = "Alpine Quantum Technologies GmbH"
labels = [ "Provider",]
labels = [ "Hardware",]
tier = "Community"
website = "https://qiskit-community.github.io/qiskit-aqt-provider/"
styles_results = []
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 = [ "Hardware", "Circuit simulator", "Physics",]
created_at = 1678827878.507531
updated_at = 1678827878.507532
tier = "Community"
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 = [ "Provider", "Partner",]
labels = [ "Hardware", "Partner",]
created_at = 1654696732.591266
updated_at = 1654696732.591279
tier = "Main"
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 = [ "Provider", "Partner",]
labels = [ "Hardware", "Partner",]
created_at = 1654696489.147673
updated_at = 1654696489.147699
tier = "Main"
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 = [ "Hardware", "Partner",]
created_at = 1670427446.011674
updated_at = 1670427446.011675
tier = "Community"
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"
url = "https://github.com/rigetti/qiskit-rigetti"
description = "Rigetti Provider for Qiskit."
licence = "Apache 2.0"
labels = [ "Provider",]
labels = [ "Hardware", "Circuit simulator"]
created_at = 1678827878.136911
updated_at = 1678827878.136912
tier = "Community"
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", "Hardware", "Circuit simulator",]
created_at = 1678827878.760089
updated_at = 1678827878.76009
tier = "Community"
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/resources/members/qiskit-symb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ styles_results = []
coverages_results = []
skip_tests = false
stars = 18
group = "other"
group = "provider"
[[tests_results]]
passed = false
test_type = "development"
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/resources/members/spinoza.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ coverages_results = []
skip_tests = true
historical_test_results = []
stars = 17
group = "other"
group = "provider"

0 comments on commit 9bee191

Please sign in to comment.