qiskit.circuit.Instruction.repeat¶ Instruction.repeat(n)[fuente]¶ 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.