Conversation
KevinAVR
left a comment
There was a problem hiding this comment.
Jack and I discussed during the quarter. Almost all files are changing.
The change were to configs that apply to OPX1k, but OPX+ and Octaves config are not changes.
Program files have the new fetching tool, in replace to the qualang-tools fetching tool.
There are likely bugs but they need to be corrected as we go with CSPs or customer interaction.
|
Is the fetching tool working for both OPX+ and OPX1000?
|
| counts_handle.wait_for_values(1) | ||
| time = [] | ||
| counts = [] | ||
| res_handles = job.result_handles |
There was a problem hiding this comment.
Duplicated with line 65
| data_list = ["I_g", "Q_g", "I_e", "Q_e"] | ||
| # Waits (blocks the Python console) until all results have been acquired | ||
| res_handles.wait_for_all_values() | ||
| results = res_handles.fetch_results(wait_until_done=False, timeout=60) |
There was a problem hiding this comment.
Based on the commands and the script, I'd say that wait_until_done should be True, no?


This PR updates the quantum control application to use the new qop350 API and change config file.
fetching_toolfrom thequalangwith the new API’sfetch_result.configtofull_config = controller_config | logical_config