-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Inconsistent shape of Result.records #5000
Comments
This actually occurred to me last night, that something like this might happen. So in My initial thought is that the best approach would be to update the Do you mind taking it since I don't have any recent experience with qsim? (Also maybe create another test like |
May be worth looking at #4449 simultaneously. The qubits are there now, just need to get pushed into |
Fixes #5000. This PR reinstates support for 2D measurement data from `_run`, but logs a warning if that path is used. External simulators will need to modify their `_run` implementation before v0.15.
Fixes quantumlib#5000. This PR reinstates support for 2D measurement data from `_run`, but logs a warning if that path is used. External simulators will need to modify their `_run` implementation before v0.15.
Fixes quantumlib#5000. This PR reinstates support for 2D measurement data from `_run`, but logs a warning if that path is used. External simulators will need to modify their `_run` implementation before v0.15.
Fixes quantumlib#5000. This PR reinstates support for 2D measurement data from `_run`, but logs a warning if that path is used. External simulators will need to modify their `_run` implementation before v0.15.
As seen in the qsim nightly compatibility runs. CC @daxfohl.
These errors seem to indicate that the values in
Result._records
sometimes unpack to two-element values. It's possible that this is a result of interaction between qsimcirq and the newResult
behavior, but if so that indicates backwards-incompatibility that needs to be addressed.The text was updated successfully, but these errors were encountered: