Qobj¶
- class Qobj(qobj_id=None, config=None, experiments=None, header=None)[source]¶
A backwards compat alias for QasmQobj.
Initialize a Qobj object.
Methods
Qobj.from_dict
(data)Create a new QASMQobj object from a dictionary.
Qobj.to_dict
([validate])Return a dictionary format representation of the QASM Qobj.