qiskit.assembler.RunConfig.from_dict¶ classmethod RunConfig.from_dict(data)[ソース]¶ Create a new RunConfig object from a dictionary. パラメータ data (dict) – A dictionary representing the RunConfig to create. It will be in the same format as output by to_dict(). 戻り値 The RunConfig from the input dictionary. 戻り値の型 RunConfig