Skip to content

Commit

Permalink
docs: [spec] Remove reference to causal cone
Browse files Browse the repository at this point in the history
  • Loading branch information
acl-cqc committed Jan 2, 2024
1 parent 0edee65 commit 2fe7fe8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions specification/hugr.md
Original file line number Diff line number Diff line change
Expand Up @@ -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<T>`: has an incoming `Static<T>` edge, where `T` is a `CopyableType`, and a
`Value<Local,T>` 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<T>`: pass-through, no operation is performed.
- `DFG`: A nested dataflow graph.
These nodes are parents in the hierarchy.
Expand Down

0 comments on commit 2fe7fe8

Please sign in to comment.