Skip to content

Commit

Permalink
Merge pull request #1109 from qiboteam/pi_half
Browse files Browse the repository at this point in the history
added RX90 to dummy platform parameters.json
  • Loading branch information
ElStabilini authored Dec 2, 2024
2 parents 5932679 + 7579f0c commit 80bd287
Showing 1 changed file with 77 additions and 0 deletions.
77 changes: 77 additions & 0 deletions 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": [
[
"2/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": [
[
"3/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

0 comments on commit 80bd287

Please sign in to comment.