Skip to content

Commit

Permalink
fix feedforward coefficients update
Browse files Browse the repository at this point in the history
  • Loading branch information
ElStabilini committed Jan 15, 2025
1 parent 342379d commit 0fd56c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qibocal/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,5 +242,5 @@ def feedback(feedback: list[float], platform: Platform, qubit: QubitId):
def feedforward(feedforward: list[float], platform: Platform, qubit: QubitId):
"""Update flux pulse feedforward parameter in platform for specific qubit."""
platform.update(
{f"configs.{platform.qubits[qubit].flux}.filter.feedback": feedforward}
{f"configs.{platform.qubits[qubit].flux}.filter.feedforward": feedforward}
)

0 comments on commit 0fd56c2

Please sign in to comment.