Portuguese
Idiomas
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.

Parâmetros

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

Retorno

the n-times composed operator.

Tipo de retorno

Pauli

Levanta

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