German
Sprachen
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

qiskit.circuit.ControlledGate.to_matrix

ControlledGate.to_matrix()

Return a Numpy.array for the gate unitary matrix.

Rückgabe

if the Gate subclass has a matrix definition.

Rückgabetyp

np.ndarray

Verursacht

CircuitError – If a Gate subclass does not implement this method an exception will be raised when this base class method is called.