Shih-Cheng Tu

Results 17 comments of Shih-Cheng Tu

Hi @TimoEckstein! Sorry if I miss anything, I tried to locate the doc mentioned in this issue (e.g. [qaoa_ising]( https://quantumai.google/cirq/tutorials/educators/qaoa_ising)) within the Cirq codebase, but I couldn't find it. Checking...

Hi! I drafted a PR #7577 for this issue, please let me know if you have any thought. :) NOTE: I checked [style guide](https://www.tensorflow.org/community/contribute/docs_style) in #5220 and [Google style guide](https://developers.google.com/style),...

Hi @mhucka! I'd like to take this one, could you assign to me? :)

Thanks! I'll start setting up Cirq project on the OSS-Fuzz side following the OSS-Fuzz [guide](https://google.github.io/oss-fuzz/). I have some open questions on the configuration: 1. Contacts I'll put "primary contact" as...

Thanks for the reply! I drafted a [commit](https://github.com/ToastCheng/oss-fuzz/commit/30b813767b606af3d0a7455a261b01ed9aaa9a8d) adding Cirq to OSS-Fuzz project, and a minimal fuzz test that adds different gates on different LineQubits in a circuit and simulate...

Checking Tensorflow's example, instead of adding fuzz tests into OSS-Fuzz side (some projects do, e.g. [ujson](https://github.com/google/oss-fuzz/tree/master/projects/ujson)), a better way might be having the fuzz tests living in the Cirq codebase...

Since the integration might need a little more discussion and context, I drafted a [mini RFC](https://docs.google.com/document/d/1WepuQdc4bHNFogJuVtE27nwh-qoaWRSRd2nyFDvrwhI/edit?tab=t.0#heading=h.mckr847qq60k) for the integration plan. If it sounds good, I'll send out a PR for...

Created a PR to OSS-Fuzz: https://github.com/google/oss-fuzz/pull/14466

Hi @daxfohl! I'd like to give it a try, looking at the code, I think the problem is that the multiplication and power operations are either returning different types or...

Thanks for the explanation! Agreed that it has more cases to handle rather than a simple equivalent fix.. I could start with #7588 first.