From 14fcc3a66df0855ffd40ef9a0adfb714e5b17ecb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 17:01:11 +0000 Subject: [PATCH] Add electronic-structure-orbital-optimization to list. (#627) Add electronic-structure-orbital-optimization to list. --- Closes #626 --------- Co-authored-by: JoelHBierman Co-authored-by: Frank Harkins --- ecosystem/resources/members/SSVQE.toml | 108 ------------------ ...tronic-structure-orbital-optimization.toml | 15 +++ 2 files changed, 15 insertions(+), 108 deletions(-) delete mode 100644 ecosystem/resources/members/SSVQE.toml create mode 100644 ecosystem/resources/members/electronic-structure-orbital-optimization.toml diff --git a/ecosystem/resources/members/SSVQE.toml b/ecosystem/resources/members/SSVQE.toml deleted file mode 100644 index 473b7f9390..0000000000 --- a/ecosystem/resources/members/SSVQE.toml +++ /dev/null @@ -1,108 +0,0 @@ -name = "SSVQE" -url = "https://github.com/JoelHBierman/SSVQE" -description = "The SSVQE algorithm 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" -styles_results = [] -coverages_results = [] -skip_tests = false -stars = 0 -group = "applications" -reference_paper = "https://arxiv.org/abs/1810.09434" -[[tests_results]] -passed = false -test_type = "development" -package = "qiskit" -package_version = "1.0.0" -logs_link = "https://github.com/qiskit-community/ecosystem/actions/runs/6624759281" -package_commit_hash = "fe3bffbc85a4fb57dc62ba04fa7f11bcefb5d75f" -qiskit_version = "1.0.0" -timestamp = 1698140031.483355 - -[[tests_results]] -passed = true -test_type = "last passing version" -package = "qiskit" -package_version = "0.44.2" -logs_link = "https://github.com/qiskit-community/ecosystem/actions/runs/6624759281" -qiskit_version = "0.44.2" -timestamp = 1698140140.619623 - -[[tests_results]] -passed = true -test_type = "stable" -package = "qiskit" -package_version = "0.44.2" -logs_link = "https://github.com/qiskit-community/ecosystem/actions/runs/6624759281" -qiskit_version = "0.44.2" -timestamp = 1698139509.437624 - -[[tests_results]] -passed = true -test_type = "standard" -package = "qiskit" -package_version = "0.44.2" -logs_link = "https://github.com/qiskit-community/ecosystem/actions/runs/6624759281" -qiskit_version = "0.44.2" -timestamp = 1698140137.914579 - -[[historical_test_results]] -passed = true -test_type = "standard" -package = "qiskit" -package_version = "0.44.1" -logs_link = "https://github.com/qiskit-community/ecosystem/actions/runs/6310546097" -qiskit_version = "0.44.1" -timestamp = 1695720580.615558 - -[[historical_test_results]] -passed = true -test_type = "stable" -package = "qiskit" -package_version = "0.44.1" -logs_link = "https://github.com/qiskit-community/ecosystem/actions/runs/6310546097" -qiskit_version = "0.44.1" -timestamp = 1695720033.374617 - -[[historical_test_results]] -passed = false -test_type = "development" -package = "qiskit" -package_version = "0.45.0" -logs_link = "https://github.com/qiskit-community/ecosystem/actions/runs/6545042350" -package_commit_hash = "62467839e8d4e263465c42118414e6e5eca3c776" -qiskit_version = "0.45.0" -timestamp = 1697535130.366886 - -[[historical_test_results]] -passed = true -test_type = "standard" -package = "qiskit" -package_version = "0.44.2" -logs_link = "https://github.com/qiskit-community/ecosystem/actions/runs/6624759281" -qiskit_version = "0.44.2" -timestamp = 1698140137.914579 - -[[historical_test_results]] -passed = true -test_type = "stable" -package = "qiskit" -package_version = "0.44.2" -logs_link = "https://github.com/qiskit-community/ecosystem/actions/runs/6624759281" -qiskit_version = "0.44.2" -timestamp = 1698139509.437624 - -[[historical_test_results]] -passed = false -test_type = "development" -package = "qiskit" -package_version = "1.0.0" -logs_link = "https://github.com/qiskit-community/ecosystem/actions/runs/6624759281" -package_commit_hash = "fe3bffbc85a4fb57dc62ba04fa7f11bcefb5d75f" -qiskit_version = "1.0.0" -timestamp = 1698140031.483355 - diff --git a/ecosystem/resources/members/electronic-structure-orbital-optimization.toml b/ecosystem/resources/members/electronic-structure-orbital-optimization.toml new file mode 100644 index 0000000000..ac720d249e --- /dev/null +++ b/ecosystem/resources/members/electronic-structure-orbital-optimization.toml @@ -0,0 +1,15 @@ +name = "Electronic Structure Orbital Optimization" +url = "https://github.com/JoelHBierman/electronic-structure-orbital-optimization" +description = "Apply orbital optimization to quantum algorithms that solve electronic structure Hamiltonians. This collection of methods optimize the underlying basis set through orbital rotations, finding more accurate energies with fewer qubits." +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 = [] +group = "applications"