Skip to content

Commit

Permalink
fix: utils -> asserts
Browse files Browse the repository at this point in the history
  • Loading branch information
changsookim committed Nov 25, 2024
1 parent 797331e commit 049ff01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/code-examples/advancedexamples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2171,7 +2171,7 @@ Multiple transpilation steps can be implemented using the :class:`qibo.transpile
from qibo.transpiler.router import ShortestPaths
from qibo.transpiler.unroller import Unroller, NativeGates
from qibo.transpiler.placer import Random
from qibo.transpiler.utils import assert_transpiling
from qibo.transpiler.asserts import assert_transpiling

# Define connectivity as nx.Graph
def star_connectivity():
Expand Down

0 comments on commit 049ff01

Please sign in to comment.