I want to import Custom class from qiskit.aqua.components.initial_states to use construct_circuit method but i am facing with this problem:
ModuleNotFoundError: No module named ‘qiskit.aqua’.
How can i solve this error? Is there an alternative method instead of construct_circuit?
I tried to upgrade and also downgrade the qiskit version. Additionaly i tried to change Python version too but it didn’t work.
New contributor
ardaysuf is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.