-
A single `RY` gate translates to two `RX` gates, when we could get away with just one.
```
QUIL> (print-parsed-program (compiler-hook (parse-quil "RY(pi) 0") (build-nq-linear-chip 2)))
RZ(2.22165…
-
**dpkg**
```
dpkg -i *.deb #安装
dpkg -r #卸载
dpkg -P #卸载(包括配置文件)
dpkg -s #查看软件是否已经安装
dpkg --info *.deb #查看deb包信息
dpkg -l #列出所有已安装的软件
dpkg -L #列出已安装的软件包含的文件
dpkg -S #反查找文件所属的软件包
```
*…
mikuQ updated
2 months ago
-
We have
``` haskell
link :: a -> Set a -> Set a -> Set a
link x Tip r = insertMin x r
link x l Tip = insertMax x l
link x l@(Bin sizeL y ly ry) r@(Bin sizeR z lz rz)
| delta*sizeL < sizeR = bala…
-
### Issue summary
pkg-config files distributed in the official `static-x86_64` releases contain wrong hard-coded paths.
This makes it impossible to build software against rizin libs out-of-the-box…
-
2.2.2版本使用rz命令上传有中文名的文件,上传完成后出现乱码
-
**Is your feature request related to a problem? Please describe.**
There is only a static [release](https://github.com/rizinorg/rizin/releases) for Linux and it would be great to use some of the av…
-
### Work environment
| Questions | Answers
|------------------------------------------------------|--------------------
| OS/arch/bits (mandatory) …
-
### Is your feature request related to a problem?
I tried using visit-build-open. It hard-codes a path for result_dir, for which I did not have write permissions.
Could we make that an optional …
-
When running quilc with a chip-spec file with a one-directional 2q gate, quilc infinite loops on warming addresser cache. This is caused by `expand-instruction-to-native-instructions` recursing foreve…
-
```python
from pytket.circuit import Circuit
from pytket.passes import SynthesiseTK, CommuteThroughMultis, RemoveRedundancies
c = Circuit(2).Rz(0.3,0).CX(0,1).Rz(-0.3,0).CX(0,1)
SynthesiseTK().app…