-
Notifications
You must be signed in to change notification settings - Fork 12
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
update qiskit 1 0 0 #280
update qiskit 1 0 0 #280
Conversation
Update for Qiskit 1.0
Co-authored-by: Alec Edgington <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me :)
One very minor comment about type checking.
@@ -80,8 +80,8 @@ | |||
) | |||
|
|||
if TYPE_CHECKING: | |||
from qiskit.providers.aer import AerJob # type: ignore | |||
from qiskit.providers.aer.backends.aerbackend import AerBackend as QiskitAerBackend # type: ignore | |||
from qiskit_aer import AerJob |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does AerJob
still need to be inside the if TYPE_CHECKING:
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From my understanding we are not using it besides type annotations?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah okay, that seems fine to me then :)
Needed to change the backbend in the not working test. Hope it works now. |
Description
Reopen #279 to run the tests
Checklist