Skip to content

Commit

Permalink
fix: Add flux params to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-pasquale committed Jan 15, 2025
1 parent fa7cb84 commit d3ec4a7
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions src/qibocal/calibration/dummy.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"frequency_12": 4700000000.0,
"maximum_frequency": 4000000000.0,
"asymmetry": 0.0,
"sweetspot": 0.0
"sweetspot": 0.0,
"detuning_flux_params": [2, 0, 0]
},
"readout": {
"fidelity": 0.0,
Expand All @@ -37,7 +38,8 @@
"frequency_12": 4855663000.0,
"maximum_frequency": 4000000000.0,
"asymmetry": 0.0,
"sweetspot": 0.0
"sweetspot": 0.0,
"detuning_flux_params": [2, 0, 0]
},
"readout": {
"fidelity": 0.0,
Expand All @@ -63,7 +65,8 @@
"frequency_12": 2700000000.0,
"maximum_frequency": 4000000000.0,
"asymmetry": 0.0,
"sweetspot": 0.0
"sweetspot": 0.0,
"detuning_flux_params": [2, 0, 0]
},
"readout": {
"fidelity": 0.0,
Expand All @@ -89,7 +92,8 @@
"frequency_12": 5855663000.0,
"maximum_frequency": 4000000000.0,
"asymmetry": 0.0,
"sweetspot": 0.0
"sweetspot": 0.0,
"detuning_flux_params": [2, 0, 0]
},
"readout": {
"fidelity": 0.0,
Expand All @@ -115,7 +119,8 @@
"frequency_12": 5855663000.0,
"maximum_frequency": 4000000000.0,
"asymmetry": 0.0,
"sweetspot": 0.0
"sweetspot": 0.0,
"detuning_flux_params": [2, 0, 0]
},
"readout": {
"fidelity": 0.0,
Expand Down

0 comments on commit d3ec4a7

Please sign in to comment.