-
Notifications
You must be signed in to change notification settings - Fork 54
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
[Submission]: Add Subspace Search Variational Quantum Eigensolver (SSVQE) #515
Comments
Hi @JoelHBierman :) Can you plain text your description please |
Also, @JoelHBierman can you try to keep the description ~30 words? For example:
This description is just for the qiskit.org/ecosystem web page, where users will work out if the project is what they're looking for. They'll click through to your repo for more details on how it works. |
I see, yes I'll shorten the description and move the rest to the README. |
Standard tests❌ The submission didn't pass the standard check. Stable tests
Development tests
Logs: https://github.com/qiskit-community/ecosystem/actions/runs/6048983539 |
Hi @JoelHBierman {
"dependencies_files": [
"requirements.txt",
"requirements-dev.txt"
],
"extra_dependencies": [
"pytest"
],
"language": {
"name": "python",
"versions": ["3.9"]
},
"tests_command": [
"pytest"
],
"styles_check_command": [
"pylint -rn ssvqe test"
],
"coverages_check_command": [
"coverage3 run -m pytest",
"coverage3 report --fail-under=80"
]
} |
Yes I'll work on that and add it shortly. |
I have added this file along with the other files from the ecosystem template that were missing. |
Can some of the settings in .pylintrc be customized or are these strict standards that all packages in the community repo must adhere to? Using the defaults, I do not think this package would pass the linting tests without some extensive re-writing with regards to the number of class attributes, variables, ect... |
We do not check the lint anymore, maybe one day we will but today we are not :) |
Standard tests✨ Successfull submission! Stable tests✨ Tests with latest version of Qiskit release passed! Development tests✨ Tests with development version of Qiskit release passed! Logs: https://github.com/qiskit-community/ecosystem/actions/runs/6053496593 |
Add SSVQE to list. --- Closes #515 Co-authored-by: frankharkins <[email protected]>
hello @JoelHBierman! You joined the Qiskit Ecosystem a little while ago and I just wanted to check in and let you know of some follow up actions you can take to make the most of joining the program, if you're interested: 💬 Join other Qiskit ecosystem developers in the Slack channel #qiskit-ecosystem (if you are not in the Qiskit workspace yet, you can sign up here: https://qisk.it/join-slack) 🧠 Help us define the future of the Qiskit Ecosystem: we recently started an RFC on how the Ecosystem should be structured. It is very draft-y at the moment, but you can subscribe for notifications here Qiskit/RFCs#46 to participate in that discussion. 📣 Would you like to showcase your project to the Qiskit community? A couple of things you can do to raise awareness for your project:
Great having you as a part of the ecosystem! |
Github repo
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.
Email
[email protected]
Alternatives
No response
License
Apache License 2.0
Affiliations
Duke University
Labels
Algorithms, Chemistry
Website
No response
The text was updated successfully, but these errors were encountered: