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

qiskit.quantum_info.Operator.power

Operator.power(n)[ソース]

Return the matrix power of the operator.

パラメータ

n (float) – the power to raise the matrix to.

戻り値

the resulting operator O ** n.

戻り値の型

Operator

例外

QiskitError – if the input and output dimensions of the operator are not equal.