You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.?
The text was updated successfully, but these errors were encountered:
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.?
The text was updated successfully, but these errors were encountered: