qiskit_aer.StatevectorSimulator.set_option¶
- StatevectorSimulator.set_option(key, value)[source]¶
Special handling for setting backend options.
This method should be extended by sub classes to update special option values.
- Paramètres
key (str) – key to update
value (any) – value to update.
- Lève
AerError – if key is “method” and val isn’t in available methods.