Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove setting of target.num_qubits in DynamicsBackend init #372

Merged

Conversation

DanPuzzuoli
Copy link
Collaborator

@DanPuzzuoli DanPuzzuoli commented Jan 23, 2025

Summary

Closes #366

There are many remaining issues with the backend stuff, but this appears to solve this specific problem and gets the relevant tests to pass.

Details and comments

@DanPuzzuoli DanPuzzuoli changed the title remove setting of num_qubits in backend target Remove setting of num_qubits in backend target Jan 23, 2025
@DanPuzzuoli DanPuzzuoli changed the title Remove setting of num_qubits in backend target Remove setting of target.num_qubits in DynamicsBackend init Jan 23, 2025
@DanPuzzuoli DanPuzzuoli added this to the Release 6.0.0 milestone Jan 24, 2025
@DanPuzzuoli DanPuzzuoli force-pushed the fix-backend-num-qubits branch from 8e019f7 to 9867425 Compare January 24, 2025 16:40
Copy link
Collaborator Author

@DanPuzzuoli DanPuzzuoli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This appears to resolve the backend test issues, though does not solve the issue with the tutorial.

@DanPuzzuoli DanPuzzuoli merged commit b411fc4 into qiskit-community:main Jan 24, 2025
5 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DynamicsBackend sets Target.num_qubits which is not settable in Qiskit 1.3
1 participant