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 raises AttributeError for unknown ones. Changes are visible through both self.options and the wrapped backend’s options.

Parameters:
**kwargs

Key-value pairs to update.