Skip to content

Commit 041a9ed

Browse files
committed
leave inline comment reminder
1 parent 02fcc2f commit 041a9ed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/qibolab/_core/unrolling.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ def _entries(cls) -> dict[str, FieldInfo]:
8484
}
8585

8686

87+
# TODO: leave batching at the driver-level and scrap it here
8788
def batch(sequences: list[PulseSequence], bounds: Bounds):
8889
"""Split a list of sequences to batches.
8990
@@ -103,6 +104,7 @@ def batch(sequences: list[PulseSequence], bounds: Bounds):
103104
yield batch
104105

105106

107+
# TODO: leave unrolling at the driver-level and scrap it here
106108
def unroll_sequences(
107109
sequences: list[PulseSequence], relaxation_time: int
108110
) -> tuple[PulseSequence, dict[int, list[int]]]:

0 commit comments

Comments
 (0)