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

Upgrade to QiskitAerSimulator #367

Closed
grace-harper opened this issue May 5, 2023 · 2 comments
Closed

Upgrade to QiskitAerSimulator #367

grace-harper opened this issue May 5, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@grace-harper
Copy link
Collaborator

Steps to reproduce the problem

Run Tests

What is the current behavior?

PendingDeprecationWarning: The `QasmSimulator` backend will be deprecated in the future. It has been superseded by the `AerSimulator` backend. warn('The `QasmSimulator` backend will be deprecated

What is the expected behavior?

We should be using the more current simulator version

@grace-harper grace-harper added the bug Something isn't working label May 5, 2023
@robotAstray
Copy link
Contributor

Hello @grace-harper, I will work on this, thank you

@grace-harper
Copy link
Collaborator Author

Handled in #378 by @robotAstray. Thank you!

grace-harper added a commit that referenced this issue Sep 20, 2023
#378)

* Migration from QasmSimulator to qiskit_aer's AerSimulator

* eliminate execute from imports (#1)

* remove execute import from faultsampler.py

* remove execute imports from faultenumerator.py

* remove execute import from test_heavy_hex_decoder.py

* remove execute import from test_repetitionmatcher.py

* remove execute import from test_circuitmatcher.py

---------

Co-authored-by: grace-harper <119029214+grace-harper@users.noreply.github.com>
grace-harper added a commit that referenced this issue Oct 2, 2023
#378)

* Migration from QasmSimulator to qiskit_aer's AerSimulator

* eliminate execute from imports (#1)

* remove execute import from faultsampler.py

* remove execute imports from faultenumerator.py

* remove execute import from test_heavy_hex_decoder.py

* remove execute import from test_repetitionmatcher.py

* remove execute import from test_circuitmatcher.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

2 participants