Skip to content

Commit

Permalink
test: remove negative drag from test runcards (see #826)
Browse files Browse the repository at this point in the history
  • Loading branch information
stavros11 authored and hay-k committed Mar 29, 2024
1 parent 5d04596 commit 306eed6
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
16 changes: 8 additions & 8 deletions src/qibolab/dummy/parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,14 @@
"RX": {
"duration": 40,
"amplitude": 0.3,
"shape": "Drag(5, -0.02)",
"shape": "Drag(5, 0.02)",
"frequency": 4200000000.0,
"type": "qd"
},
"RX12": {
"duration": 40,
"amplitude": 0.0484,
"shape": "Drag(5, -0.02)",
"shape": "Drag(5, 0.02)",
"frequency": 4855663000,
"type": "qd"
},
Expand All @@ -100,7 +100,7 @@
"RX": {
"duration": 40,
"amplitude": 0.3,
"shape": "Drag(5, -0.02)",
"shape": "Drag(5, 0.02)",
"frequency": 4500000000.0,
"type": "qd"
},
Expand All @@ -123,14 +123,14 @@
"RX": {
"duration": 40,
"amplitude": 0.3,
"shape": "Drag(5, -0.02)",
"shape": "Drag(5, 0.02)",
"frequency": 4150000000.0,
"type": "qd"
},
"RX12": {
"duration": 40,
"amplitude": 0.0484,
"shape": "Drag(5, -0.02)",
"shape": "Drag(5, 0.02)",
"frequency": 5855663000,
"type": "qd"
},
Expand All @@ -146,14 +146,14 @@
"RX": {
"duration": 40,
"amplitude": 0.3,
"shape": "Drag(5, -0.02)",
"shape": "Drag(5, 0.02)",
"frequency": 4155663000,
"type": "qd"
},
"RX12": {
"duration": 40,
"amplitude": 0.0484,
"shape": "Drag(5, -0.02)",
"shape": "Drag(5, 0.02)",
"frequency": 5855663000,
"type": "qd"
},
Expand Down Expand Up @@ -366,7 +366,7 @@
{
"duration": 40,
"amplitude": 0.3,
"shape": "Drag(5, -0.02)",
"shape": "Drag(5, 0.02)",
"frequency": 4150000000.0,
"type": "qd",
"qubit": 2
Expand Down
12 changes: 6 additions & 6 deletions tests/dummy_qrc/qm/parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,14 +105,14 @@
"duration": 40,
"amplitude": 0.0484,
"frequency": 4855663000,
"shape": "Drag(5, -0.02)",
"shape": "Drag(5, 0.02)",
"type": "qd"
},
"RX12": {
"duration": 40,
"amplitude": 0.0484,
"frequency": 4855663000,
"shape": "Drag(5, -0.02)",
"shape": "Drag(5, 0.02)",
"type": "qd"
},
"MZ": {
Expand All @@ -128,14 +128,14 @@
"duration": 40,
"amplitude": 0.05682,
"frequency": 5800563000,
"shape": "Drag(5, -0.04)",
"shape": "Drag(5, 0.04)",
"type": "qd"
},
"RX12": {
"duration": 40,
"amplitude": 0.05682,
"frequency": 5800563000,
"shape": "Drag(5, -0.04)",
"shape": "Drag(5, 0.04)",
"type": "qd"
},
"MZ": {
Expand Down Expand Up @@ -174,14 +174,14 @@
"duration": 40,
"amplitude": 0.0617,
"frequency": 6585053000,
"shape": "Drag(5, 0.0)",
"shape": "Drag(5, 0)",
"type": "qd"
},
"RX12": {
"duration": 40,
"amplitude": 0.0617,
"frequency": 6585053000,
"shape": "Drag(5, 0.0)",
"shape": "Drag(5, 0)",
"type": "qd"
},
"MZ": {
Expand Down
12 changes: 6 additions & 6 deletions tests/dummy_qrc/qm_octave/parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,13 +125,13 @@
"duration": 40,
"amplitude": 0.0484,
"frequency": 4855663000,
"shape": "Drag(5, -0.02)",
"shape": "Drag(5, 0.02)",
"type": "qd"},
"RX12": {
"duration": 40,
"amplitude": 0.0484,
"frequency": 4855663000,
"shape": "Drag(5, -0.02)",
"shape": "Drag(5, 0.02)",
"type": "qd"},
"MZ": {
"duration": 620,
Expand All @@ -145,13 +145,13 @@
"duration": 40,
"amplitude": 0.05682,
"frequency": 5800563000,
"shape": "Drag(5, -0.04)",
"shape": "Drag(5, 0.04)",
"type": "qd"},
"RX12": {
"duration": 40,
"amplitude": 0.05682,
"frequency": 5800563000,
"shape": "Drag(5, -0.04)",
"shape": "Drag(5, 0.04)",
"type": "qd"},
"MZ": {
"duration": 960,
Expand Down Expand Up @@ -185,13 +185,13 @@
"duration": 40,
"amplitude": 0.0617,
"frequency": 6585053000,
"shape": "Drag(5, 0.0)",
"shape": "Drag(5, 0)",
"type": "qd"},
"RX12": {
"duration": 40,
"amplitude": 0.0617,
"frequency": 6585053000,
"shape": "Drag(5, 0.0)",
"shape": "Drag(5, 0)",
"type": "qd"},
"MZ": {
"duration": 640,
Expand Down

0 comments on commit 306eed6

Please sign in to comment.