You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I tried the 11_VarQTE.ipynb in tutorial, I face an QiskitError: 'Invalid shape for PauliTable.' Then I reinstall the qiskit and qiskit-algorithms but it doesn't work.
The tutorial is run in CI and passes fine. The code snippet above works fine for me locally - I just tried. The published tutorial https://qiskit-community.github.io/qiskit-algorithms/tutorials/11_VarQTE.html as you can see if you scroll to the bottom, where there is the version table, was run with Qiskit 1.0.2.
The file it is showing in your trace, where it's erroring out, is PauliTable and this was deprecated and removed from Qiskit some time ago. I would check the environment that you are running the notebook in and make sure its using the qiskit versions you believe. You can run that cell at the end which prints the versions if that helps.
Environment
What is happening?
When I tried the 11_VarQTE.ipynb in tutorial, I face an QiskitError: 'Invalid shape for PauliTable.' Then I reinstall the qiskit and qiskit-algorithms but it doesn't work.
How can we reproduce the issue?
The full message is below:
and the error said:
What should happen?
The tutorial works well.
Any suggestions?
No response
The text was updated successfully, but these errors were encountered: