BackendConfig
- class pulser.backend.BackendConfig(*, default_num_shots=None, **backend_options)
Bases:
objectThe base backend configuration.
- Parameters:
default_num_shots (
int|None, default:None) – The default number of shots for the backend. Must be a strictly positive integer.
Note
Additional parameters may be provided. It is up to the backend that receives a configuration with extra parameters to assess whether it recognizes them and how it will use them.
Attributes
default_num_shotsMethods
Returns a copy of the config with the given changes.
Signatures
- with_changes(**changes)
Returns a copy of the config with the given changes.
- Return type:
TypeVar(Self, bound= BackendConfig)