Skip to content

Commit

Permalink
Update src/qibo/transpiler/asserts.py
Browse files Browse the repository at this point in the history
Co-authored-by: Renato Mello <[email protected]>
  • Loading branch information
csookim and renatomello authored Dec 11, 2024
1 parent 647134b commit f60ebdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qibo/transpiler/asserts.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def assert_circuit_equivalence(
final_layout (dict): Final logical-physical qubit mapping.
test_states (list, optional): List of states to test the equivalence.
If ``None``, ``ntests`` random states will be tested. Defauts to ``None``.
ntests (int, optional): Number of random states to test the equivalence. Defaults to ``3``.
ntests (int, optional): Number of random states to test the equivalence. Defaults to :math: `3`.
"""
backend = NumpyBackend()
if transpiled_circuit.nqubits != original_circuit.nqubits:
Expand Down

0 comments on commit f60ebdc

Please sign in to comment.