Skip to content

Commit

Permalink
Update src/qibolab/backends.py
Browse files Browse the repository at this point in the history
Co-authored-by: Alessandro Candido <candido.ale@gmail.com>
  • Loading branch information
csookim and alecandido authored Oct 20, 2024
1 parent 2768919 commit 0c61acf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qibolab/backends.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def __init__(self, platform):

@property
def qubits(self) -> list[Union[str, int]]:
return list(self.platform.qubits.keys())
return list(self.platform.qubits)

@property
def connectivity(self) -> list[tuple[Union[str, int], Union[str, int]]]:
Expand Down

0 comments on commit 0c61acf

Please sign in to comment.