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

qiskit.quantum_info.Clifford.power

Clifford.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.