RunConfig#
- class qiskit.assembler.RunConfig(shots=None, seed_simulator=None, memory=None, parameter_binds=None, **kwargs)[Quellcode]#
Bases:
SimpleNamespace
Class for Run Configuration.
Initialize a RunConfig object
- Parameter:
Methods
- classmethod from_dict(data)[Quellcode]#
Create a new RunConfig object from a dictionary.
- to_dict()[Quellcode]#
Return a dictionary format representation of the RunConfig
- Rückgabe:
The dictionary form of the RunConfig.
- Rückgabetyp: