Skip to content

Commit

Permalink
Reverted config file and added comment about CTABLEVERSION\2.0 error
Browse files Browse the repository at this point in the history
  • Loading branch information
msamiotis committed Mar 25, 2024
1 parent fb71f61 commit 56e6087
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1235,7 +1235,8 @@ def generate_standard_waveforms(
def upload_single_qubit_phase_corrections(self):
commandtable_dict = {
"$schema": "http://docs.zhinst.com/hdawg/commandtable/v2/schema",
"header": {"version": "0.2"}, # NOTE: I hacked it from version 0.2 to 1.0 because it was complaining
"header": {"version": "0.2"}, # NOTE: this version is tied with LabOne 21.08.20515 and HDAWG firmware 67742.
# if version does not match with firmware, you will get a CTABLEVERSION\2.0 error
"table": []
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
},
{
"name": "mw_1",
"qubits": [[], [5], [6], [4]],
"qubits": [[4], [5], [6], []],
"signal_type": "mw",
"ref_instrument_definition": "zi-hdawg",
"ref_control_mode": "awg8-mw-direct-iq",
Expand Down

0 comments on commit 56e6087

Please sign in to comment.