-
Notifications
You must be signed in to change notification settings - Fork 2
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
Loading VQE should be singled out as a separate script #85
Comments
I am not sure I have understood, but this could be solved in #92 |
To implement this, in boostvqe/src/boostvqe/boost.py Lines 179 to 197 in 102b2ab
Our method is more general than just vqe so the user should either provide a warmstart circuit or will be running vqe as is done now.
this is done by |
Discussion with @Edoardo-Pedicillo 👍
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The task of evaluating GCI on shots exemplifies a likely use case of our repo
Proposed workflow:
gci+warmstart.py
qibo.Circuit
(or provides it somehow)boostvqe/src/boostvqe/utils.py
Lines 220 to 226 in 827b25f
This is proposing to have 2 scripts
main.py
trains vqe and boost with gcigci+warmstart.py
implements Fig 1 from Arxiv and boosts with gci after someqibo.Circuit
wamstartThe text was updated successfully, but these errors were encountered: