Skip to content

Commit

Permalink
Fixing Return docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
jkalloor3 committed Jul 31, 2024
1 parent 4ab2a21 commit ac92a55
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bqskit/passes/processing/treescan.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,9 @@ def get_tree_circs(
of operations to be considered for deletion.
Returns:
A list of 2^(`tree_depth`) - 1 circuits that remove up
to `tree_depth` operations. The circuits are sorted by
the number of operations removed.
list[Circuit]: A list of 2^(`tree_depth`) - 1 circuits
that remove up to `tree_depth` operations. The circuits
are sorted by the number of operations removed.
"""
all_circs = [circuit_copy.copy()]
for cycle, op in cycle_and_ops:
Expand Down

0 comments on commit ac92a55

Please sign in to comment.