Skip to content

Commit 777cedd

Browse files
committed
Keep terminal measurements in LightCone output
1 parent 6bb5e6d commit 777cedd

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

qiskit/transpiler/passes/optimization/light_cone.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ def run(self, dag: DAGCircuit) -> DAGCircuit:
102102

103103
# Get the initial light-cone and operations
104104
lightcone_qubits, lightcone_operations, terminal_measures = self._get_initial_lightcone(dag)
105-
106105
# Initialize a new, empty DAG
107106
new_dag = dag.copy_empty_like()
108107

0 commit comments

Comments
 (0)