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

Set n_qubits for Aer simulators to max supported by local memory. #1369

Merged
merged 25 commits into from Nov 29, 2018
Merged

Set n_qubits for Aer simulators to max supported by local memory. #1369

merged 25 commits into from Nov 29, 2018

Conversation

nonhermitian
Copy link
Contributor

Summary

fixes #1156

Details and comments

Simple fix. However, additional work is needed to have the simulators check the n_qubits in the Qobj passed to the backend against these values.

@jaygambetta
Copy link
Member

can you activate the test that was disabled in #1327

@jaygambetta
Copy link
Member

@nonhermitian lets wait for @diego-plan9 to review before merge

@jaygambetta jaygambetta added this to the 0.7 milestone Nov 29, 2018
Copy link
Member

@diego-plan9 diego-plan9 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks @nonhermitian !

@diego-plan9 diego-plan9 merged commit 8e1f8ea into Qiskit:master Nov 29, 2018
Backends, Qobj, and Result automation moved this from To do to Done Nov 29, 2018
lia-approves pushed a commit to edasgupta/qiskit-terra that referenced this pull request Jul 30, 2019
…skit#1369)

* Fix parallezation in transpile.compile

* Revert "Fix parallezation in transpile.compile"

This reverts commit 98e78d0.

* remove oops files

* set Aer n_qubits based on local memory

* turn on test removed in 1327

* remove unused import

* set clifford simulator
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement It's working, but needs polishing
Projects
Development

Successfully merging this pull request may close these issues.

Local simulators return n_qubits that is supported by local memory
3 participants