Boxi Li
Boxi Li
Hey sorry about the delay. I just merged the PR for adding the `R` gate. > Could we add an Rxx and Ryy gate to qutip? This sounds like a...
Hey @ajrazander Is there any future plan on adding the PR for the full ion processor?
Hi @Wikstahl, thanks a lot for the PR! It is probably better to set the `dtype` of the new coefficient array to be the same as the old one, instead...
I just pushed a patch with `dtype=old_coeffs.dtype` This should make the test pass. However, it does not mean that the complex coefficient is fully supported. The `Processor.plot_pulse` will still get...
Hi @PariaNaghavi Sorry for the delay. Two points: - pyqir 0.7 merges pyqir-generator, pyqir-parser so now they are all in one package `pyqir`. This means that the importation in `qir.py`...
@cgranade Is it ok to drop the support of `0.6` and only support `0.7`? Or should we try to keep it working both for `0.7` and `0.6`? It seems quite...
With these changes (https://github.com/BoxiLi/qutip-qip/commit/d24b7b6c60a680644ec0f10dc775373bde1f2788) on `qir.py` and replacing `qutip.qip` with `qutip_qip`. I'm able to run through most of your `ipynb`.
You might be using an old version of the source code, not the one on the current master branch? You can try `from qutip_qip.circuit import Measurement, Gate`.
Yes, will soon make a PR on that.
@cgranade Hi, could you maybe help us get the test updated for the new `pyqir`? I can get the code to work in (https://github.com/BoxiLi/qutip-qip/commit/d24b7b6c60a680644ec0f10dc775373bde1f2788) but have quite some difficulties updating...