qrisp.interface.Backend._default_options#

classmethod Backend._default_options() Mapping[str, Any][source]#

Default runtime options for the backend.

Child classes may override this method to provide custom default options, or the defaults may be overridden entirely by passing an options mapping to the constructor.

Returns:
Mapping[str, Any]

A mapping of option names to their default values.