thu-pacman/HyQuas

Parameter file not find for qubit number

liyangzhong7 opened this issue · 1 comments

When I either run ./check.sh from folder [scripts], or directly run "./main ../tests/input/basis_change_28.qasm" from folder [build], I get an error message saying "Parameter file not find for qubit number 28". This is caused by src/evaluator.cpp in line 99, where it is trying to read the file $HYQUAS_ROOT/evaluator-preprocess/parameter-files/28qubits.out. The folder [parameter-files] is actually empty.

How do I get files like 28qubits.out, 24qubits.out, etc.?

Please carefully follow the readme to run HyQuas. This problem comes from step 6.