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

Remove/Replace execute import with backend.run in Repetition Code #247

Closed
ghost opened this issue Aug 29, 2022 · 0 comments
Closed

Remove/Replace execute import with backend.run in Repetition Code #247

ghost opened this issue Aug 29, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@ghost
Copy link

ghost commented Aug 29, 2022

Steps to reproduce the problem

execute is outdated and, if in use, should be replaces with backend.run

What is the current behavior?

What is the expected behavior?

@ghost ghost added the bug Something isn't working label Aug 29, 2022
@ghost 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
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant