Skip to content

Commit 6e97039

Browse files
authored
Rename the "Application package" label to "Applications" (#898)
This PR renames the "Application package" label to "Applications" and updates all the existing projects that were using it.
1 parent 8b0d8a4 commit 6e97039

23 files changed

+23
-23
lines changed

.github/ISSUE_TEMPLATE/submission.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ body:
129129
multiple: true
130130
options:
131131
- Algorithms
132-
- Application package
132+
- Applications
133133
- Chemistry
134134
- Circuit building tool
135135
- Circuit simulator

ecosystem/resources/labels.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Types": [
3-
{ "name": "Application package", "description": "Applies quantum technology to real-world use cases" },
3+
{ "name": "Applications", "description": "Applies quantum technology to real-world use cases" },
44
{ "name": "Compute provider", "description": "Provides access to remote quantum computers or simulators" },
55
{ "name": "Circuit building tool", "description": "Builds or modifies quantum circuits" },
66
{ "name": "Circuit simulator", "description": "Simulates quantum computers" },

ecosystem/resources/members/MQTProblemSolver.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "A framework for users with little to no quantum computing knowled
44
licence = "MIT license"
55
contact_info = "[email protected]"
66
affiliations = "Technical University of Munich (TUM), Germany"
7-
labels = [ "Software development kit", "Paper implementation", "Application package",]
7+
labels = [ "Software development kit", "Paper implementation", "Applications",]
88
ibm_maintained = false
99
stars = 45
1010
group = "applications"

ecosystem/resources/members/QCRAFT-AutoSchedulQ.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "Optimize quantum circuit execution on IBM Quantum by reducing cos
44
licence = "MIT license"
55
contact_info = "[email protected]"
66
affiliations = "University of Extremadura, Spain"
7-
labels = [ "Paper implementation", "Application package",]
7+
labels = [ "Paper implementation", "Applications",]
88
ibm_maintained = false
99
website = "https://github.com/Qcraft-UEx/QCRAFT-AutoScheduler"
1010
stars = 18

ecosystem/resources/members/Qamomile.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "Model constrained optimization problems using an algebraic modele
44
licence = "Apache License 2.0"
55
contact_info = "[email protected]"
66
affiliations = "Jij Inc."
7-
labels = [ "Algorithms", "Application package", "Optimization", "Software development kit",]
7+
labels = [ "Algorithms", "Applications", "Optimization", "Software development kit",]
88
ibm_maintained = false
99
stars = 8
1010
group = "applications"

ecosystem/resources/members/QiskitOpt.jl.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "QiskitOpt.jl is a Julia package that exports a JuMP wrapper for q
44
licence = "MIT license"
55
66
affiliations = "@psrenergy and USRA"
7-
labels = [ "Algorithms", "Optimization", "Application package",]
7+
labels = [ "Algorithms", "Optimization", "Applications",]
88
ibm_maintained = false
99
created_at = 1673642669.650459
1010
updated_at = 1673642669.650464

ecosystem/resources/members/bosonic-qiskit.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name = "Bosonic Qiskit"
22
url = "https://github.com/C2QA/bosonic-qiskit"
33
description = "NQI C2QA project to simulate hybrid boson-qubit systems within Qiskit."
44
licence = "BSD 2-Clause Simplified or FreeBSD license"
5-
labels = [ "Physics", "Application package",]
5+
labels = [ "Physics", "Applications",]
66
ibm_maintained = false
77
created_at = 1678827878.841977
88
updated_at = 1678827878.841978

ecosystem/resources/members/ffsim.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ url = "https://github.com/qiskit-community/ffsim"
33
description = "ffsim is a software library for simulating fermionic quantum circuits that conserve particle number and the Z component of spin."
44
licence = "Apache License 2.0"
55
affiliations = "IBM"
6-
labels = [ "Chemistry", "Circuit simulator", "Application package",]
6+
labels = [ "Chemistry", "Circuit simulator", "Applications",]
77
ibm_maintained = false
88
website = "https://qiskit-community.github.io/ffsim/"
99
stars = 52

ecosystem/resources/members/mqt-bench.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "A circuit benchmark suite offering the same algorithms across abs
44
licence = "MIT license"
55
contact_info = "[email protected]"
66
affiliations = "Technical University of Munich (TUM), Germany"
7-
labels = [ "Application package", "Circuit building tool", "Software development kit", "Paper implementation",]
7+
labels = [ "Applications", "Circuit building tool", "Software development kit", "Paper implementation",]
88
ibm_maintained = false
99
website = "https://www.cda.cit.tum.de/mqtbench/"
1010
stars = 89

ecosystem/resources/members/mqt-qao.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "Translate optimization problems into quantum-compliant formats an
44
licence = "MIT license"
55
contact_info = "[email protected]"
66
affiliations = "Technical University of Munich (TUM), Germany Politecnico di Torino, Italy"
7-
labels = [ "Algorithms", "Application package", "Circuit building tool", "Paper implementation", "Optimization",]
7+
labels = [ "Algorithms", "Applications", "Circuit building tool", "Paper implementation", "Optimization",]
88
ibm_maintained = false
99
stars = 24
1010
group = "applications"

0 commit comments

Comments
 (0)