From 2f392fdfce83fdf873e9df2844a5067fbc44f86d Mon Sep 17 00:00:00 2001 From: mickahell Date: Thu, 31 Aug 2023 18:01:36 +0000 Subject: [PATCH] Submission - Add https://github.com/mickahell/qiskit-ecosystem_template to list. --- ecosystem/resources/labels.json | 10 +++++----- .../members/circuit-knitting-toolbox.toml | 2 +- .../members/qiskit-ecosystem_template.toml | 14 ++++++++++++++ 3 files changed, 20 insertions(+), 6 deletions(-) create mode 100644 ecosystem/resources/members/qiskit-ecosystem_template.toml diff --git a/ecosystem/resources/labels.json b/ecosystem/resources/labels.json index 353e2d48ca..65134cb581 100644 --- a/ecosystem/resources/labels.json +++ b/ecosystem/resources/labels.json @@ -11,14 +11,14 @@ "name": "Chemistry", "description": "Applies quantum computing to chemistry" }, - { - "name": "Circuit simulator", - "description": "Simulates quantum computers" - }, { "name": "Circuit", "description": "Builds or modifies quantum circuits" }, + { + "name": "Circuit simulator", + "description": "Simulates quantum computers" + }, { "name": "Converter", "description": "Converts Qiskit objects (such as QuantumCircuit) for use in other programs" @@ -103,4 +103,4 @@ "name": "Visualization", "description": "Produces images, animations, or graphical user interfaces" } -] +] \ No newline at end of file diff --git a/ecosystem/resources/members/circuit-knitting-toolbox.toml b/ecosystem/resources/members/circuit-knitting-toolbox.toml index ba82f9a52a..381eaa4460 100644 --- a/ecosystem/resources/members/circuit-knitting-toolbox.toml +++ b/ecosystem/resources/members/circuit-knitting-toolbox.toml @@ -4,7 +4,7 @@ description = "Circuit Knitting is the process of decomposing a quantum circuit licence = "Apache License 2.0" contact_info = "blake.johnson@ibm.com" alternatives = "_No response_" -labels = [ "Algorithms", "Circuit" ] +labels = [ "Algorithms", "Circuit",] created_at = 1670427445.884067 updated_at = 1670427445.884068 tier = "Extensions" diff --git a/ecosystem/resources/members/qiskit-ecosystem_template.toml b/ecosystem/resources/members/qiskit-ecosystem_template.toml new file mode 100644 index 0000000000..a5de560158 --- /dev/null +++ b/ecosystem/resources/members/qiskit-ecosystem_template.toml @@ -0,0 +1,14 @@ +name = "qiskit-ecosystem_template" +url = "https://github.com/mickahell/qiskit-ecosystem_template" +description = "." +licence = "Apache License 2.0" +contact_info = "_No response_" +alternatives = "_No response_" +affiliations = "_No response_" +labels = [] +tier = "Community" +tests_results = [] +styles_results = [] +coverages_results = [] +skip_tests = false +historical_test_results = []