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

bugfix: Handle meas_level from backend.run #142

Merged

Conversation

laurencap
Copy link
Collaborator

Summary

Validate meas_level if it is supplied to run, and if it's valid, remove it. AwsQuantumTask does not accept meas_level argument.

Note:
meas_level=0 is raw results, an array of complex values (think sampled data collected from an ADC)
meas_level=1 is kerneled results, so a single complex value
meas_level=2 is classified results, 0 or 1

meas_level is also often supplied as an enum. For example: https://github.com/Qiskit-Extensions/qiskit-experiments/blob/f22bb7b67893a1b75f7d0f1fecdb0bd63284e244/qiskit_experiments/framework/base_experiment.py#L454

…ve it. AwsQuantumTask does not accept meas_level argument
@laurencap laurencap self-assigned this Feb 2, 2024
@CLAassistant
Copy link

CLAassistant commented Feb 2, 2024

CLA assistant check
All committers have signed the CLA.

@kshitijc
Copy link
Collaborator

kshitijc commented Feb 2, 2024

Changes look good to me. Please fix the failing style checks.

@laurencap laurencap merged commit daf9e9d into qiskit-community:main Feb 2, 2024
7 checks passed
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

Successfully merging this pull request may close these issues.

4 participants