Portuguese
Idiomas
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

qiskit.circuit.BreakLoopOp.repeat

BreakLoopOp.repeat(n)

Creates an instruction with gate repeated n amount of times.

Parâmetros

n (int) – Number of times to repeat the instruction

Retorno

Containing the definition.

Tipo de retorno

qiskit.circuit.Instruction

Levanta

CircuitError – If n < 1.