Note

This is the documentation for the current state of the development branch of Qiskit Experiments. The documentation or APIs here can change prior to being released.

InterleavedRB.circuits

InterleavedRB.circuits()[source]

Return a list of RB circuits.

Return type:

List[QuantumCircuit]

Returns:

A list of QuantumCircuit.

Raises:

QiskitError – If the interleaved_element provided to the constructor cannot be transpiled.