Skip to content

Commit

Permalink
fix: remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
changsookim committed Oct 28, 2024
1 parent fd1a9f6 commit 1b3f5f8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/qibolab/backends.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,6 @@ def execute_circuit(self, circuit, initial_state=None, nshots=1000):
if not all(q in circuit.wire_names for q in self.platform.qubits):
circuit._wire_names = self.qubits

self.platform.wire_names = circuit.wire_names

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

if not self.platform.is_connected:
Expand Down

0 comments on commit 1b3f5f8

Please sign in to comment.