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

[WIP] Fix fake backends return simulator=False #9669

Closed

Conversation

king-p3nguin
Copy link
Contributor

@king-p3nguin king-p3nguin commented Feb 26, 2023

Summary

Details and comments

I thought simply changing the json file from false to true would work, but I got an error in the test. I think adding a statement like if isinstance(backend, FakeQasmBackend): would solve the problem, but is backend.configuration().simulator == True the specification?

@king-p3nguin king-p3nguin requested review from a team and jyu00 as code owners February 26, 2023 13:06
@qiskit-bot qiskit-bot added the Community PR PRs from contributors that are not 'members' of the Qiskit repo label Feb 26, 2023
@qiskit-bot
Copy link
Collaborator

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:

  • @Qiskit/terra-core

@king-p3nguin king-p3nguin marked this pull request as draft February 26, 2023 16:32
@king-p3nguin king-p3nguin changed the title Fix fake backends return simulator=False [WIP] Fix fake backends return simulator=False Feb 26, 2023
@king-p3nguin
Copy link
Contributor Author

Closing for stale PR.

@king-p3nguin king-p3nguin deleted the pr-fix-fake-backend-config branch June 21, 2023 17:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Community PR PRs from contributors that are not 'members' of the Qiskit repo
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Fake backends return simulator=False
2 participants