VQE Factory method improvements
See original GitHub issueWhat is the expected enhancement?
#380 introduces dependencies on private variables of the VQE
class. This is a temporary workaround until https://github.com/Qiskit/qiskit-terra/issues/7093 gets resolved. This issue is used to keep track of revoking this workaround.
Another possibility would be to construct self._vqe
freshly every time get_solver
gets called. But we decided against that.
Issue Analytics
- State:
- Created 2 years ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
VQE property setter method updates · Issue #7093 - GitHub
I noticed during the development of this PR (Qiskit/qiskit-nature#380) that the VQE algorithm does not expose all of its attributes via property ...
Read more >Variational Quantum Eigensolver improved with Zero Noise ...
Variational Quantum Eigensolver improved with Zero Noise Extrapolation#. In this example we investigate how Zero Noise Extrapolation (ZNE) can improve ...
Read more >VQE method: a short survey and recent developments
These methods focus on improvements in different areas. They can be centered on constructing circuits with fewer CNOT gates that are easier to ......
Read more >arXiv:2202.10130v2 [quant-ph] 8 Mar 2022
The improved VQE enables an efficient initial state preparation mechanism, in a recursive manner, for a quasi-dynamical unitary evolution. We ...
Read more >Reducing the Cost of Energy Estimation in VQE with RAE
This research, in partnership with bp, looks at reducing the cost of energy estimation in VQE using robust amplitude estimation (R.A.E).
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@mrossinek Please assign this task to me too.
One other thought - maybe we should thing about allowing an instance of the VQEClient runtime here too as an alternative to the local running VQE. While UCCSD maybe problematic today on an actual device the runtime can still be used with the remote simulator right.