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.

BaseCalibrationExperiment.circuits

abstract BaseCalibrationExperiment.circuits()

Return a list of experiment circuits.

Return type:

List[QuantumCircuit]

Returns:

A list of QuantumCircuit.

Note

These circuits should be on qubits [0, .., N-1] for an N-qubit experiment. The circuits mapped to physical qubits are obtained via the internal _transpiled_circuits() method.