CliffordGate#

class cuquantum.pauliprop.experimental.CliffordGate(name: str, qubit_indices: Sequence[int])[source]#

A Clifford gate (I, X, Y, Z, H, S, CX, CY, CZ, SWAP, iSWAP, SqrtX, SqrtY, SqrtZ).

name#

The name of the Clifford gate (case-insensitive, must match one of SUPPORTED_GATES).

Type:

str

qubit_indices#

The qubit indices this gate acts on.

Type:

Sequence[int]