-
Notifications
You must be signed in to change notification settings - Fork 35
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/Replace execute
import with backend.run
in Repetition Code
#247
Labels
bug
Something isn't working
Comments
ghost
self-assigned this
Aug 29, 2022
grace-harper
added a commit
that referenced
this issue
Sep 19, 2023
…381) * replace `execute` with `backend.run()` in `test_repetitionmatcher.py` * replace `execute` with `backend.run()` in `test_circuitmatcher.py` * replace `execute` with `backend.run()` in `test_heavy_hex_decoder.py` * replace `execute` with `backend.run()` in `faultsampler.py` * replace `execute` with `backend.run()` in `faultenumerator.py` * formatting * re-format test_repetitionmatcher.py --------- Co-authored-by: grace-harper <119029214+grace-harper@users.noreply.github.com>
grace-harper
pushed a commit
that referenced
this issue
Sep 19, 2023
Fix a small bug (#384) Co-authored-by: grace-harper <119029214+grace-harper@users.noreply.github.com> Update README.md (#377) Co-authored-by: grace-harper <119029214+grace-harper@users.noreply.github.com> Issue #247 - Replace `execute` with `backend.run()` in `qiskit-qec` (#381) * replace `execute` with `backend.run()` in `test_repetitionmatcher.py` * replace `execute` with `backend.run()` in `test_circuitmatcher.py` * replace `execute` with `backend.run()` in `test_heavy_hex_decoder.py` * replace `execute` with `backend.run()` in `faultsampler.py` * replace `execute` with `backend.run()` in `faultenumerator.py` * formatting * re-format test_repetitionmatcher.py --------- Co-authored-by: grace-harper <119029214+grace-harper@users.noreply.github.com> scrap
grace-harper
added a commit
that referenced
this issue
Oct 2, 2023
…381) * replace `execute` with `backend.run()` in `test_repetitionmatcher.py` * replace `execute` with `backend.run()` in `test_circuitmatcher.py` * replace `execute` with `backend.run()` in `test_heavy_hex_decoder.py` * replace `execute` with `backend.run()` in `faultsampler.py` * replace `execute` with `backend.run()` in `faultenumerator.py` * formatting * re-format test_repetitionmatcher.py --------- Co-authored-by: grace-harper <119029214+grace-harper@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps to reproduce the problem
execute
is outdated and, if in use, should be replaces withbackend.run
What is the current behavior?
What is the expected behavior?
The text was updated successfully, but these errors were encountered: