You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To me this is confusing behavior since the 'z' option has only been implemented upstream, and my device does not have any GPU accelerators as far as i know.
I think it would be helpful if the simulator either threw an error when the user tries to invoke options that are unavailable on the current release or device, or at least nudged users with some kind of warning on how to check for the compatibility of device-specific qsim_options with the user's machine.
The text was updated successfully, but these errors were encountered:
This class provides clearer option names and only accepts valid options, so it should resolve this issue. (We do still allow dict-formatted options for backwards compatibility, but will recommend use of the dataclass.)
I've noticed that the following code runs fine in
qsimcirq==0.10.2
:To me this is confusing behavior since the 'z' option has only been implemented upstream, and my device does not have any GPU accelerators as far as i know.
I think it would be helpful if the simulator either threw an error when the user tries to invoke options that are unavailable on the current release or device, or at least nudged users with some kind of warning on how to check for the compatibility of device-specific
qsim_options
with the user's machine.The text was updated successfully, but these errors were encountered: