- Notifications
You must be signed in to change notification settings - Fork46
Issue #247 - Replaceexecute withbackend.run() inqiskit-qec#381
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Issue #247 - Replaceexecute withbackend.run() inqiskit-qec#381
Uh oh!
There was an error while loading.Please reload this page.
Conversation
sim-eng-ii commentedAug 17, 2023
@grace-harper I have fixed#247 and it is ready for review |
execute withbackend.run() inqiskit-qecexecute withbackend.run() inqiskit-qecexecute withbackend.run() inqiskit-qecexecute withbackend.run() inqiskit-qecsim-eng-ii commentedAug 25, 2023
Hello@grace-harper , I will look into the issues. Thank you |
sim-eng-ii commentedAug 25, 2023
Hello@grace-harper the test errors are related to a bug I identified and described in issue#380. I do not think is related to the work I did on issue#247. Regarding the lint/style check. I will fix those. Thank you. |
grace-harper left a comment
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
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
…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>
Uh oh!
There was an error while loading.Please reload this page.
Summary:
This pull request aims to resolve issue#247 by replacing the outdated
executefunction with the more up-to-datebackend.runmethod in theqiskit-qeccodebase.Details and comments:
executewithbackend.runfor simulating the quantum circuit.Additional Notes:
The following files have been modified:
test/matching/test_circuitmatcher.pytest/matching/test_repetitionmatcher.pysrc/qiskit_qec/analysis/faultsampler.pysrc/qiskit_qec/analysis/faultenumerator.pytest/heavy_hex_codes/test_heavy_hex_decoder.py