Skip to content

Commit

Permalink
Add SSVQE to list. (#520)
Browse files Browse the repository at this point in the history
Add SSVQE to list.

---
Closes #515

Co-authored-by: frankharkins <[email protected]>
  • Loading branch information
github-actions[bot] and frankharkins authored Sep 4, 2023
1 parent 6fa81a4 commit 15003fc
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 6 deletions.
10 changes: 5 additions & 5 deletions ecosystem/resources/labels.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -103,4 +103,4 @@
"name": "Visualization",
"description": "Produces images, animations, or graphical user interfaces"
}
]
]
14 changes: 14 additions & 0 deletions ecosystem/resources/members/SSVQE.toml
Original file line number Diff line number Diff line change
@@ -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 = "[email protected]"
alternatives = "_No response_"
affiliations = "Duke University"
labels = [ "Algorithms", "Chemistry",]
tier = "Community"
tests_results = []
styles_results = []
coverages_results = []
skip_tests = false
historical_test_results = []
2 changes: 1 addition & 1 deletion ecosystem/resources/members/circuit-knitting-toolbox.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Circuit Knitting is the process of decomposing a quantum circuit
licence = "Apache License 2.0"
contact_info = "[email protected]"
alternatives = "_No response_"
labels = [ "Algorithms", "Circuit" ]
labels = [ "Algorithms", "Circuit",]
created_at = 1670427445.884067
updated_at = 1670427445.884068
tier = "Extensions"
Expand Down

0 comments on commit 15003fc

Please sign in to comment.