From f60ebdcc819c1515e05725de53e6a08a6fff2de8 Mon Sep 17 00:00:00 2001 From: Changsoo Kim <57739683+csookim@users.noreply.github.com> Date: Wed, 11 Dec 2024 17:09:11 +0900 Subject: [PATCH] Update src/qibo/transpiler/asserts.py Co-authored-by: Renato Mello --- src/qibo/transpiler/asserts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qibo/transpiler/asserts.py b/src/qibo/transpiler/asserts.py index 1634803ec0..d15dd08273 100644 --- a/src/qibo/transpiler/asserts.py +++ b/src/qibo/transpiler/asserts.py @@ -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: