Dave Bacon
Dave Bacon
Follow up after #2106 Engine should take a repetition x parameter sweep size that it wants to break things into, and if the job is bigger than this break the...
**Description of the issue** `cirq.MSGate` does not exist, but `cirq.ops.MSGate` does. Think it should be at the top level too?
[TYPE_CHECKING] Use cirq.* instead of cirq submodules for imports that are only for type-annotations
On the fundamentals page documentation, a warning appears in the docs, including a certain developers account name
A few years ago we switched to using black to auto-format and set the character width at 100. When we did this, we ended up with a lot of doc...
As part of #5344 @viathor brought up possibly formatting our sparse matrices in docstring (and hence API docs) with blanks instead of 0s. So for example we currently format a...
**Description of the issue** See for example API documentation for `on_each` in `Gate`  But the signature was ``` def on_each(self, *targets: Union[Qid, Iterable[Any]]) -> List['cirq.Operation']: ``` A quick glance...