QobjHeader¶ class QobjHeader(**kwargs)[source]¶ Bases: qiskit.qobj.common.QobjDictField A class used to represent a dictionary header in Qobj objects. Instantiate a new Qobj dict field object. Parameters kwargs – arbitrary keyword arguments that can be accessed as attributes of the object. Methods from_dict Create a new QobjHeader object from a dictionary. to_dict Return a dictionary format representation of the QASM Qobj.