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

Allow to access individual shots #49

Open
ElieGouzien opened this issue Oct 25, 2024 · 1 comment
Open

Allow to access individual shots #49

ElieGouzien opened this issue Oct 25, 2024 · 1 comment

Comments

@ElieGouzien
Copy link

Accessing the individual measurement results rather than just the counts can be very useful, for instance:

  • to study (unexpected) correlations from shot to shot
  • to serve as input for stochastic algorithms

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.

@gschurck
Copy link
Contributor

Currently the memory option works on simulators but only with local provider.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants