DVLab-NTU / qsyn

A C++-based growing software system for synthesizing, optimizing, and verifying quantum circuits
Apache License 2.0
166 stars 15 forks source link

`qcir read` does not guard repeated gate pins #43

Open JoshuaLau0220 opened 8 months ago

JoshuaLau0220 commented 8 months ago

Minimum reproducing test file:

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

cx q[0], q[0];