Skip to content

Commit d2eb4e5

Browse files
committed
Update
1 parent b53a566 commit d2eb4e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bqskit/passes/partitioning/quick.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ def process_pending_bins() -> None:
128128
while merging:
129129
merging = False
130130
for p in partitioned_circuit.rear:
131-
qudits = partitioned_circuit[p].location
131+
qudits = list(partitioned_circuit[p].location)
132132

133133
# if qudits is subset of loc
134134
if all(q in loc for q in qudits):

0 commit comments

Comments
 (0)