question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

VQE Factory method improvements

See original GitHub issue

What 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:closed
  • Created 2 years ago
  • Comments:8 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
iuliazidarucommented, Jan 27, 2022

@mrossinek Please assign this task to me too.

1reaction
woodsp-ibmcommented, Nov 9, 2021

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found