ChienKaiMa

Results 4 issues of ChienKaiMa

I want to simulate Grover's algorithm with QuiMB, and the circuits contain multi-controlled Toffoli gates, which I didn't find a simple implementation in QuiMB. Though there may be a way...

enhancement

I executed `examples/circuit_simulation.py` on the workstation machine (Ubuntu 20.04), with `order_finder_name` in `khp_params.json` set to `default`. The code spend more than 2 hours but halts with AttributeError. I found in...

I executed `examples/circuit_simulation.py` on my laptop (WSL: Ubuntu 18.04) and the workstation machine (Ubuntu 20.04). The code worked on my laptop, but the program prints `Invalid Object Identifier` and deadlocks....

I'm trying c2rust on an open source project [https://github.com/berkeley-abc/abc](https://github.com/berkeley-abc/abc) I followed the instructions in README.md, installed c2rust from git (0.19.0), and generated `compile_commands.json`. c2rust panicked and I could not figure...