qiskit.assembler.RunConfig.from_dict¶ classmethod RunConfig.from_dict(data)[source]¶ Create a new RunConfig object from a dictionary. Paramètres data (dict) – A dictionary representing the RunConfig to create. It will be in the same format as output by to_dict(). Renvoie The RunConfig from the input dictionary. Type renvoyé RunConfig