model#
HUGR model data structures.
Classes
Symbol application. |
|
Basic block in a control flow graph. |
|
Control flow graph. |
|
Conditional branch operation. |
|
Custom operation. |
|
Alias declaration. |
|
Constructor declaration. |
|
Function declaration. |
|
Operation declaration. |
|
Alias definition. |
|
Function definiton. |
|
Dataflow graph. |
|
Function constant. |
|
Import operation. |
|
Invalid operation intended to serve as a placeholder. |
|
List of static data. |
|
Static literal value. |
|
A top level hugr module. |
|
A node in a hugr graph. |
|
The operation of a node. |
|
A sequence of hugr modules. |
|
A parameter to a Symbol. |
|
A hugr region containing an unordered collection of nodes. |
|
The kind of a hugr region. |
|
A sequence spliced into the parent sequence. |
|
A named symbol. |
|
Tail-controlled loop operation. |
|
A model term for static data such as types, constants and metadata. |
|
Tuple of static data. |
|
Local variable, identified by its name. |
|
Standin for any term. |
Helpers to export hugr graphs from their python representation to hugr model. |