Compilation, analysis and optimization framework for the Scaffold quantum programming language.
BSD 2-Clause "Simplified" License
192
stars
53
forks
source link
Segmentation fault when generating QASM when file contains `cbit c = MeasZ(q);` #29
Open
vadym-kl opened 6 years ago
Running
scaffold.sh -f
for the following file:causes Segmentation fault :
Running
scaffold.sh
does not cause any problems. Above is a problem when running onepiqc/scaffcc
Docker.