From a2189d85fd831bc8f9559a1fb79c5f0a8242827f Mon Sep 17 00:00:00 2001 From: frankharkins Date: Fri, 1 Sep 2023 11:47:40 +0000 Subject: [PATCH] Submission - Add https://github.com/JoelHBierman/SSVQE to list. --- ecosystem/resources/labels.json | 10 +++++----- ecosystem/resources/members/SSVQE.toml | 14 ++++++++++++++ .../members/circuit-knitting-toolbox.toml | 2 +- 3 files changed, 20 insertions(+), 6 deletions(-) create mode 100644 ecosystem/resources/members/SSVQE.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/SSVQE.toml b/ecosystem/resources/members/SSVQE.toml new file mode 100644 index 0000000000..6f6be74231 --- /dev/null +++ b/ecosystem/resources/members/SSVQE.toml @@ -0,0 +1,14 @@ +name = "SSVQE" +url = "https://github.com/JoelHBierman/SSVQE" +description = "The SSVQE algorithm (https://arxiv.org/abs/1810.09434) is a generalization of VQE to find low-lying eigenstates of a Hermitian operator. This specific implementation of SSVQE carries out one optimization procedure using weights." +licence = "Apache License 2.0" +contact_info = "joel.bierman@duke.edu" +alternatives = "_No response_" +affiliations = "Duke University" +labels = [ "Algorithms", "Chemistry",] +tier = "Community" +tests_results = [] +styles_results = [] +coverages_results = [] +skip_tests = false +historical_test_results = [] 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"