From 049ff015187bdafe8b941f9afbe209fd877f95b5 Mon Sep 17 00:00:00 2001 From: changsookim <> Date: Mon, 25 Nov 2024 14:57:11 +0400 Subject: [PATCH] fix: utils -> asserts --- doc/source/code-examples/advancedexamples.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/code-examples/advancedexamples.rst b/doc/source/code-examples/advancedexamples.rst index 9904a4ab1e..32da8b0129 100644 --- a/doc/source/code-examples/advancedexamples.rst +++ b/doc/source/code-examples/advancedexamples.rst @@ -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():