qsyn icon indicating copy to clipboard operation
qsyn copied to clipboard

`qcir read` does not guard repeated gate pins

Open JoshuaLau0220 opened this issue 7 months ago • 0 comments

Minimum reproducing test file:

OPENQASM 2.0;
include "qelib1.inc";
qreg q[1];

cx q[0], q[0];

JoshuaLau0220 avatar Dec 24 '23 19:12 JoshuaLau0220