Skip to content

Commit

Permalink
peer review
Browse files Browse the repository at this point in the history
  • Loading branch information
caleb-johnson committed Mar 5, 2025
1 parent cb23106 commit 2b10536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiskit_addon_obp/backpropagation.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ def handle_timeout(signum, frame):
)

LOGGER.debug(
f"Size of the observable after backpropagating the {op_idx}-th gate in "
f"Size of the observable after backpropagating gate id {len(op_nodes)-op_idx-1} in "
f"the current layer: {len(observables_tmp[i])}"
)

Expand Down

0 comments on commit 2b10536

Please sign in to comment.