-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add SSVQE to list. --- Closes #515 Co-authored-by: frankharkins <[email protected]>
- Loading branch information
1 parent
6fa81a4
commit 15003fc
Showing
3 changed files
with
20 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 = [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|