Skip to content

Commit

Permalink
Update platform.py
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillermoAbadLopez committed Dec 30, 2024
1 parent dffc9ff commit 675a8eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qililab/platform/platform.py
Original file line number Diff line number Diff line change
Expand Up @@ -1015,7 +1015,7 @@ def execute(
Args:
program (:class:`PulseSchedule` | :class:`Circuit`): Circuit or pulse schedule to execute.
num_avg (int): Number of hardware averages used.
repetition_duration (int): Minimum duration of a single execution.
repetition_duration (int): Minimum duration of a single execution. Defaults to 200_000.
num_bins (int, optional): Number of bins used. Defaults to 1.
queue (Queue, optional): External queue used for asynchronous data handling. Defaults to None.
routing (bool, optional): whether to route the circuits. Defaults to False.
Expand Down

0 comments on commit 675a8eb

Please sign in to comment.