Dave Bacon

Results 66 comments of Dave Bacon

From #1235 > So, part of this is solved, but there is still an issue, since the representation on line 121 of controlled_gate_test still relies on an implicit import: return...

This is certainly doable and I see the motivation. Especially after passing through code that optimizes for hardware, this would give a more natural way to define parameter searches "near...

I still think this is a viable primitive. The real use would be if you are using this with parameters that are sweepable in some way, i.e. if you aren't...

We had an example and a tested notebook but this appears to no longer exist. Tutorials jupyter notesbooks in docs do not appear to have tests.

Point 2 is done. Point 3 is no longer relevant. It looks like the remaining work would be to take metrics from engine and support them as the costs.

@maffoo @dstrain115 any idea what might be causing this, it looks to be coming from `AsyncMock`.

The code to produce qcircuit LaTeX currently uses the circuit info object. It does output code that has single boxes for multiqubit gates. I think the question that remains here...

An example can be found in https://cirq.readthedocs.io/en/stable/generated/cirq.phase_by.html where we see an un-escaped `_phased_by_`

Still relevant, as there are places with docstrings that have unescaped `_dunder_` methods that render strangely.