laboneq.workflow.typing
¶
Common type hints for laboneq.workflows.
This module provides a set of common types for use within the laboneq.workflow package.
Type hints¶
-
Either a single qubit or a sequence of qubits.
-
Simple dictionaries are used for artifact metadata and serializer options, allowing these to themselves be serialized easily, especially to JSON.
Simple dictionaries only allow Python strings as keys and their values may be simple numeric types, strings or
None
.