pygsti.baseobjs.errorgenspace

Defines the ErrorgenSpace class and supporting functionality.

Module Contents

Classes

ErrorgenSpace

A vector space of error generators, spanned by some basis.

class pygsti.baseobjs.errorgenspace.ErrorgenSpace(vectors, basis)

Bases: object

A vector space of error generators, spanned by some basis.

This object collects the information needed to specify a space within the space of all error generators.

intersection(other_space, free_on_unspecified_space=False, use_nice_nullspace=False)

TODO: docstring

abstract union(other_space)

TODO: docstring

normalize(norm_order=2)

Normalize the vectors defining this space according to a given norm.

Parameters

norm_orderint, optional

The order of the norm to use.

Returns

None