pygsti.objects.StaticGate.__init__

StaticGate.__init__(M)

Initialize a StaticGate object.

Parameters:M (array_like or Gate) – a square 2D array-like or Gate object representing the gate action. The shape of M sets the dimension of the gate.