qiskit.quantum_info.Operator.power¶ Operator.power(n)[소스]¶ 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.