Mu-Te Joshua Lau

Results 12 issues of Mu-Te Joshua Lau

I'm trying to compile a program that uses xtensor-blas, when I encounter a linker error. The error message is ``` ... testTensor.o: In function `int cxxlapack::getrf(int, int, double*, int, int*)':...

- [ ] The use of OpenMP should be togglable. - [ ] Search Scheduler should collect all terminal nodes before evaluating in parallel.

- [x] `qcir print -d` should be aware of ID length - [ ] retire `QCirGate::get_type_str`

bug
enhancement

While our representation of device topology is more concise, reading IBM's device file directly may be more convenient.

# The Problem Currently, the qcir package is hard to use mainly because it fails to account for the variability of different types of gates. For example, we can’t model...

Minimum reproducing test file: ``` OPENQASM 2.0; include "qelib1.inc"; qreg q[1]; cx q[0], q[0]; ```

bug

As title. In particular the `yquant` package is much more readable than `qcircuit` and `quantikz`.

enhancement

The `benchmark/` folder is so large that our project is filled with `.qasm` files. It would be better if we separated the folder into another repo. Benchmarks that the tests...

meta

[ZXLive](https://github.com/Quantomatic/zxlive) seems to be a convenient tool for visualizing ZX-diagrams. It would be greatly beneficial if we supported the `.zxg` format it uses.

enhancement