-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Bug fix property and methods of BackendV2Converter #9502
Conversation
Thank you for opening a new pull request. Before your PR can be merged it will first need to pass continuous integration tests and be reviewed. Sometimes the review process can be slow, so please be patient. While you're waiting, please feel free to review other open PRs. While only a subset of people are authorized to approve pull requests for merging, everyone is encouraged to review open pull requests. Doing reviews helps reduce the burden on the core team and helps make the project's code better for everyone. One or more of the the following people are requested to review this:
|
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.
Thanks @to24toro , can you write release note?
Pull Request Test Coverage Report for Build 4065329297
💛 - Coveralls |
0d58e54
to
1a0f77c
Compare
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.
Thanks. LGTM. Just a minor rephrasing before merge.
releasenotes/notes/fix-backendv2converter-de342352cf882494.yaml
Outdated
Show resolved
Hide resolved
releasenotes/notes/fix-backendv2converter-de342352cf882494.yaml
Outdated
Show resolved
Hide resolved
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.
LGTM, thanks for catching and fixing this.
|
||
def drive_channel(self, qubit: int): | ||
self._config.drive(qubit) | ||
return self._config.drive(qubit) |
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.
Lol, this is my bad. I switch back and forth between rust and python too much (Rust has an implicit return on the last line of a function without a semicolon)
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.
Certainly, the reason is very persuasive!
* fix property and methods of BackendV2Converter * add reno * Update releasenotes/notes/fix-backendv2converter-de342352cf882494.yaml * Update releasenotes/notes/fix-backendv2converter-de342352cf882494.yaml --------- Co-authored-by: Naoki Kanazawa <nkanazawa1989@gmail.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> (cherry picked from commit df258d4)
* fix property and methods of BackendV2Converter * add reno * Update releasenotes/notes/fix-backendv2converter-de342352cf882494.yaml * Update releasenotes/notes/fix-backendv2converter-de342352cf882494.yaml --------- Co-authored-by: Naoki Kanazawa <nkanazawa1989@gmail.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> (cherry picked from commit df258d4) Co-authored-by: Kento Ueda <38037695+to24toro@users.noreply.github.com>
* fix property and methods of BackendV2Converter * add reno * Update releasenotes/notes/fix-backendv2converter-de342352cf882494.yaml * Update releasenotes/notes/fix-backendv2converter-de342352cf882494.yaml --------- Co-authored-by: Naoki Kanazawa <nkanazawa1989@gmail.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Summary
I found and fixed bugs of
BackendV2Converter
.Details and comments
Important and critical bugs to use BackendV2Converter.