Skip to content

Commit

Permalink
feat: Split iqm5q channels map as data
Browse files Browse the repository at this point in the history
Used as input for the converter
  • Loading branch information
alecandido committed Dec 2, 2024
1 parent 9624d60 commit aa8a969
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions iqm5q/connections.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"kind": "qblox",
"channels": {
"qrm_rf0": { "1": ["q0", "q1"] },
"qrm_rf1": { "1": ["q2", "q3", "q4"] },
"qcm_rf0": { "1": ["q1"], "2": ["q2"] },
"qcm_rf1": { "1": ["q3"], "2": ["q4"] },
"qcm_rf2": { "1": ["q0"] },
"qcm0": { "1": ["q0"], "2": ["q1"], "3": ["q2"], "4": ["q3"] },
"qcm1": { "1": ["q4"], "2": ["c1"], "4": ["c3"] },
"qcm2": { "2": ["c4"] },
"qcm3": { "1": ["c0"] }
}
}

0 comments on commit aa8a969

Please sign in to comment.