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

update qiskit 1 0 0 #280

Merged
merged 15 commits into from
Mar 5, 2024
Merged

update qiskit 1 0 0 #280

merged 15 commits into from
Mar 5, 2024

Conversation

cqc-melf
Copy link
Collaborator

@cqc-melf cqc-melf commented Mar 4, 2024

Description

Reopen #279 to run the tests

Checklist

  • I have performed a self-review of my code.
  • I have commented hard-to-understand parts of my code.
  • I have made corresponding changes to the public API documentation.
  • I have added tests that prove my fix is effective or that my feature works.
  • I have updated the changelog with any user-facing changes.

setup.py Outdated Show resolved Hide resolved
docs/changelog.rst Outdated Show resolved Hide resolved
@cqc-melf cqc-melf requested a review from cqc-alec March 4, 2024 18:31
@cqc-melf cqc-melf marked this pull request as ready for review March 4, 2024 18:31
@cqc-melf cqc-melf requested a review from CalMacCQ March 4, 2024 18:31
setup.py Outdated Show resolved Hide resolved
Co-authored-by: Alec Edgington <[email protected]>
@cqc-melf cqc-melf requested a review from cqc-alec March 5, 2024 09:16
cqc-alec
cqc-alec previously approved these changes Mar 5, 2024
CalMacCQ
CalMacCQ previously approved these changes Mar 5, 2024
Copy link
Contributor

@CalMacCQ CalMacCQ left a 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
Copy link
Contributor

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:?

Copy link
Collaborator Author

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?

Copy link
Contributor

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 :)

@cqc-melf cqc-melf dismissed stale reviews from CalMacCQ and cqc-alec via b2b48a8 March 5, 2024 11:45
@cqc-melf
Copy link
Collaborator Author

cqc-melf commented Mar 5, 2024

Needed to change the backbend in the not working test. Hope it works now.

@cqc-melf cqc-melf requested review from CalMacCQ and cqc-alec March 5, 2024 12:05
@cqc-melf cqc-melf merged commit ff1b092 into develop Mar 5, 2024
7 checks passed
@cqc-melf cqc-melf mentioned this pull request Mar 5, 2024
@cqc-melf cqc-melf deleted the feature/update-qiskit-1-0-0 branch March 26, 2024 14:47
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.

4 participants