We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b53a566 commit d2eb4e5Copy full SHA for d2eb4e5
1 file changed
bqskit/passes/partitioning/quick.py
@@ -128,7 +128,7 @@ def process_pending_bins() -> None:
128
while merging:
129
merging = False
130
for p in partitioned_circuit.rear:
131
- qudits = partitioned_circuit[p].location
+ qudits = list(partitioned_circuit[p].location)
132
133
# if qudits is subset of loc
134
if all(q in loc for q in qudits):
0 commit comments