Skip to content

Commit

Permalink
tox
Browse files Browse the repository at this point in the history
  • Loading branch information
jkalloor3 committed Sep 26, 2024
1 parent 58a0c89 commit fbe4550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/passes/synthesis/test_qsd.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from bqskit.qis import UnitaryMatrix


def create_random_unitary_circ(num_qudits: int):
def create_random_unitary_circ(num_qudits: int) -> Circuit:
"""Create a Circuit with a random VariableUnitaryGate."""
circuit = Circuit(num_qudits)
utry = UnitaryMatrix.random(num_qudits)
Expand Down

0 comments on commit fbe4550

Please sign in to comment.