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

Cherry pick #1465 and #1467 #1468

Merged

Conversation

coruscating
Copy link
Collaborator

No description provided.

nkanazawa1989 and others added 2 commits August 13, 2024 14:36
### Summary

There were several changes in dependent packages that broke unit test of
this package. This PR fixes broken code.



### Details and comments

188eb5c,
83fecce

After Qiskit >= 1.2, a protected member `_parameter_table` of the
QuantumCircuit is managed in the Rust domain as a part of `CircuitData`
and we cannot directly touch this object from Python, though we should
continue to support <= 1.1. These commits add attribute check before
copying the table.
(edit)

f372eb3
qiskit-ibm-runtime 0.24 was released and deprecation for V1 backends
were added. We should switch to V2 backends. Also some property value
has been changed in one of our reference backends.

ba2bdce

Again, due to the data model update of QuantumCircuit in Qiskit core, a
custom circuit equality function used in a unit test was broken. This
commit changes approach of the test so that it doesn't need to rely on
the custom function.
This should be merged after the repo is moved to Qiskit-Community.
@coruscating coruscating merged commit 6837e4c into qiskit-community:stable/0.7 Aug 13, 2024
3 of 9 checks passed
@coruscating coruscating deleted the changes-from-main branch August 13, 2024 18:52
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.

2 participants