qiskit.circuit.Gate.power¶ Gate.power(exponent)[source]¶ Creates a unitary gate as gate^exponent. Paramètres exponent (float) – Gate^exponent Renvoie To which to_matrix is self.to_matrix^exponent. Type renvoyé qiskit.extensions.UnitaryGate Lève CircuitError – If Gate is not unitary