Skip to content

Commit

Permalink
fix: Provide bounds for qblox test platform
Browse files Browse the repository at this point in the history
  • Loading branch information
alecandido committed Feb 20, 2025
1 parent 076552b commit b3994c8
Showing 1 changed file with 102 additions and 1 deletion.
103 changes: 102 additions & 1 deletion qblox-test/parameters.json
Original file line number Diff line number Diff line change
@@ -1 +1,102 @@
{"settings":{"nshots":1000,"relaxation_time":100000},"configs":{"0/flux":{"kind":"dc","offset":0.0},"0/drive":{"kind":"iq","frequency":0.0},"0/acquisition":{"kind":"acquisition","delay":0.0,"smearing":0.0,"threshold":null,"iq_angle":null,"kernel":null},"1/probe":{"kind":"iq","frequency":0.0},"1/acquisition":{"kind":"acquisition","delay":0.0,"smearing":0.0,"threshold":null,"iq_angle":null,"kernel":null}},"native_gates":{"single_qubit":{"0":{"RX":[["0/drive",{"kind":"pulse","duration":0.0,"amplitude":0.0,"envelope":{"kind":"rectangular"},"relative_phase":0.0}]],"RX90":null,"RX12":null,"MZ":[["0/acquisition",{"kind":"readout","acquisition":{"kind":"acquisition","duration":0.0},"probe":{"kind":"pulse","duration":0.0,"amplitude":0.0,"envelope":{"kind":"rectangular"},"relative_phase":0.0}}]],"CP":null},"1":{"RX":[["1/drive",{"kind":"pulse","duration":0.0,"amplitude":0.0,"envelope":{"kind":"rectangular"},"relative_phase":0.0}]],"RX90":null,"RX12":null,"MZ":[["1/acquisition",{"kind":"readout","acquisition":{"kind":"acquisition","duration":0.0},"probe":{"kind":"pulse","duration":0.0,"amplitude":0.0,"envelope":{"kind":"rectangular"},"relative_phase":0.0}}]],"CP":null}},"coupler":{},"two_qubit":{}}}
{
"settings": { "nshots": 1000, "relaxation_time": 100000 },
"configs": {
"qblox/bounds": {
"waveforms": 1,
"readout": 1,
"instructions": 1,
"kind": "bounds"
},
"0/flux": { "kind": "dc", "offset": 0.0 },
"0/drive": { "kind": "iq", "frequency": 0.0 },
"0/acquisition": {
"kind": "acquisition",
"delay": 0.0,
"smearing": 0.0,
"threshold": null,
"iq_angle": null,
"kernel": null
},
"1/probe": { "kind": "iq", "frequency": 0.0 },
"1/acquisition": {
"kind": "acquisition",
"delay": 0.0,
"smearing": 0.0,
"threshold": null,
"iq_angle": null,
"kernel": null
}
},
"native_gates": {
"single_qubit": {
"0": {
"RX": [
[
"0/drive",
{
"kind": "pulse",
"duration": 0.0,
"amplitude": 0.0,
"envelope": { "kind": "rectangular" },
"relative_phase": 0.0
}
]
],
"RX90": null,
"RX12": null,
"MZ": [
[
"0/acquisition",
{
"kind": "readout",
"acquisition": { "kind": "acquisition", "duration": 0.0 },
"probe": {
"kind": "pulse",
"duration": 0.0,
"amplitude": 0.0,
"envelope": { "kind": "rectangular" },
"relative_phase": 0.0
}
}
]
],
"CP": null
},
"1": {
"RX": [
[
"1/drive",
{
"kind": "pulse",
"duration": 0.0,
"amplitude": 0.0,
"envelope": { "kind": "rectangular" },
"relative_phase": 0.0
}
]
],
"RX90": null,
"RX12": null,
"MZ": [
[
"1/acquisition",
{
"kind": "readout",
"acquisition": { "kind": "acquisition", "duration": 0.0 },
"probe": {
"kind": "pulse",
"duration": 0.0,
"amplitude": 0.0,
"envelope": { "kind": "rectangular" },
"relative_phase": 0.0
}
}
]
],
"CP": null
}
},
"coupler": {},
"two_qubit": {}
}
}

0 comments on commit b3994c8

Please sign in to comment.