Skip to content

Commit

Permalink
docs: Import qasm executor from defining module
Browse files Browse the repository at this point in the history
  • Loading branch information
alecandido committed Sep 6, 2024
1 parent 746fe8f commit b9e23ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/tutorials/circuits.rst
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ can be executed by passing it together with the platform name to the :func:`qibo

.. testcode::

from qibolab import execute_qasm
from qibolab.backends import execute_qasm

result = execute_qasm(circuit, platform="dummy")

Expand Down

0 comments on commit b9e23ae

Please sign in to comment.