William Courtney

Results 6 comments of William Courtney

> Also, if we create a good integration testing environment, we can run the Google notebooks against them as well. > The problem with the qsim "processor" is that for...

> sending to multiple processors or sending programs without jobs 2¢: As I understand it, both of these features are confusing to users. IMO, it's a user win to clean...

Thanks for the report! It looks like that message comes from [here](https://github.com/quantumlib/Cirq/blob/2ef19094f2225b2f2707d169bafe75ecdcdc0537/cirq-google/cirq_google/engine/qcs_notebook.py#L140). I personally don't like this side-effect at all since it's referring to a value that you intentionally ignore...

On second look, I think there are two different use cases that we're trying to combine. 1. The quickstart tutorial is meant to familiarize the user with the resources and...

> @verult @wcourtney is this what is needed to pass validation steps like ? > > ``` > INVALID_PROGRAM: Operation I(q(9, 4)) contains a gate which is not supported. >...

> I think we are talking about different things, the same gate/gateset can have different preresentations in Cirq. I think this is why we have `serializable_forms` and `deserialized_forms` Looking at...