Skip to content

Commit

Permalink
Fix acquire_alignment spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
rathishcholarajan committed Feb 14, 2022
1 parent 03a1d4c commit 9a58b48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiskit_ibm_runtime/utils/backend_converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def convert_to_target(
"pulse_alignment"
)
target.aquire_alignment = configuration["timing_constraints"].get(
"aquire_alignment"
"acquire_alignment"
)
# If a pulse defaults exists use that as the source of truth
# TODO: uncomment when measurement qargs fix is applied
Expand Down

0 comments on commit 9a58b48

Please sign in to comment.