Bengali
Languages
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

qiskit.quantum_info.PauliTable.power

PauliTable.power(n)

Return the compose of a operator with itself n times.

প্যারামিটার

n (int) -- the number of times to compose with self (n>0).

রিটার্নস

the n-times composed operator.

রিটার্ন টাইপ

Pauli

রেইজেস

QiskitError -- if the input and output dimensions of the operator are not equal, or the power is not a positive integer.