Skip to content

Commit 9d33db3

Browse files
fix: linting fix
1 parent b1c6f0f commit 9d33db3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

qualtran/quirk_interop/bloq_to_quirk.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ class SparseLineManager(LineManager):
1717
LineManager which keeps partitioned line slots reserved for them until they need it again
1818
"""
1919

20-
# DIDN'TDO: only handles partition patterns of the type (QAny(n)/QUInt(n)/... -> QBit((n,)) or QBit((n,)) -> QAny(n))
20+
# DIDN'TDO: only handles partition patterns of the type (QAny(n)/QUInt(n)/... -> QBit((n,))
21+
# or QBit((n,)) -> QAny(n))
2122

2223
def maybe_reserve(self, binst, reg, idx):
2324
if binst.bloq_is(Join) and reg.shape:

0 commit comments

Comments
 (0)