qiskit.providers.aer.library.SaveMatrixProductState.repeat¶
- SaveMatrixProductState.repeat(n)¶
Creates an instruction with gate repeated n amount of times.
- Parameter
n (int) – Number of times to repeat the instruction
- Rückgabe
Containing the definition.
- Rückgabetyp
- Verursacht
CircuitError – If n < 1.