qrisp.interface.Backend.options#
- property Backend.options: Mapping[str, Any]#
Current runtime options for the backend.
These options may influence execution behaviour (e.g. the number of shots) and therefore may affect
run_async()andrun().The returned mapping is read-only. Use
update_options()to change existing keys. Direct mutation (e.g.backend.options["shots"] = n) raisesTypeError.