Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 12, 2024
1 parent d240da8 commit 9ef4b40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/source/code-examples/advancedexamples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2310,8 +2310,8 @@ If the user does not explicitly set a transpiler, the default transpiler is used

* For simulator backends, the default transpiler has no passes, so no transpilation is done.

* For hardware backends, the default transpiler includes the :class:`qibo.transpiler.optimizer.Preprocessing`,
:class:`qibo.transpiler.router.Sabre`, and :class:`qibo.transpiler.unroller.Unroller` passes,
* For hardware backends, the default transpiler includes the :class:`qibo.transpiler.optimizer.Preprocessing`,
:class:`qibo.transpiler.router.Sabre`, and :class:`qibo.transpiler.unroller.Unroller` passes,
configured with the backend's connectivity and native gates.

Setting an empty transpiler is equivalent to disabling transpilation.
Expand Down

0 comments on commit 9ef4b40

Please sign in to comment.