qiskit.circuit.ControlledGate.repeat¶ ControlledGate.repeat(n)¶ Creates an instruction with gate repeated n amount of times. Parámetros n (int) – Number of times to repeat the instruction Devuelve Containing the definition. Tipo del valor devuelto qiskit.circuit.Instruction Muestra CircuitError – If n < 1.