RunConfig#
- class qiskit.assembler.RunConfig(shots=None, seed_simulator=None, memory=None, parameter_binds=None, **kwargs)[código fonte]#
Bases:
SimpleNamespace
Class for Run Configuration.
Initialize a RunConfig object
- Parâmetros:
Methods
- classmethod from_dict(data)[código fonte]#
Create a new RunConfig object from a dictionary.
- to_dict()[código fonte]#
Return a dictionary format representation of the RunConfig
- Retorno:
The dictionary form of the RunConfig.
- Tipo de retorno: