qrisp.interface.BatchedBackend.update_options#
- BatchedBackend.update_options(**kwargs) None[source]#
Update existing runtime options.
Delegates to the wrapped backend’s
update_options(), which validates keys and raisesAttributeErrorfor unknown ones. Changes are visible through bothself.optionsand the wrapped backend’soptions.- Parameters:
- **kwargs
Key-value pairs to update.