Skip to content

Commit 9a58b48

Browse files
Fix acquire_alignment spelling
1 parent 03a1d4c commit 9a58b48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qiskit_ibm_runtime/utils/backend_converter.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def convert_to_target(
111111
"pulse_alignment"
112112
)
113113
target.aquire_alignment = configuration["timing_constraints"].get(
114-
"aquire_alignment"
114+
"acquire_alignment"
115115
)
116116
# If a pulse defaults exists use that as the source of truth
117117
# TODO: uncomment when measurement qargs fix is applied

0 commit comments

Comments
 (0)