Doug Strain

Results 102 comments of Doug Strain

@wcourtney Did we add a maximum batch size to the client at some point? Do we still need this feature?

mypy is now enabled as of #926

Ok, this is an issue with numpy on Mac ARM. You can reproduce it by doing the determinant of any complex matrix, such as: ``` mat = [[1,0],[0,1]] mat =...

See https://github.com/quantumlib/Cirq/pull/6599

This will be fixed as soon as cirq version gets upgraded. In the meantime, add `np.seterr(all='ignore')` if it annoys you.

@mpharrigan Can you explain what this means? "remove the old-style call graph drawer and switch usages to the new-style call graph drawer."

@pavoljuhas Is this still a relevant PR?

Discussion from cirq cync: This is likely because the exponential of the identity has no operation since the PauliStringPhasor is stripping out identity. This should be accepted. Probably an empty...

@dlyongemallo I have a student who is interested in working on this. @naerabati Can you comment if you would like to work on this and coordinate with him?

Here's another issue that would be a good ramp-up issue.