Skip to content

Commit

Permalink
Update src/braket/experimental/autoqasm/program/program.py
Browse files Browse the repository at this point in the history
Fixup comment
  • Loading branch information
laurencap authored Nov 3, 2023
1 parent 15d4525 commit 63c146d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/braket/experimental/autoqasm/program/program.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def make_bound_program(self, param_values: dict[str, float]) -> Program:
# Break early if all the parameter assignments have been processed
params_to_process = set(param_values.keys())

# Parameter expressions only occur at the top level scope
# Input declarations only occur at the top level scope
state = oqpy_program_copy.stack[0]
for i in range(len(state.body)):
inst = state.body[i]
Expand Down

0 comments on commit 63c146d

Please sign in to comment.