Orion Martin

Results 97 comments of Orion Martin

@tanujkhattar was this resolved by #5480? If so, apologies for not closing it at that time. Welcome to the community @Tarun-Kumar07!

> {...} the constructors in [pauli_measurement_gates.py](https://github.com/quantumlib/Cirq/blob/master/cirq-core/cirq/ops/pauli_measurement_gate.py) don't take confusion map as parameter, but they are taken in [measurement_gate.py](https://github.com/quantumlib/Cirq/blob/master/cirq-core/cirq/ops/measurement_gate.py). You are absolutely right - I glossed over the fact that this...

Pinging @mrwojtek or @dstrain115 for review on this PR.

It sounds like your fixed-width font is not actually fixed-width for these characters. In the [Colab FAQ](https://research.google.com/colaboratory/faq.html#editor-font-family), it notes that you can go to `chrome://settings/fonts` to check which fixed-width font...

> Thanks for replying, mine is "Consolas" Tried to reproduce the issue on US-based WIN10 with Consolas, but didn't see a shift. It seems like this issue is specific to...

Hello Hayk! As I recall, that copy step exists to pass ownership of the state from Python to C++. Copyless transfer of ownership in the _opposite_ direction is possible with...

Thanks for raising this issue! The root cause has several parts: 1. The line in question was introduced in #555 to comply with Cirq 1.0 return type requirements for simulators....

> Why is the return type in {...} `py::array_t` instead of complex? @sergeisakov would know best, but I believe this is because qsim stores the state as a float array...

Thanks for filing an issue @mchan90! From what I can gather, this error implies that 4000 repetitions were requested but `raw_results` only contains 3999. There doesn't appear to be anything...