mindquantum.algorithm.compiler.DAGNode#
- class mindquantum.algorithm.compiler.DAGNode#
Basic node in Directed Acyclic Graph.
A DAG node has local index, which label the index of leg of node, and child nodes and father nodes.
- clean()#
Clean node and set it to empty.