Skip to content

Commit

Permalink
fix type annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
hay-k committed Oct 8, 2024
1 parent 48bd6b1 commit c105292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qibocal/protocols/randomized_benchmarking/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ def twoq_rb_acquisition(

def layer_circuit(
rb_gen: Callable, depth: int, target, interleave: str = None
) -> tuple[Circuit, dict]:
) -> tuple[Circuit, list]:
"""Creates a circuit of `depth` layers from a generator `layer_gen` yielding `Circuit` or `Gate`
and a dictionary with random indexes used to select the clifford gates.
Expand Down

0 comments on commit c105292

Please sign in to comment.