VirtualType

class samplomatic.annotations.VirtualType(value)[source]

Bases: str, Enum

Name identifiers for virtual gate types.

Attributes Summary

C1

The single-qubit Clifford group.

PAULI

The projective Pauli group.

U2

The \(2 \times 2\) unitary group.

Z2

The two-element cyclic group.

Attributes Documentation

C1 = 'c1'

The single-qubit Clifford group.

PAULI = 'pauli'

The projective Pauli group.

U2 = 'u2'

The \(2 \times 2\) unitary group.

Z2 = 'z2'

The two-element cyclic group.