Skip to content

Commit

Permalink
added exception_qubits to model_config
Browse files Browse the repository at this point in the history
  • Loading branch information
khoojy committed Mar 1, 2025
1 parent 947cb96 commit 5adc7f9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@ def generate_model_config(
"topology": topology,
"device_qubits_list": device_qubits_list,
"actual_device_qubits_list": actual_device_qubits_list,
"exception_qubits": exception_qubits,
"device_couplers_list": [],
"qubits_list": qubits_list,
"nlevels_q": nlevels_q,
Expand Down

0 comments on commit 5adc7f9

Please sign in to comment.