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.
BaseExperiment.circuits¶
- abstract BaseExperiment.circuits()[source]¶
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.