Skip to content

Commit

Permalink
print sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
changsookim committed Nov 15, 2024
1 parent 49b6572 commit 12ebbb3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/qibolab/backends.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@ def execute_circuit(self, circuit, initial_state=None, nshots=1000):

sequence, measurement_map = self.compiler.compile(circuit, self.platform)

print(sequence)

if not self.platform.is_connected:
self.platform.connect()

Expand Down

0 comments on commit 12ebbb3

Please sign in to comment.