qiskit.providers.aer.extensions.SnapshotProbabilities.repeat¶
- SnapshotProbabilities.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.