Skip to content

Commit

Permalink
Fix rebase issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mtreinish committed Jul 2, 2024
1 parent 68af440 commit c744f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiskit/dagcircuit/dagcircuit.py
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,7 @@ def _apply_op_node_back(self, node: DAGOpNode):
additional = set(_additional_wires(node)).difference(node.cargs)

node._node_id = self._multi_graph.add_node(node)
self._increment_op(node)
self._increment_op(node.name)

# Add new in-edges from predecessors of the output nodes to the
# operation node while deleting the old in-edges of the output nodes
Expand Down

0 comments on commit c744f6e

Please sign in to comment.