structure#

Validated and serializable data structures using pydantic.

In this module we provide pre-configured Pydantic model and custom field types that allow serialization of typical data objects that we frequently use in quantify-scheduler, like functions and arrays.

Submodules#

Package Contents#

Classes#

DataStructure

A parent for all data structures.

Graph

Pydantic-compatible version of networkx.Graph.

NDArray

Pydantic-compatible version of numpy.ndarray.