-
Notifications
You must be signed in to change notification settings - Fork 127
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
Add an IQ plot for meas_level=1 #614
Comments
There is already one in readout angle that we can move to a more generic location |
Yes, I would move it and extend/refactor it. There is also an alternative implementation in the resonator spectroscopy PR: https://github.com/Qiskit/qiskit-experiments/blob/dfe314978558e16c320a568ef3d44da486a2fa00/qiskit_experiments/library/characterization/analysis/resonator_spectroscopy_analysis.py I think both can be improved. For instance the readout angle explicitly assumes two circuits. We could have this plotting live in |
This is not limited to curve analysis. For example you can add IQ plot generation code to this nested function. |
Is this issue still relevant? From what I understand (correct me if I am wrong), the issue is only how many canvases are need. to plot into for a comfortable view of the user. We can take the 2 extreme cases where all series are in a single canvas, or each of the series in a different canvas. |
What is the expected behavior?
When an experiment is run on measurement level 1 then there should be a plot of the IQ data in the figures.
The text was updated successfully, but these errors were encountered: