Skip to content

Commit

Permalink
fix: Doctest import
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienCalistoTD committed May 15, 2024
1 parent 71ffb20 commit 366eb36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/doctest_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
)
from mpqp.core.instruction.measurement import pauli_string
from mpqp.core.instruction.measurement.pauli_string import PauliString
from mpqp.execution import BatchResult, remote_result_from_id
from mpqp.execution import BatchResult
from mpqp.qasm import open_qasm_2_to_3
from mpqp.tools.generics import clean_array, clean_matrix
from mpqp.qasm import replace_custom_gates, parse_custom_gates
Expand All @@ -23,7 +23,7 @@
)

from mpqp.tools.generics import find, flatten
from mpqp.tools.maths import is_hermitian, is_unitary, normalize
from mpqp.tools.maths import is_hermitian, is_unitary, normalize, rand_orthogonal_matrix

test_globals = globals().copy()
test_globals.update(locals())
Expand Down

0 comments on commit 366eb36

Please sign in to comment.