Skip to content

Commit

Permalink
Update pytket/extensions/azure/backends/azure.py
Browse files Browse the repository at this point in the history
Co-authored-by: Alec Edgington <[email protected]>
  • Loading branch information
cqc-melf and cqc-alec authored Dec 20, 2024
1 parent 22c0856 commit 0155316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytket/extensions/azure/backends/azure.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ def _make_backend_result(
00000000000000000000000000", # 0 * 63
)
list_bits.append(
long_res[len(long_res) - creg.size : len(long_res)]
long_res[-creg.size:]
)
all_bits = "".join(list_bits)

Expand Down

0 comments on commit 0155316

Please sign in to comment.