-1

so the problem I am facing is when I run this command from qiskit import execute I am getting this error cannot import execute from qiskit I have tried asking every known source for the solution but no use so can anyone help me with this issue

2

1 Answer 1

2

The function execute works in Qiskit 0.* and it was removed in Qiskit 1.*. See the migration guide here.

Sign up to request clarification or add additional context in comments.

Comments