Japanese
言語
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

qiskit.opflow.list_ops.ComposedOp.to_matrix

ComposedOp.to_matrix(massive=False)[ソース]

Return NumPy representation of the Operator. Represents the evaluation of the Operator’s underlying function on every combination of basis binary strings. Warn if more than 16 qubits to force having to set massive=True if such a large vector is desired.

戻り値

The NumPy ndarray equivalent to this Operator.

戻り値の型

ndarray