We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
cbit c = MeasZ(q);
Running scaffold.sh -f for the following file:
scaffold.sh -f
int main() { qbit q[1]; cbit c = MeasZ(q[0]); return 0; }
causes Segmentation fault :
measure_qubit.scaffold [Scaffold.makefile] Compiling measure_qubit_merged.scaffold ... [Scaffold.makefile] Transforming cbits ... [Scaffold.makefile] O1 optimizations ... [Scaffold.makefile] Unrolling Loops (1) ... [Scaffold.makefile] Cloning Functions (1) ... Functions Cloned: 0 [Scaffold.makefile] Dead Argument Elimination (1) ... [Scaffold.makefile] Unrolling Loops (2) ... [Scaffold.makefile] Cloning Functions (2) ... Functions Cloned: 0 [Scaffold.makefile] Dead Argument Elimination (2) ... [Scaffold.makefile] Internalizing and Removing Unused Functions ... [Scaffold.makefile] Inserting Reverse Functions... [Scaffold.makefile] Flattening modules ... /bin/bash: line 1: 76 Segmentation fault /root/ScaffCC/build/Release+Asserts/bin/opt -load /root/ScaffCC/build/Release+Asserts/lib/Scaffold.so -gen-qasm measure_qubit12.inlined.ll 2> measure_qubit.qasmh > /dev/null
Running scaffold.sh does not cause any problems. Above is a problem when running on epiqc/scaffcc Docker.
scaffold.sh
epiqc/scaffcc
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: