Skip to content

Commit

Permalink
Update src/qibo/transpiler/pipeline.py
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 5e7f883 commit 9961855
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/qibo/transpiler/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ class Passes:
passes (list, optional): List of transpiler passes to be applied sequentially.
If ``None``, default transpiler will be used. Defaults to ``None``.
connectivity (:class:`networkx.Graph`, optional): Hardware connectivity.
native_gates (:class:`qibo.transpiler.unroller.NativeGates`, optional): Native gates supported by the hardware. Defaults to :class:`qibo.transpiler.unroller.NativeGates.default()`.
native_gates (:class:`qibo.transpiler.unroller.NativeGates`, optional): Native gates supported by the hardware.
Defaults to :class:`qibo.transpiler.unroller.NativeGates.default()`.
on_qubits (list, optional): List of qubits to be used in the transpiler.
If ``None``, all qubits in the connectivity will be used. Defaults to ``None``.
"""
Expand Down

0 comments on commit 9961855

Please sign in to comment.