Skip to content

Commit

Permalink
fix: remove nested qubits loop
Browse files Browse the repository at this point in the history
  • Loading branch information
stavros11 committed Jul 4, 2024
1 parent 5aa50ee commit 79cd1cb
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,9 @@ def _acquisition(
)

for power in power_range:
for qubit in targets:
platform.qubits[qubit].twpa.local_oscillator.power = (
initial_twpa_power[qubit] + power
)
platform.qubits[qubit].twpa.local_oscillator.power = (
initial_twpa_power[qubit] + power
)

classification_data = classification._acquisition(
classification.SingleShotClassificationParameters.load(
Expand Down

0 comments on commit 79cd1cb

Please sign in to comment.