alexandrupaler
alexandrupaler
Hello, would an interface from quimb to Google Cirq be something of interest? Alexandru
For performance purposes would it make sense to replace the functionality from https://github.com/Quantomatic/pyzx/blob/c5b63016c667f1f15a91f9f139ef06a6449b4502/pyzx/tensor.py#L159 with something like `tensor.reshape([2 ** outputs, 2 ** inputs])`? I ran some preliminary tests and the outputs...
The complete compilation of quantum algorithms will generate circuits with billions/millions of gates and the current software tools do not scale to these requirements. The bloqs of Qualtran are mitigating...
There are various (relative phase) Toffoli gate decompositions, each having its own advantage with respect to (at least) quantum arithmetic [1]. It would be great if Qualtran would support various...