Skip to content

Commit

Permalink
merge main
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacfomg committed Oct 23, 2023
1 parent 2bfb119 commit d0af241
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ def _plot(

def _update(results: CouplerSpectroscopyResults, platform: Platform, qubit: QubitId):
# TODO: Need Couplers in the update
if 1 == 0:
update.coupler_sweetspot(results.sweetspot[qubit], platform, qubit)
pass
# update.coupler_sweetspot(results.sweetspot[qubit], platform, qubit)


coupler_resonator_spectroscopy = Routine(_acquisition, _fit, _plot, _update)
Expand Down

0 comments on commit d0af241

Please sign in to comment.