Skip to content

Commit

Permalink
Update doc/source/code-examples/advancedexamples.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Renato Mello <[email protected]>
  • Loading branch information
csookim and renatomello authored Dec 11, 2024
1 parent e19f044 commit 5e7f883
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 @@ -2302,7 +2302,7 @@ Once set, the transpiler will automatically transpile the circuit before each ci
custom_pipeline = Passes(custom_passes, connectivity=star_connectivity())

# Attach the transpiler to the current backend
qibo.set_transpiler(custom_pipeline)
set_transpiler(custom_pipeline)

If the user does not explicitly set a transpiler, the default transpiler is used.

Expand Down

0 comments on commit 5e7f883

Please sign in to comment.