Dave Bacon

Results 17 issues of 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...

kind/feature-request
triage/accepted
area/parameters
area/google/engine

**Description of the issue** `cirq.MSGate` does not exist, but `cirq.ops.MSGate` does. Think it should be at the top level too?

good first issue
kind/bug-report
triage/accepted

On the fundamentals page documentation, a warning appears in the docs, including a certain developers account name

docs

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...

no QC knowledge needed
kind/health
triage/accepted
area/cleancode
area/docstrings

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...

kind/health
triage/needs-feasibility
area/docstrings
area/docs

**Description of the issue** See for example API documentation for `on_each` in `Gate` ![image](https://user-images.githubusercontent.com/87974/141199334-2b3e34ae-34b4-44ed-80b2-e94c1625f890.png) But the signature was ``` def on_each(self, *targets: Union[Qid, Iterable[Any]]) -> List['cirq.Operation']: ``` A quick glance...

good first issue
no QC knowledge needed
kind/health
triage/accepted
area/gates
area/docs