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.
- パラメータ
key (str) – key to update
value (any) – value to update.
- 例外
AerError – if key is 『method』 and val isn’t in available methods.