Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SSVQE to list. #520

Merged
merged 1 commit into from
Sep 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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