pygsti.models.stencillabel

pygsti.models.stencillabel#

Stencil label classes and supporting functions.

Classes

StencilLabel([local_state_space])

A generalization of a simple tuple of state space labels.

StencilLabelAllCombos(possible_sslbls, ...)

A stencil label that expands into all the length-k combinations of a larger set of state space labels.

StencilLabelRadiusCombos(base_sslbls, ...[, ...])

A stencil label specifying all length-k combinations of the labels within a radius of some "base" label(s).

StencilLabelSet(stencil_sslbls_set)

A stencil label that is explicitly a set of multiple state space label tuples.

StencilLabelTuple(stencil_sslbls)

A stencil label that is a single state space label tuple.