-
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
Using processor:
string is incorrect
#6427
Comments
Thanks for the report! It looks like that message comes from here. I personally don't like this side-effect at all since it's referring to a value that you intentionally ignore in the script. My vote would be to remove it, but I think that it would also go away if the function were used as it appears was intended. e.g., augmenting the colab:
I expect that the incantation provided in the colab comes from the quickstart, so I'd recommend
@eliottrosenberg - does that sound alright to you? |
That sounds good to me! I did not realize that |
Actually, could we modify |
I've always found the sampler = cirq_google.get_engine_sampler(device, run_name, device_config) The returned sampler has a |
On second look, I think there are two different use cases that we're trying to combine.
|
Description of the issue
The
Using processor: ...
string that gets printed when you load a processor is not correct.See this colab.
Cirq version
1.4.0.dev20240126200039
@senecameeks @wcourtney @NoureldinYosri
The text was updated successfully, but these errors were encountered: