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? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In transformed IR, we insert a loop to iterate through the result data like so:
qcs-sdk-qir/src/transform/shot_count_block/snapshots/qcs_sdk_qir__transform__shot_count_block__qir__test__can_transpile_program_with__reduction.snap
Lines 29 to 37 in 8ec1774
However, in some cases we may not have any classical instructions to interpret the result, such as:
qcs-sdk-qir/src/transform/shot_count_block/snapshots/qcs_sdk_qir__transform__shot_count_block__qir__test__can_transpile_program_with__parametric.snap
Lines 25 to 29 in 8ec1774
In the latter case it would make sense to remove the loop, even though the program itself is not really useful.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In transformed IR, we insert a loop to iterate through the result data like so:
qcs-sdk-qir/src/transform/shot_count_block/snapshots/qcs_sdk_qir__transform__shot_count_block__qir__test__can_transpile_program_with__reduction.snap
Lines 29 to 37 in 8ec1774
However, in some cases we may not have any classical instructions to interpret the result, such as:
qcs-sdk-qir/src/transform/shot_count_block/snapshots/qcs_sdk_qir__transform__shot_count_block__qir__test__can_transpile_program_with__parametric.snap
Lines 25 to 29 in 8ec1774
In the latter case it would make sense to remove the loop, even though the program itself is not really useful.
The text was updated successfully, but these errors were encountered: