qiskit.quantum_info.PauliTable.power¶
- PauliTable.power(n)¶
Return the compose of a operator with itself n times.
- Paramètres
n (int) – the number of times to compose with self (n>0).
- Renvoie
the n-times composed operator.
- Type renvoyé
- Lève
QiskitError – if the input and output dimensions of the operator are not equal, or the power is not a positive integer.