qiskit.providers.aer.UnitarySimulator.set_option¶
-
UnitarySimulator.
set_option
(key, value)¶ Special handling for setting backend options.
This method should be extended by sub classes to update special option values.
- Parameters
key (str) – key to update
value (any) – value to update.
- Raises
AerError – if key is ‘method’ and val isn’t in available methods.