Skip to content

Commit

Permalink
feat!: Drop call dunder for platform
Browse files Browse the repository at this point in the history
  • Loading branch information
alecandido committed Jul 16, 2024
1 parent 9d03bf1 commit 8cc906d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/qibolab/platform/platform.py
Original file line number Diff line number Diff line change
Expand Up @@ -358,9 +358,6 @@ def sweep(
result.update(new_result)
return result

def __call__(self, sequence, options):
return self.execute_pulse_sequence(sequence, options)

def get_qubit(self, qubit):
"""Return the name of the physical qubit corresponding to a logical
qubit.
Expand Down

0 comments on commit 8cc906d

Please sign in to comment.