Skip to content

Commit

Permalink
fix: revert, make connectivity optiona
Browse files Browse the repository at this point in the history
  • Loading branch information
changsookim committed Nov 22, 2024
1 parent ad079de commit 1f55f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qibo/transpiler/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ class Passes:

def __init__(
self,
connectivity: nx.Graph,
passes: list = None,
connectivity: nx.Graph = None,
native_gates: NativeGates = NativeGates.default(),
on_qubits: list = None,
):
Expand Down

0 comments on commit 1f55f3c

Please sign in to comment.