pygsti.tools.group

pygsti.tools.group#

Encapsulates a group in terms of matrices and relations

Functions

construct_1q_clifford_group()

Returns the 1 qubit Clifford group as a MatrixGroup object

is_integer(x)

Check if x is an integer type.

Classes

MatrixGroup(list_of_matrices[, labels])

Encapsulates a group where each element is represented by a matrix.