QasmQobjExperiment#
- class qiskit.qobj.QasmQobjExperiment(config=None, header=None, instructions=None)[source]#
Bases:
object
A QASM Qobj Experiment.
Each instance of this class is used to represent a QASM experiment as part of a larger QASM qobj.
Instantiate a QasmQobjExperiment.
- Parameters:
config (QasmQobjExperimentConfig) – A config object for the experiment
header (QasmQobjExperimentHeader) – A header object for the experiment
instructions (list) – A list of
QasmQobjInstruction
objects
Methods