qiskit.providers.aer.library.SaveMatrixProductState.repeat¶
- SaveMatrixProductState.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
- Levanta
CircuitError – If n < 1.