Bengali
Languages
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

qiskit.quantum_info.Operator.power

Operator.power(n)[source]

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.