I am trying to run and play with a VQE available here:
https://learning.quantum.ibm.com/tutorial/variational-quantum-eigensolver
and am running into some issues while running it. When running the first cell, the lines:
from qiskit.circuit.library import HartreeFock
from qiskit.opflow import X, Y, Z, I, PauliSumOp
both generate ModuleNotFound errors. I have updated and reinstalled qiskit and am running on a fresh conda environment. I’ve been looking through the API notes for current versions of qiskit but cannot find a way to replace these so I can run the eigensolver. How should I approach this? Is there an alternative, more current version of this I can use to understand VQEs? Any help or advice would be amazing.