Balint Pato
Balint Pato
Thank you for sharing. I think this is reasonable and we could start looking into it in the next coming quarter.
Adding a deploy script seems like an easy enough thing to do at first, but there needs to be careful consideration put into the design. A solution should be able...
On my Mac, and Chrome, option + Tab works to switch focus within the page to the next item, so on pages with shells I can option + Tab and...
I found a major pain with the `requirements.txt` pinning. Ideally the current `requirements.txt` files should be renamed to `requirements.in` files, which then can be used by setup.py as they are...
My input is that a `Union[str,cirq.Tag]` type signature would be a good direction. Allows for str tags as well as any instance of `cirq.Tag`. Also +1 for adding singletons for...
Discussed on Cirq Cynque: - it sounds like the best place for the responsibility to store the adjacency information would be in `Device` (maybe within a `DeviceTopology` class)
ref https://github.com/quantumlib/Cirq/issues/3767
I'm okay with this but would love the @quantumlib/cirq-maintainers to chime in on it. Do we want this to be the default behavior always or should we put it behind...
One more thing to add: Currently we display 0th power, e.g. for `X**0`: we display `─X^0─`. We could just ignore those gates or display an identity gate instead - but...
Discussed on Cirq Cynque: consensus is that we should be explicit about the exponent in a numerical way instead of swallowing it here. If the user wants to remove these...