Skip to content

Commit

Permalink
added RX90 to dummy platform parameters.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ElStabilini committed Nov 28, 2024
1 parent 1c2bdf4 commit 8831a28
Showing 1 changed file with 78 additions and 1 deletion.
79 changes: 78 additions & 1 deletion src/qibolab/_core/dummy/parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,21 @@
}
]
],
"RX90": [
[
"0/drive",
{
"duration": 22.3453,
"amplitude": 0.1,
"envelope": {
"kind": "gaussian",
"rel_sigma": 0.2
},
"relative_phase": 0.0,
"kind": "pulse"
}
]
],
"RX12": [
[
"0/drive12",
Expand Down Expand Up @@ -227,6 +242,22 @@
}
]
],
"RX90": [
[
"1/drive",
{
"duration": 40.0,
"amplitude": 0.3,
"envelope": {
"kind": "drag",
"rel_sigma": 0.2,
"beta": 0.02
},
"relative_phase": 0.0,
"kind": "pulse"
}
]
],
"RX12": [
[
"1/drive12",
Expand Down Expand Up @@ -285,6 +316,21 @@
}
]
],
"RX90": [
[
"0/drive",
{
"duration": 22.3453,
"amplitude": 0.1,
"envelope": {
"kind": "gaussian",
"rel_sigma": 0.2
},
"relative_phase": 0.0,
"kind": "pulse"
}
]
],
"RX12": [
[
"2/drive12",
Expand Down Expand Up @@ -342,6 +388,21 @@
}
]
],
"RX90": [
[
"0/drive",
{
"duration": 22.3453,
"amplitude": 0.1,
"envelope": {
"kind": "gaussian",
"rel_sigma": 0.2
},
"relative_phase": 0.0,
"kind": "pulse"
}
]
],
"RX12": [
[
"3/drive12",
Expand Down Expand Up @@ -400,6 +461,22 @@
}
]
],
"RX90": [
[
"4/drive",
{
"duration": 40.0,
"amplitude": 0.3,
"envelope": {
"kind": "drag",
"rel_sigma": 0.2,
"beta": 0.02
},
"relative_phase": 0.0,
"kind": "pulse"
}
]
],
"RX12": [
[
"4/drive12",
Expand Down Expand Up @@ -875,4 +952,4 @@
}
}
}
}
}

0 comments on commit 8831a28

Please sign in to comment.