model

model#

HUGR model data structures.

Classes

Apply

Symbol application.

Block

Basic block in a control flow graph.

Cfg

Control flow graph.

Conditional

Conditional branch operation.

CustomOp

Custom operation.

DeclareAlias

Alias declaration.

DeclareConstructor

Constructor declaration.

DeclareFunc

Function declaration.

DeclareOperation

Operation declaration.

DefineAlias

Alias definition.

DefineFunc

Function definiton.

Dfg

Dataflow graph.

Func

Function constant.

Import

Import operation.

InvalidOp

Invalid operation intended to serve as a placeholder.

List

List of static data.

Literal

Static literal value.

Module

A top level hugr module.

Node

A node in a hugr graph.

Op

The operation of a node.

Package

A sequence of hugr modules.

Param

A parameter to a Symbol.

Region

A hugr region containing an unordered collection of nodes.

RegionKind

The kind of a hugr region.

Splice

A sequence spliced into the parent sequence.

Symbol

A named symbol.

TailLoop

Tail-controlled loop operation.

Term

A model term for static data such as types, constants and metadata.

Tuple

Tuple of static data.

Var

Local variable, identified by its name.

Wildcard

Standin for any term.

export

Helpers to export hugr graphs from their python representation to hugr model.