HyQuas icon indicating copy to clipboard operation
HyQuas copied to clipboard

Parameter file not find for qubit number

Open liyangzhong7 opened this issue 2 years ago • 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.?

liyangzhong7 avatar Aug 24 '22 10:08 liyangzhong7

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

heheda12345 avatar Aug 25 '22 02:08 heheda12345