Korean
언어
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

qiskit.circuit.Gate.to_matrix

Gate.to_matrix()[소스]

Return a Numpy.array for the gate unitary matrix.

반환

if the Gate subclass has a matrix definition.

반환 형식

np.ndarray

예외 발생

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