From 2fe7fe867afe7eb20cae2aeb64765b957b2df536 Mon Sep 17 00:00:00 2001 From: Alan Lawrence Date: Tue, 2 Jan 2024 12:22:21 +0000 Subject: [PATCH] docs: [spec] Remove reference to causal cone --- specification/hugr.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/specification/hugr.md b/specification/hugr.md index 3c6517dcf..c442eca61 100644 --- a/specification/hugr.md +++ b/specification/hugr.md @@ -276,10 +276,7 @@ the following basic dataflow operations are available (in addition to the signature of the node (defined by its incoming and outgoing `Value` edges) matches the function being called. - `LoadConstant`: has an incoming `Static` edge, where `T` is a `CopyableType`, and a `Value` output, used to load a static constant into the local - dataflow graph. They also have an incoming `Order` edge connecting - them to the `Input` node, as should all operations that - take no dataflow input, to ensure they lie in the causal cone of the - `Input` node when traversing. + dataflow graph. - `identity`: pass-through, no operation is performed. - `DFG`: A nested dataflow graph. These nodes are parents in the hierarchy.