Skip to content

Commit 6a38dd8

Browse files
authored
Fix fixed point property update logic
1 parent 5b0d5fb commit 6a38dd8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

qiskit/transpiler/passes/utils/fixed_point.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,5 @@ def run(self, dag: DAGCircuit) -> None:
4646
else:
4747
fixed_point_reached = self.property_set[fixed_point_previous_property] == current_value
4848
self.property_set[f"{self._property}_fixed_point"] = fixed_point_reached
49+
4950
self.property_set[fixed_point_previous_property] = deepcopy(current_value)

0 commit comments

Comments
 (0)