We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Accessing the individual measurement results rather than just the counts can be very useful, for instance:
This seems to be implemented in standard qiskit Aer, via the memory=True option on the back-end, as documented here.
memory=True
This is desirable for the hardware back-end, but also the physical and logical simulators.
The text was updated successfully, but these errors were encountered:
Currently the memory option works on simulators but only with local provider.
memory
Sorry, something went wrong.
No branches or pull requests
Accessing the individual measurement results rather than just the counts can be very useful, for instance:
This seems to be implemented in standard qiskit Aer, via the
memory=True
option on the back-end, as documented here.This is desirable for the hardware back-end, but also the physical and logical simulators.
The text was updated successfully, but these errors were encountered: