Skip to content
Snippets Groups Projects
Commit 5fd2a07e authored by TUD278427's avatar TUD278427
Browse files

still metadata, fixed type

parent 72b4b425
No related branches found
No related tags found
No related merge requests found
......@@ -146,7 +146,7 @@ class harware_parent(qc.Instrument):
vg_meta = {}
vg_meta['real_gate_names'] = vg.real_gate_names
vg_meta['virtual_gate_names'] = vg.virtual_gate_names
vg_meta['virtual_gate_matrix'] = vg_mat
vg_meta['virtual_gate_matrix'] = str(vg_mat)
vg_snap[vg.name] = vg_meta
self.snap = {'AWG_to_DAC': self.AWG_to_dac_conversion,
'dac_gate_map': self.dac_gate_map,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment