Dave Bacon

Results 66 comments of Dave Bacon

``` class MyClass(): def _repr_pretty_(self, p, cycle): print(p.max_width) ``` then ``` MyClass() ``` shows ``` 79 ``` So it does look like you can get the display width. Do we...

Is this for measurement and reset? Or for actual destructive measurement? Channel for measurement and reset to 0 has A_0 = [[1, 0], [0, 0]] A_1 = [[0, 1], [0,...

Aren't both types of tests desirable. Sometimes you want to indeed show that it has made improvements. Sometimes you want to make sure it is working for a specific case...

Can assign to @trevormccrt if he accepts invitation to be collaborator.

Looks like a bug. We should fix for a bug fix release 1.0.1

An example of a channel to test mixtures with can be created using `cirq.bit_flip`.

Does this make sense any more? Was the idea for jobs to have an async method that returns the results?

There are a couple parts of this issue that are actionable (qubit labels), and there has been a move to separate out block diagram from text diagram. We can either...