qiskit.quantum_info.ScalarOp.power¶
- ScalarOp.power(n)[Quellcode]¶
Return the power of the ScalarOp.
- Parameter
n (float) – the exponent for the scalar op.
- Rückgabe
the
coeff ** n
ScalarOp.- Rückgabetyp
Return the power of the ScalarOp.
n (float) – the exponent for the scalar op.
the coeff ** n
ScalarOp.