Tamil
மொழிகள்
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

qiskit.dagcircuit.DAGCircuit.substitute_node

DAGCircuit.substitute_node(node, op, inplace=False)[source]

Replace an DAGOpNode with a single operation. qargs, cargs and conditions for the new operation will be inferred from the node to be replaced. The new operation will be checked to match the shape of the replaced operation.

Parameters
Returns

the new node containing the added operation.

Return type

DAGOpNode

Raises
  • DAGCircuitError -- If replacement operation was incompatible with

  • location of target node. --