Refactor AdaptVQE
to leverage opflow gradients
#123
Labels
short project
A task amounting to a small project (but larger than a "good first issue")
type: enhancement
What is the expected enhancement?
The adaptive VQE was originally implemented in Qiskit Aqua as the outcome of the Qiskit Hackathon Europe 2019, link. Since then, it has already been refactored multiple times during the migration to the
GroundStateEigensolver
interface and later transition to Qiskit Nature.As it stands today, it still performs the gradient computation manually, see here, instead of leveraging Qiskit Terra's gradient functionality released as part of Terra 0.17.0
The goal of this issue, is to refactor the implementation of
AdaptVQE
to make use of the native gradient functionality included in Qiskit Terra.The text was updated successfully, but these errors were encountered: